mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +03:00
596faf0009
Merging setup screen into the new app wrapper had some knock-on effects due to new flexbox parent elements. As a result things were vertically collapsing in unexpected ways on narrow viewports. This is cleaned up here, with some other minor visual bugfixes.
15 lines
546 B
Handlebars
15 lines
546 B
Handlebars
<section class="gh-flow-content">
|
||
<header>
|
||
<h1>Welcome to <strong>Ghost</strong>!</h1>
|
||
<p>So far there have been <em>{{model.count}}</em> Ghost blogs made by people all over the world. Today we’re making yours.</p>
|
||
</header>
|
||
|
||
<figure class="gh-flow-screenshot">
|
||
<img src="{{gh-path 'admin' 'img/install-welcome.png'}}" alt="Ghost screenshot" />
|
||
</figure>
|
||
|
||
{{#link-to "setup.two" classNames="btn btn-green btn-lg"}}
|
||
Create your account <i class="icon-chevron"></i>
|
||
{{/link-to}}
|
||
</section>
|