forked from TryGhost/Casper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.hbs
43 lines (39 loc) · 2.45 KB
/
index.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{{!< default}}
{{!-- The tag above means - insert everything in this file into the {body} of the default.hbs template --}}
{{!-- The big featured header --}}
<header class="main-header {{#if @blog.cover}}" style="background-image: url({{@blog.cover}}){{else}}no-cover{{/if}}">
<nav class="main-nav overlay clearfix">
{{#if @blog.logo}}<a class="blog-logo" href="{{@blog.url}}"><img src="{{@blog.logo}}" alt="{{@blog.title}}" /></a>{{/if}}
{{#if @blog.navigation}}
<a class="menu-button icon-menu" href="#"><span class="word">Menu</span></a>
{{/if}}
</nav>
<div class="vertical">
<div class="main-header-content inner">
<h1 class="page-title">Turn your blog posts into<br>bookable trips</h1>
<h2 class="page-description">Your friends and followers would love to book your awesome trips.<br>Casey makes this possible and pays you each time they do.</h2>
<section class="section-subscribe-form">
<form method="post" action="//caseytravel.us13.list-manage.com/subscribe/post?u=25865618789c4a52920d573ff&id=d3893ec3f7" class="form-subscribe" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" novalidate>
<div class="form-group">
<input id="mce-EMAIL" class="subscribe-email" type="email" name="EMAIL" autofocus="true" placeholder="Subscribe for updates">
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_25865618789c4a52920d573ff_d3893ec3f7" tabindex="-1" value=""></div>
<button type="submit">Subscribe</button>
</form>
</section>
</div>
</div>
<a class="scroll-down icon-arrow-left" href="#content" data-offset="-45"><span class="hidden">Scroll Down</span></a>
</header>
{{!-- The main content area on the homepage --}}
<main id="content" class="content" role="main">
<article class="{{post_class}}">
<header class="post-header">
<h2 class="post-title"><a href="/how-it-works/">How it works</a></h2>
</header>
<section class="post-excerpt">
<p>Find out just how simple it is to work with Casey.. <a class="read-more" href="/how-it-works/">»</a></p>
</section>
</article>
</main>