16 lines
1.0 KiB
HTML
16 lines
1.0 KiB
HTML
<div ng-controller="Umbraco.Installer.PackagesController" id="starterKits">
|
|
<h1>Would you like to learn or demo Umbraco?</h1>
|
|
|
|
<span style="float: left; margin: 0 15px 50px 0; background-color: #efefef; width: 350px; height: 167px;"><img ng-src="http://our.umbraco.org{{packages[0].thumbnail}}?width=350" style="width: 350px;" alt="{{pck.name}}" /></span>
|
|
<p>The Starter Kit is a great way to experience some of the ways you can use Umbraco. It's a complete website with textpages, landing pages, blog, product listings and more that's easy to get started with Umbraco.
|
|
</p>
|
|
<p>
|
|
It's also a great way to learn Umbraco as the Starter Kit comes with a set of Lessons that'll teach you how to implement and extend Umbraco using short 5-15 minute tasks.
|
|
</p>
|
|
<p>
|
|
<a href ng-click="setPackageAndContinue(packages[0].id)" class="btn btn-success">Yes, I'd like a Starter Kit</a>
|
|
|
|
<a href ng-click="setPackageAndContinue('00000000-0000-0000-0000-000000000000')" class="btn btn-link btn-link-reverse">
|
|
No thanks
|
|
</a>
|
|
</div> |