-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
517 lines (514 loc) · 22.5 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
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
<!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, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>unicorn html-template</title>
<!-- Reset CSS -->
<link rel="stylesheet" href="libraries/bower_components/reset-css/reset.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="libraries/bootstrap3/css/bootstrap.min.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="libraries/bower_components/animate.css/animate.min.css">
<!-- bxSlider -->
<link rel="stylesheet" href="libraries/bower_components/bxslider-4/dist/jquery.bxslider.min.css">
<!-- SlickSlider -->
<link rel="stylesheet" href="libraries/bower_components/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="libraries/bower_components/slick-carousel/slick/slick-theme.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/media.css">
</head>
<body>
<header id="main_header" class="main_header">
<div class="container">
<div class="logo"><a href="#" title="unicorn">unicorn</a></div>
<nav>
<ul>
<li><a href="#" title="home">home</a></li>
<li><a href="#" title="about">about</a></li>
<li><a href="#" title="stories">stories</a></li>
<li><a href="#" title="hello">hello</a></li>
</ul>
<button class="menu_mobile" type="button"></button>
</nav>
<button class="menu_mobile_hidden" type="button"></button>
<div class="main_header_content">
<div class="banner_main_descr">
<h1>STORYTELLER</h1>
<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. </p>
<button class="banner_main_header" type="button">read the rest</button>
</div>
</div>
</div>
</header>
<!-- begin Who & Why -->
<div class="who_why">
<div class="container">
<h2 class="wow fadeInUp">Who & Why</h2>
<p>The gentlemen who rented the room would sometimes take their evening meal at home in the living room that was used by everyone, and so the door to this room was often kept closed in the evening. But Gregor found it easy to give up having the door open, he had, after all, often failed to make use of it when it was open and, without the family having noticed it, lain in his room in its darkest corner. One time, though, the charwoman left the door.</p>
</div>
</div>
<!-- end Who & Why -->
<!-- begin Features -->
<div class="features">
<div class="container">
<div class="col-md-4 wow zoomIn">
<h3 class="clock">An Wow Feature</h3>
<p>The gentlemen who rented the room would sometimes take their evening meal at home in the living.</p>
</div>
<div class="col-md-4 wow zoomIn">
<h3 class="vector">A Beautiful Feature</h3>
<p>The gentlemen who rented the room would sometimes take their evening meal at home in the living.</p>
</div>
<div class="col-md-4 wow zoomIn">
<h3 class="land_working">An Amazing Feature</h3>
<p>The gentlemen who rented the room would sometimes take their evening meal at home in the living.</p>
</div>
</div>
</div>
<!-- end Features -->
<!-- begin Featured Articles Section -->
<section id="featured_articles" class="featured_articles">
<div class="container">
<h2 class="wow fadeInUp">Featured Articles</h2>
<p class="section_descr">The gentlemen who rented the room would sometimes take their evening meal at home in the living room that was used by everyone, and so the door to this room was often kept closed in the </p>
<!-- begin bxSlider -->
<div class="slider_featured_articles">
<div class="slide">
<h5>comic</h5>
<h3>A million ways to die in the wild wild wild west</h3>
<div class="author_articles">
<img src="img/featured_articles1.png" alt="Author">
<div class="author_articles_desrc">
<h6>jimmy jefferson</h6>
<p>21/08/2013</p>
</div>
</div>
</div>
<div class="slide">
<h5>comic</h5>
<h3>The most comfortable chair comes with no backpain</h3>
<div class="author_articles">
<img src="img/featured_articles2.png" alt="Author">
<div class="author_articles_desrc">
<h6>Gail Gutierrez</h6>
<p>21/08/2013</p>
</div>
</div>
</div>
<div class="slide">
<h5>comic</h5>
<h3>journey to the center of the earth with jefferson </h3>
<div class="author_articles">
<img src="img/featured_articles3.png" alt="Author">
<div class="author_articles_desrc">
<h6>mason johnston</h6>
<p>21/08/2013</p>
</div>
</div>
</div>
<div class="slide">
<h5>comic</h5>
<h3>A million ways to die in the wild wild wild west</h3>
<div class="author_articles">
<img src="img/featured_articles1.png" alt="Author">
<div class="author_articles_desrc">
<h6>jimmy jefferson</h6>
<p>21/08/2013</p>
</div>
</div>
</div>
</div>
<!-- end bxSlider -->
</div>
</section>
<!-- end Featured Articles Section -->
<!-- begin Clients -->
<div id="clients" class="clients">
<div class="container">
<h2 class="wow fadeInUp">clients</h2>
<!-- begin bxSlider -->
<div class="slider_clients">
<div class="slide">
<img src="img/barnd1.png" alt="Our Clients">
</div>
<div class="slide">
<img src="img/barnd2.png" alt="Our Clients">
</div>
<div class="slide">
<img src="img/barnd3.png" alt="Our Clients">
</div>
<div class="slide">
<img src="img/barnd4.png" alt="Our Clients">
</div>
<div class="slide">
<img src="img/barnd5.png" alt="Our Clients">
</div>
<div class="slide">
<img src="img/barnd6.png" alt="Our Clients">
</div>
<div class="slide">
<img src="img/barnd3.png" alt="Our Clients">
</div>
</div>
<!-- end bxSlider -->
</div>
</div>
<!-- end Clients -->
<!-- begin Portfolio & Screenshots Section -->
<section id="portfolio_screenshots" class="portfolio_screenshots">
<div class="container">
<h2 class="wow fadeInUp">Portfolio & Screenshots</h2>
<p>The gentlemen who rented the room would sometimes take their evening meal at home in the living room that was used by everyone, and so the door to this room was often kept closed in the </p>
</div>
<div class="mixitup_container">
<button class="mixitup_btn active" type="button" data-filter=".category-art">art</button>
<button class="mixitup_btn" type="button" data-filter=".category-mystery">mystery</button>
<button class="mixitup_btn" type="button" data-filter=".category-illusion">illusion</button>
<button class="mixitup_btn" type="button" data-filter=".category-travel">travel</button>
<button class="mixitup_btn" type="button" data-filter=".category-paintings">paintings</button>
<div class="mix category-art" data-order="1">
<div class="slick_slider_portfolio">
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots3.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots3.png" alt="Portfolio"></div>
</div>
</div>
<div class="mix category-mystery" data-order="2">
<div class="slick_slider_portfolio">
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots3.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots3.png" alt="Portfolio"></div>
</div>
</div>
<div class="mix category-illusion" data-order="3">
<div class="slick_slider_portfolio">
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots3.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots3.png" alt="Portfolio"></div>
</div>
</div>
<div class="mix category-travel" data-order="4">
<div class="slick_slider_portfolio">
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots3.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots3.png" alt="Portfolio"></div>
</div>
</div>
<div class="mix category-paintings" data-order="5">
<div class="slick_slider_portfolio">
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots3.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots2.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots3.png" alt="Portfolio"></div>
<div><img src="img/portfolio_screenshots1.jpg" alt="Portfolio"></div>
</div>
</div>
</div>
</section>
<!-- end Portfolio & Screenshots Section -->
<!-- begin Quote -->
<div class="quote">
<p>Happiness cannot be traveled to, owned, earned, or worn. It is the spiritual experience of living every minute with love, grace & gratitude.</p>
<h4>Denis Waitley</h4>
</div>
<!-- end Quote -->
<!-- begin Team Members Section -->
<section id="team_members" class="team_members">
<div class="container">
<h2 class="wow fadeInUp">Team Members</h2>
<p class="team_members_descr">The gentlemen who rented the room would sometimes take their evening meal at home in the living room that was used by everyone, and so the door to this room was often kept closed in the </p>
<div class="col-md-3">
<div class="team_member_block wow bounceIn">
<img class="team_member_img" src="img/team_member1.png" alt="Our Team">
<h3>James Philly</h3>
<p>Lead Developer</p>
</div>
</div>
<div class="col-md-3">
<div class="team_member_block wow bounceIn">
<img class="team_member_img" src="img/team_member2.png" alt="Our Team">
<h3>Cactus Jack</h3>
<p>3D Model Designer</p>
</div>
</div>
<div class="col-md-3">
<div class="team_member_block wow bounceIn">
<img class="team_member_img" src="img/team_member3.png" alt="Our Team">
<h3>Jack Sparrow</h3>
<p>Master of All Trade</p>
</div>
</div>
<div class="col-md-3">
<div class="team_member_block wow bounceIn">
<img class="team_member_img" src="img/team_member4.png" alt="Our Team">
<h3>Yaga Squarehead</h3>
<p>Manages Money</p>
</div>
</div>
</div>
</section>
<!-- end Team Members Section -->
<!-- begin Facts & Numbers Section -->
<section id="facts_numbers" class="facts_numbers">
<div class="container">
<h2 class="wow fadeInUp">Facts & Numbers</h2>
<div class="facts_numbers_inner_wrapper">
<!-- begin Row -->
<div class="row">
<div class="facts_numbers_inner_top">
<div class="col-md-6">
<div class="facts_numbers_block">
<p>110</p>
<h3>successful projects</h3>
</div>
</div>
<div class="col-md-6">
<div class="facts_numbers_block">
<p>25</p>
<h3>awesome clients</h3>
</div>
</div>
</div>
</div>
<!-- end Row -->
<!-- begin Row -->
<div class="row">
<div class="facts_numbers_inner_second">
<div class="col-md-6">
<div class="facts_numbers_block">
<p>30</p>
<h3>open source plugins</h3>
</div>
</div>
<div class="col-md-6">
<div class="facts_numbers_block">
<p>13</p>
<h3>open source themes</h3>
</div>
</div>
</div>
</div>
<!-- end Row -->
</div>
</div>
</section>
<!-- end Facts & Numbers Section -->
<!-- begin Blog Section -->
<section id="blog" class="blog">
<div class="container">
<!-- begin Row Blog -->
<div class="row">
<article>
<div class="col-md-6">
<div class="blog_descr">
<h5>Travel / 21st March, 2014</h5>
<h2 class="wow fadeInUp"><a href="#" title="Our Blog">A New Product Is Coming</a></h2>
<p>The office assistant was the boss's man, spineless, and with no understanding. What about if he reported sick? But that would be extremely strained and suspicious as in fifteen years of service Gregor had never.</p>
</div>
</div>
<div class="col-md-6">
<div class="hovereffect">
<img class="img-responsive" src="img/a_new_product_Is_coming.png" alt="Our Blog">
<div class="overlay">
<h2>A New Product Is Coming</h2>
<p><a href="#">read more</a></p>
</div>
</div>
</div>
</article>
</div>
<!-- end Row Blog -->
<!-- begin Row Blog -->
<div class="row">
<article class="change_block">
<div class="col-md-6">
<div class="hovereffect">
<img class="img-responsive" src="img/jimmy’s_new_xbox_controller.png" alt="Our Blog">
<div class="overlay">
<h2>Jimmy’s New Xbox Controller</h2>
<p><a href="#">read more</a></p>
</div>
</div>
</div>
<div class="col-md-6 change_before">
<div class="blog_descr">
<h5>Gadget / 3rd March, 2014</h5>
<h2 class="wow fadeInUp"><a href="#" title="Our Blog">Jimmy’s New Xbox Controller</a></h2>
<p>The office assistant was the boss's man, spineless, and with no understanding. What about if he reported sick? But that would be extremely strained and suspicious as in fifteen years of service Gregor had never.</p>
</div>
</div>
</article>
</div>
<!-- end Row Blog -->
<!-- begin Row Blog -->
<div class="row">
<article>
<div class="col-md-6">
<div class="blog_descr">
<h5>Travel / 21st March, 2014</h5>
<h2 class="wow fadeInUp"><a href="#" title="Our Blog">A New Product Is Coming</a></h2>
<p>The office assistant was the boss's man, spineless, and with no understanding. What about if he reported sick? But that would be extremely strained and suspicious as in fifteen years of service Gregor had never.</p>
</div>
</div>
<div class="col-md-6">
<div class="hovereffect">
<img class="img-responsive" src="img/coffe.png" alt="Our Blog">
<div class="overlay">
<h2>A New Product Is Coming</h2>
<p><a href="#">read more</a></p>
</div>
</div>
</div>
</article>
</div>
<!-- end Row Blog -->
</div>
</section>
<!-- end Blog Section -->
<!-- begin Blog Post Next Section -->
<section id="blog_next_post" class="blog_next_post">
<div class="container">
<div class="blog_next_post_slider">
<div class="slide">
<h2><a href="#" title="Our Blog">Another Day In Paradise</a></h2>
<h5>Travel / 21st March, 2014</h5>
</div>
<div class="slide">
<h2><a href="#" title="Our Blog">Jimmy’s New Book on Aliens</a></h2>
<h5>Personal / 21st March, 2014</h5>
</div>
<div class="slide">
<h2><a href="#" title="Our Blog">Sarah’s New House</a></h2>
<h5>Personal / 21st March, 2014</h5>
</div>
</div>
</div>
</section>
<!-- end Blog Post Next Section -->
<!-- begin Twitter -->
<div class="twitter">
<div class="twitter_inner">
<img src="img/featured_articles2.png" alt="Our Twitter">
<h3>Happiness cannot be traveled to, owned, earned, or worn. It is the spiritual experience of living every minute with love, grace & gratitude.</h3>
<p>@loveless</p>
</div>
</div>
<!-- end Twitter -->
<!-- begin Footer Main -->
<footer id="footer_main" class="footer_main">
<div class="container">
<!-- begin Header Top -->
<div class="header_top">
<div class="row">
<div class="col-md-5">
<h2>Unicorn</h2>
<p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his</p>
<form action="#">
<input class="form_email" type="text" name="EmailAdress" placeholder="EMAIL">
<input class="form_subject" type="text" name="Subject" placeholder="SUBJECT">
<input class="form_message" type="text" name="Message" placeholder="MESSAGE">
<input class="form_submit" type="submit" value="SEND"><span></span>
</form>
</div>
<div class="col-md-1 col-md-offset-1 col-sm-4 col-xs-4">
<h3>Links</h3>
<ul>
<li><a href="#" title="Links">home</a></li>
<li><a href="#" title="Links">about</a></li>
<li><a href="#" title="Links">services</a></li>
<li><a href="#" title="Links">menu</a></li>
<li><a href="#" title="Links">restaurants</a></li>
<li><a href="#" title="Links">work hours</a></li>
<li><a href="#" title="Links">call hours</a></li>
</ul>
</div>
<div class="col-md-1 col-md-offset-1 col-sm-4 col-xs-4">
<h3>friends</h3>
<ul>
<li><a href="#" title="Links">home</a></li>
<li><a href="#" title="Links">about</a></li>
<li><a href="#" title="Links">services</a></li>
<li><a href="#" title="Links">menu</a></li>
<li><a href="#" title="Links">restaurants</a></li>
</ul>
</div>
<div class="col-md-1 col-md-offset-1 col-sm-4 col-xs-4">
<h3>social</h3>
<ul>
<li><a href="#" title="facebook">facebook</a></li>
<li><a href="#" title="twitter">twitter</a></li>
<li><a href="#" title="github">github</a></li>
<li><a href="#" title="pinterest">pinterest</a></li>
<li><a href="#" title="google plus">google plus</a></li>
<li><a href="#" title="dribble">dribble</a></li>
<li><a href="#" title="flickr">flickr</a></li>
<li><a href="#" title="others social">others</a></li>
</ul>
</div>
</div>
</div>
<!-- end Header Top -->
<!-- begin Header Second -->
<div class="header_second">
<div class="copyright">
<p>One morning, when Gregor Samsa woke from troubled dreams, he found</p>
<p>© 2017 Your Awesome Company</p>
</div>
<div class="terms">
<ul>
<li><a href="#" title="terms">terms</a></li>
<li><a href="#" title="privacy policy">privacy policy</a></li>
<li><a href="#" title="contact">contact</a></li>
<li><a href="#" title="job">job</a></li>
</ul>
</div>
</div>
<!-- end Header Second -->
</div>
</footer>
<!-- end Footer Main -->
<!-- begin Back to Top button -->
<a href="#" id="back-to-top" title="Back to top">↑</a>
<!-- end Back to Top button -->
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<!-- WOW js -->
<script src="libraries/bower_components/wow/dist/wow.min.js"></script>
<!-- bxSlider -->
<script src="libraries/bower_components/bxslider-4/dist/jquery.bxslider.min.js"></script>
<!-- SlickSlider -->
<script src="libraries/bower_components/slick-carousel/slick/slick.min.js"></script>
<!-- MixitUp -->
<script src="libraries/mixitup/dist/mixitup.min.js"></script>
<!-- Custom JS -->
<script src="js/functions.js"></script>
</body>
</html>