-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
203 lines (184 loc) · 7.23 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>FLATTY - Free Bootstrap 3 Landing Page</title>
<link rel="stylesheet" href="vendor/css/bootstrap.min.css">
<link rel="stylesheet" href="css/app.css">
<script src="js/app.js"></script>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,900' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><b>FLATTY</b></a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#">About us</a></li>
<li><a href="#">Contact us</a></li>
<li><a href="#">Already a member?</a></li>
</ul>
</div>
</div>
</div>
<div id="headerwrap">
<div class="container">
<div class="row">
<div class="col-lg-6">
<h1>Make your landing page<br/>
look really good.</h1>
<form class="form-inline" role="form">
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter your email address">
</div>
<button type="submit" class="btn btn-warning btn-lg">Invite Me!</button>
</form>
</div>
<div class="col-lg-6">
<img class="img-responsive" src="http://www.blacktie.co/demo/flatty/assets/img/ipad-hand.png" alt="">
</div>
</div>
</div>
</div>
<div class="container">
<div class="row mt centered">
<div class="col-lg-6 col-lg-offset-3">
<h1>Your Landing Page<br/>Looks Wonderful Now.</h1>
<h3>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</h3>
</div>
</div>
<div class="row mt centered">
<div class="col-lg-4">
<img src="http://www.blacktie.co/demo/flatty/assets/img/ser01.png" width="180" alt="">
<h4>1 - Browser Compatibility</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
<div class="col-lg-4">
<img src="http://www.blacktie.co/demo/flatty/assets/img/ser02.png" width="180" alt="">
<h4>2 - Email Campaigns</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
<div class="col-lg-4">
<img src="http://www.blacktie.co/demo/flatty/assets/img/ser03.png" width="180" alt="">
<h4>3 - Gather Your Notes</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
</div>
</div>
<div class="container">
<hr>
<div class="row centered">
<div class="col-lg-6 col-lg-offset-3">
<form class="form-inline" role="form">
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter your email address">
</div>
<button type="submit" class="btn btn-warning btn-lg">Invite Me!</button>
</form>
</div>
<div class="col-lg-3"></div>
</div>
<hr>
</div>
<div class="container">
<div class="row mt centered">
<div class="col-lg-6 col-lg-offset-3">
<h1>Flatty is for Everyone.</h1>
<h3>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</h3>
</div>
</div>
<! -- CAROUSEL -->
<div class="row mt centered">
<div class="col-lg-6 col-lg-offset-3">
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="http://www.blacktie.co/demo/flatty/assets/img/p01.png" alt="">
</div>
<div class="item">
<img src="http://www.blacktie.co/demo/flatty/assets/img/p02.png" alt="">
</div>
<div class="item">
<img src="http://www.blacktie.co/demo/flatty/assets/img/p03.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<hr>
<div class="row centered">
<div class="col-lg-6 col-lg-offset-3">
<form class="form-inline" role="form">
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter your email address">
</div>
<button type="submit" class="btn btn-warning btn-lg">Invite Me!</button>
</form>
</div>
<div class="col-lg-3"></div>
</div>
<hr>
</div>
<div class="container">
<div class="row mt centered">
<div class="col-lg-6 col-lg-offset-3">
<h1>Our Awesome Team.<br/>Design Lovers.</h1>
<h3>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</h3>
</div>
</div>
<div class="row mt centered">
<div class="col-lg-4">
<img class="img-circle" src="http://www.blacktie.co/demo/flatty/assets/img/pic1.jpg" width="140" alt="">
<h4>Michael Robson</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
<div class="col-lg-4">
<img class="img-circle" src="http://www.blacktie.co/demo/flatty/assets/img/pic2.jpg" width="140" alt="">
<h4>Pete Ford</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
<div class="col-lg-4">
<img class="img-circle" src="http://www.blacktie.co/demo/flatty/assets/img/pic3.jpg" width="140" alt="">
<h4>Angelica Finning</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever.</p>
</div>
</div>
</div>
<div class="container">
<hr>
<div class="row centered">
<div class="col-lg-6 col-lg-offset-3">
<form class="form-inline" role="form">
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter your email address">
</div>
<button type="submit" class="btn btn-warning btn-lg">Invite Me!</button>
</form>
</div>
<div class="col-lg-3"></div>
</div>
<hr>
<p class="centered">Created by BlackTie.co - Attribution License 3.0 - 2013</p>
</div>
</body>
</html>