-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
372 lines (346 loc) · 15.2 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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Mountains Landing Page</title>
<link rel="stylesheet" href="css/bootstrap.css" />
<link href="css/font-css" rel="stylesheet" type="text/css">
<link href="css/styles.css" rel="stylesheet" />
<link href="css/slimbox2.css" type="text/css" rel="stylesheet" />
<link href="css/animate.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- start section header -->
<section class="header">
<nav class="top-nav-bg">
<div class="container-fluid max-width navbar row">
<h2 class="pull-left text-silver header-logo"><span class="text-blue">Moun</span>tains</h2>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-right text-center navbar-nav">
<li><a href="#blog">our story</a></li>
<li><a href="#journal">journal</a></li>
<li><a href="#scheme">scheme</a></li>
<li><a href="#travel">travel</a></li>
<li><a href="#gallery">gallery</a></li>
<li><a href="#footer">contacts</a></li>
<button href="#" class="text-uppercase text-blue btn-call-us">call us</button>
</ul>
</div>
</div>
</nav>
<div class="container max-width">
<div class="row header-content">
<div class="col-md-6 col-sm-6 col-xs-12 order-now">
<h1 class="text-uppercase text-white text-bold header-content-title">travel with us</h1>
<h1 class="text-blue header-content-title">to the Mountains</h1>
<p class="text-white">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incidid</p>
<a href="#order-now" class="btn btn-lg btn-info text-uppercase" title="Order now!">order now</a>
</div>
</div>
</div>
</section>
<!-- end section header -->
<!-- start section blog -->
<section id="blog">
<div class="blog container-fluid max-width">
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12 blog-text">
<h4 class="text-uppercase waves-left text-bold">about us</h4>
<p>Aliquam sed posure urn, et gravida nisl.Praesent interdum nisl libero, pretium egestas purus eleifend vitae.Mauris suscipid vel lectus at.</p>
<p class="blog-hide">
Montes, nascetur ridiculus muulla dui. Fusce feugiat malesuada odio. Morbi nunc odio, gravida at, cursus nec, luctus a, lorem. Maecenas tristique orci ac sem. Duis ultricies pharetra mnec accumsan malesuada orci. Donec sit amet eros. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Mauris fermentum dictum magna. Sed laoreet aliquam leo. Ut tellus dolor, dus eget. elementum vel, cursus eleifend, elit. Aenean auctor wisi et urna.Cum sociis natpenatibus et magnis dis parturient tes, nascetur ridiculus mus. Nulla. Fusce feugiat malesuada odio. Morbi nunc odio.
</p>
<button class="btn btn-info text-uppercase" id="blog-read-more">read more</button>
</div>
<div class="col-md-6 col-sm-6 col-xs-12 blog-img hidden-xs">
<img src="img/blog-img-2.png" class="blog-img-big" alt="img" />
<img src="img/blog-img-1.png" class="blog-img-small" alt="img" />
</div>
<div class="col-xs-12 visible-xs">
<img src="img/blog-img-2.png" alt="img" />
</div>
</div>
</div>
</section>
<!-- end section blog -->
<!-- start section journal -->
<section id="journal">
<div class="container max-width block-padding">
<h4 class="waves-center text-uppercase text-center text-bold">our journal</h4>
<div class="row text-center journal-box">
<div class="col-md-8 col-sm-8 col-xs-12">
<div class="row journal-post">
<div class="col-md-6 col-xs-5 journal-post-img" id="love-img">
<img src="img/post-love-logo.png" alt="" />
</div>
<div class="col-md-6 col-xs-7 journal-post-text" id="love-text">
<p class="text-bold text-blue text-uppercase">love</p>
<h6 class="text-uppercase text-bold">lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do</h6>
<p>
You know how to make best coffee in the universe? Or, maybe you`re very good in designing gloves? Tell everyone about your experience and skills.
</p>
<i class="small">01</i>
</div>
</div>
<div class="row journal-post">
<div class="col-md-6 col-xs-7 journal-post-text" id="tree-text">
<p class="text-bold text-blue text-uppercase">tree</p>
<h5 class="text-uppercase text-bold">Lorem ipsum dolor sit amet, <strike>consectetur</strike> adipisicing elit,</h5>
<p>
The way to a successful brand is hard, but always very interesting. Share the full story of your project - from the very first day until now.
</p>
<i class="small">02</i>
</div>
<div class="col-md-6 col-xs-5 journal-post-img" id="tree-img">
<img src="img/post-tree-logo.png" alt="" />
</div>
</div>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="row journal-post">
<div class="col-md-12 col-xs-5 journal-post-img" id="water-img">
<img src="img/post-water-logo.png" alt="" />
</div>
<div class="col-md-12 6col-xs-7 journal-post-text" id="water-text">
<p class="text-bold text-blue text-uppercase">water</p>
<h5 class="text-uppercase text-bold">Little pieces of our proudness</h5>
<p>
What do you do better than your competitors? What are you proud of? What details and advantages of your product you want people to know about?
</p>
<i class="small">03</i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end section journal -->
<!-- start section offer -->
<section class="offer-wrap silver-background" id="order-now">
<div class="container max-width">
<div class="row">
<div class="col-md-10 col-sm-11 col-xs-12">
<h5 class="waves-left text-uppercase text-left text-bold">Do you wanna go?</h5>
<p>Aliquaen sed posuere urna,et gravida nisl.Praesent interdum nisl libero,pretium egestas purus eleifend vitae.Mauris suscipit vel lectus at luctus.</p>
<form role="form" class="offer-form form-inline row">
<div class="col-md-4 col-sm-4 col-xs-12 form-group">
<label class="sr-only" for="form-name">Your name</label>
<input type="input" class="form-control" id="form-name" placeholder="Yourn name">
</div>
<div class="col-md-4 col-sm-4 col-xs-12 form-group">
<label class="sr-only" for="form-phone">Your phone</label>
<input type="input" class="form-control" id="form-phone" placeholder="Yourn phone">
</div>
<button type="submit" class="col-md-3 col-sm-3 col-xs-12 col-md-offset-1 col-sm-offset-1 btn btn-info btn-lg text-uppercase">order now</button>
</form>
<p class="text-blue small"><i class="glyphicon glyphicon-lock"></i> * Your data will not be transferred</p>
</div>
</div>
</div>
</div>
</section>
<!-- end section offer -->
<!-- start section scheme -->
<section id="scheme">
<div class="container block-padding max-width">
<h4 class="waves-center text-uppercase text-center text-bold">How we work</h4>
<div class="row text-center scheme-bg-wrap">
<hr class="scheme-wrap-line"/>
<div class="col-xs-3 scheme-blocks">
<hr class="scheme-line"/>
<div class="scheme-num"><strong>1</strong></div>
<div class="scheme-bg">
<img src="img/scheme/img1.png" alt="" />
</div>
<div class="road">
<img src="img/rounded.png" alt="" class="bus" />
</div>
<h5 class="text-bold">Lorem ipsum dolor sit</h5>
<p>incididunt consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>
</div>
<div class="col-xs-3 scheme-blocks">
<hr class="scheme-line"/>
<div class="scheme-num text-center"><strong>2</strong></div>
<div class="scheme-bg">
<img src="img/scheme/img2.png" alt="" />
</div>
<div class="road"></div>
<h5 class="text-bold">Lorem ipsum dolor sit</h5>
<p>eiusmod tempor consectetur consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>
</div>
<div class="col-xs-3 scheme-blocks">
<hr class="scheme-line"/>
<div class="scheme-num text-center"><strong>3</strong></div>
<div class="scheme-bg">
<img src="img/scheme/img3.png" alt="" />
</div>
<div class="road"></div>
<h5 class="text-bold">Lorem ipsum dolor sit</h5>
<p>sed do eiusmod tempor consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>
</div>
<div class="col-xs-3 scheme-blocks">
<hr class="scheme-line"/>
<div class="scheme-num text-center"><strong>4</strong></div>
<div class="scheme-bg">
<img src="img/scheme/img4.png" alt="" />
</div>
<div class="road"></div>
<h5 class="text-bold">Lorem ipsum dolor sit</h5>
<p>amet consectetur adipisicing elit, sed do eiusmod tempor incididunt</p>
</div>
</div>
</div>
</section>
<!-- end section scheme -->
<!-- start section travel -->
<section class="travel-wrap" id="travel">
<div class="container max-width">
<h4 class="waves-center text-uppercase text-center text-bold">Travel with us</h4>
<div class="row">
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="travel-blocks carpathian">
<div><img src="img/travel/stars-4x.png" alt="" class="travel-stars" /></div>
<div>
<h4>Carpathian</h4>
<p class="text-white">Lorem ipsum dolor sit amet, consectetur</p>
</div>
<div class="price">
<span class="price-left">$3150</span>
<span class="price-right text-bold">$793</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="travel-blocks alps">
<div><img src="img/travel/stars-5x.png" alt="" class="travel-stars" /></div>
<div>
<h4>Alps</h4>
<p>Lorem ipsum dolor sit amet, consectetur</p>
</div>
<div class="price">
<span class="price-left text-left">$3150</span>
<span class="price-right text-right">$1893</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="travel-blocks pyrenees">
<div><img src="img/travel/stars-5x.png" alt="" class="travel-stars" /></div>
<div>
<h4>Pyrenees</h4>
<p>Lorem ipsum dolor sit amet, consectetur</p>
</div>
<div class="price">
<span class="price-left text-left">$3150</span>
<span class="price-right text-right">$2593</span>
</div>
</div>
</div>
<div class="col-md-3 col-sm-3 col-xs-6">
<div class="travel-blocks rocky">
<div><img src="img/travel/stars-5x.png" alt="" class="travel-stars" /></div>
<div>
<h4>Rocky</h4>
<p>Lorem ipsum dolor sit amet, consectetur</p>
</div>
<div class="price">
<span class="price-left text-left">$3150</span>
<span class="price-right text-right">$2123</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end section travel -->
<!-- start section gallery -->
<section id="gallery">
<div class="container max-width block-padding">
<h4 class="waves-center text-uppercase text-center text-bold">Gallery</h4>
<div class="row gallery">
<div class="col-md-3 col-sm-3 col-xs-4">
<a href="img/gallery/gal1-big.jpg" rel="lightbox" ><img src="img/gallery/gal1.jpg" alt="" class="gallery-img" /></a>
<a href="img/gallery/gal4-big.jpg" rel="lightbox" ><img src="img/gallery/gal4.jpg" alt="" class="gallery-img" /></a>
</div>
<div class="col-xs-4">
<a href="img/gallery/gal2-big.jpg" rel="lightbox" ><img src="img/gallery/gal2.jpg" alt="" class="gallery-img" /></a>
<a href="img/gallery/gal5-big.jpg" rel="lightbox" ><img src="img/gallery/gal5.jpg" alt="" class="gallery-img" /></a>
</div>
<div class="col-md-5 col-sm-5 col-xs-4">
<a href="img/gallery/gal3-big.jpg" rel="lightbox" ><img src="img/gallery/gal3.jpg" alt="" class="gallery-img" /></a>
<a href="img/gallery/gal6-big.jpg" rel="lightbox" ><img src="img/gallery/gal6.jpg" alt="" class="gallery-img" /></a>
</div>
</div>
</div>
</section>
<!-- end section gallery -->
<!-- start section footer -->
<section class="footer-wrap" id="footer">
<div class="container max-width">
<h4 class="waves-center text-uppercase text-center text-bold">Our clients say</h4>
<div class="row block-padding-40">
<div class="col-md-6 col-sm-6 col-xs-10 col-xs-center">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse </p>
<p class="text-blue text-bold"><img src="img/client-1.jpg" alt="" class="img-circle img-quotes" />Pavliv Yaroslav <small>Web Designer</small></p>
</div>
<div class="col-md-6 col-sm-6 col-xs-10">
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse </p>
<p class="text-blue text-bold"><img src="img/client-2.jpg" alt="" class="img-circle img-quotes" />John Scott <small>The Fringe</small></p>
</div>
</div>
<div class="row">
<form role="form" class="col-md-5 col-sm-5 col-xs-10 text-center footer-form" id="contacts">
<h3 class="text-uppercase text-bold text-blue">Contacts</h3>
<small>Sign up for our newsletter to recelve updates</small>
<input type="input" class="form-control input-lg footer-form-input" placeholder="Name">
<input type="input" class="form-control input-lg footer-form-input" placeholder="Phone">
<input type="email" class="form-control input-lg footer-form-input" placeholder="Email">
<button type="submit" class="btn btn-info form-control input-lg text-uppercase text-bold footer-form-input">Send</button>
</form>
</div>
</div>
<div class="bottom-footer">
<div class="row max-width">
<div class="col-xs-4 text-right">
<p class="bottom-footer-block">All rights reserved 2016</p>
</div>
<div class="col-xs-4 text-center">
<a href="http://www.twitter.com"><img src="img/twitter.png" alt="twitter link" width="28" height=" 28" /></a>
<a href="http://www.facebook.com"><img src="img/facebook.png" alt="facebook link" width="28" height=" 28" /></a>
<a href="http://www.vk.com"><img src="img/vk.png" alt="vk link" width="28" height=" 28" /></a>
</div>
<div class="col-xs-4 text-left">
<p class="bottom-footer-block"><i class="glyphicon glyphicon-user"></i> Developered by Lashkiv Sviatoslav</p>
</div>
</div>
</div>
</section>
<!-- end section footer -->
<script type="text/javascript" src="js/jquery-1.11.3.js"></script>
<script type="text/javascript" src="js/slimbox2.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script src="js/wow.min.js"></script>
<script>
wow = new WOW(
{
animateClass: 'animated',
offset: 100,
callback: function(box) {
console.log("WOW: animating <" + box.tagName.toLowerCase() + ">")
}
}
);
wow.init();
</script>
<script type="text/javascript" src="js/allscripts.js"></script>
</body>
</html>