-
Notifications
You must be signed in to change notification settings - Fork 158
/
index.html
70 lines (70 loc) · 4.76 KB
/
index.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Your free landing page</title>
<meta name="description" content="A pure client-side landing page template that you can freely fork, customize, host and link to your own domain name (e.g. using Github Pages). Relies on Mailchimp (for user email subscriptions) and Google Analytics (for stats)." property="description">
<meta name="keywords" content="landing page, free, product page, startup, github, template, boilerplate" property="keywords">
<meta name="viewport" content="width=device-width, initial-scale=1" property="viewport">
<meta name="og:title" content="Fork to get your free landing page" property="og:title">
<meta name="og:description" content="A pure client-side landing page template that you can freely fork, customize, host and link to your own domain name (e.g. using Github Pages). Relies on Mailchimp (for user email subscriptions) and Google Analytics (for stats)." property="og:description">
<meta name="og:image" content="" property="og:image">
<link rel="icon" href="favicon.ico">
<link type="text/css" rel="stylesheet" href="./res/bootstrap.min.css">
<link type="text/css" rel="stylesheet" href="./res/styles.css">
</head>
<body>
<div class="bg-image"></div>
<div>
<div id="loading" class="loading-state" style="display: none;"></div>
<div>
<section>
<div class="floating-signup__wrap col-xs-12 col-md-6 col-xs-offset-0 col-md-offset-3 floaty-vertical--middle floaty-horizontal--center floaty-unfloat-at--xs">
<div class="floating-signup rel">
<div class="container-fluid rel">
<div class="row">
<div class="user-signup__intro">
<h1 style="text-align: center;">Your free landing page</h1>
<p style="text-align: center;">
<img src="/res/spacer.png" alt="" class="spacer insert--image wrap-off-align-center"><br>
</p>
<p style="text-align: center;">Would you like a free landing page like this one for your upcoming startup product?</p>
<p style="text-align: center;">
<img src="/res/clean-hr.png" alt="" class="clean-hr insert--image wrap-off-align-center">
<span style="font-size: 14px;">Enter your email address if you don't want to do it yourself:</span>
</p>
</div>
</div>
<div class="row">
<form class="form form-horizontal user-signup__form" name="form" novalidate="" action="//adrienjoly.us12.list-manage.com/subscribe/post?u=c1cfafd58fc9699f6d5a661e2&id=a586ea22ee" method="POST">
<div class="mt-table--full">
<div class="mt-td--centered-vertical user-signup__col-1">
<div class="user-signup__form-group m-lg-v form-group col-sm-12">
<input type="email" name="EMAIL" class="form-control form-control__input user-signup__email" pattern="/^[a-zA-Z0-9+-_]+(\.[_a-zA-Z0-9+]+)*@[a-zA-Z0-9+-_]+(\.[a-zA-Z0-9+-_]+)*(\.[a-zA-Z]+)$/" placeholder="Email" aria-required="true" required="required">
</div>
</div>
<div class="mt-td--centered-vertical user-signup__col-2">
<div class="user-signup__form-group m-lg-v form-group text-center">
<button type="submit" class="btn btn-default submit user-signup__submit"><span>SUBMIT</span></button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<a href="https://github.com/adrienjoly/landing-page-boilerplate"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-1858235-15', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>