Merge pull request #2000 from umbraco/updates-installer-764

Update installer photo + tlc on starter kit install screen
This commit is contained in:
Sebastiaan Janssen
2017-06-19 09:34:40 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB

After

Width:  |  Height:  |  Size: 310 KiB

View File

@@ -1,7 +1,7 @@
<div ng-controller="Umbraco.Installer.PackagesController" id="starterKits">
<h1>Would you like to learn or demo Umbraco?</h1>
<img ng-src="http://our.umbraco.org{{packages[0].thumbnail}}?width=350" style="float: left; padding: 0 15px 50px 0" alt="{{pck.name}}">
<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>
@@ -13,4 +13,4 @@
<a href ng-click="setPackageAndContinue('00000000-0000-0000-0000-000000000000')" class="btn btn-link btn-link-reverse">
No thanks
</a>
</div>
</div>