-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
542 lines (523 loc) · 17.4 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
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
<!DOCTYPE html>
<html lang="en">
<head>
<title>Unicorn</title>
<!-- bxSlider CSS file -->
<link href="libs/slider/jquery.bxslider.min.css" rel="stylesheet">
<!-- icons CSS file -->
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- jquery styles progressbar -->
<link rel="stylesheet" href="css/jquery-ui.min_custom.css">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body>
<div id="page">
<header>
<div class="wrap clear">
<nav class="clear">
<div class="logo left"><a href="index.html">Unicorn</a></div>
<ul class="menu right">
<li class="active"><a href="index.html">home</a></li>
<li><a href="#">about</a></li>
<li><a href="#">stories</a></li>
<li><a href="#">hello</a></li>
<li class=""><a href="#"><i class="fa fa-bars" aria-hidden="true"></i></a></li>
</ul>
</nav>
<div class="storyTeller right">
<h1>storyteller</h1>
<div class="line right"></div>
<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>
<a class="button" href="#">read the rest</a>
</div>
</div>
</header>
<div class="content">
<div class="broccoli">
<div class="wrap">
<img src="img/broccoli.png" alt="broccoli">
<h2>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>
<div class="feature">
<div class="wrap">
<div class="clock">
<img src="img/clock.png" alt="clock" >
<h3 >An Wow Feature</h3>
<p class="clear">The gentlemen who rented the room would sometimes take their evening meal at home in the living.</p>
</div>
<div class="vector">
<img src="img/vector.png" alt="vector">
<h3>A Beautiful Feature</h3>
<p class="clear">The gentlemen who rented the room would sometimes take their evening meal at home in the living.</p>
</div>
<div class="land-working">
<img src="img/land-working.png" alt="land-working">
<h3>An Amazing Feature</h3>
<p class="clear">The gentlemen who rented the room would sometimes take their evening meal at home in the living.</p>
</div>
</div>
</div>
<div class="articles">
<div class="wrap">
<h2>Featured Articles</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 class="slider_wrap">
<div class="slider">
<div class="slide active">
<h4>comic</h4>
<a href=""><p>A million ways to die in the wild wild wild west</p></a>
<div class="person clear">
<div class="person_ico left">
<img src="img/photo1.png" alt="photo">
</div>
<div class="person_name">
<h4>jimmy jefferson</h4>
<span class="date">21/08/2013</span>
</div>
</div>
</div>
<div class="slide">
<h4>lifestyle</h4>
<a href=""><p>The most comfortable chair comes with no backpain</p></a>
<div class="person clear">
<div class="person_ico left">
<img src="img/photo2.png" alt="photo">
</div>
<div class="person_name">
<h4>Gail Gutierrez</h4>
<span class="date">21/08/2013</span>
</div>
</div>
</div>
<div class="slide">
<h4>travel</h4>
<a href=""><p>Journey to the center of the earth with jefferson</p></a>
<div class="person clear">
<div class="person_ico left">
<img src="img/photo3.png" alt="photo">
</div>
<div class="person_name">
<h4>mason johnston</h4>
<span class="date">21/08/2013</span>
</div>
</div>
</div>
<div class="slide">
<h4>lifestyle</h4>
<a href=""><p>The most comfortable chair comes with no backpain</p></a>
<div class="person clear">
<div class="person_ico left">
<img src="img/photo2.png" alt="photo">
</div>
<div class="person_name">
<h4>Gail Gutierrez</h4>
<span class="date">21/08/2013</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="clients">
<div class="wrap">
<h2>Clients</h2>
<div class="slider2_wrap">
<div class="slider2">
<div class="slide"><img src="img/clients1.png" alt="clients"></div>
<div class="slide"><img src="img/clients2.png" alt="clients"></div>
</div>
</div>
</div>
</div>
<div class="portfolio">
<h2>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 class='tabs' data-toggle="tabslet" data-animation="true">
<ul class='horizontal'>
<li><a href="#tab-1">Art</a></li>
<li><a href="#tab-2">Mystery</a></li>
<li><a href="#tab-3">Illusion</a></li>
<li><a href="#tab-4">Travel</a></li>
<li><a href="#tab-5">Paintings</a></li>
</ul>
<div id='tab-1'>
<div class="slider3_wrap">
<div class="slider_tab_1">
<div class="slide"><img src="img/temp1.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp2.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp3.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp4.jpg" alt="temp"></div>
</div>
</div>
</div>
<div id='tab-2'>
<div class="slider3_wrap">
<div class="slider_tab_2">
<div class="slide"><img src="img/temp1.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp2.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp3.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp4.jpg" alt="temp"></div>
</div>
</div>
</div>
<div id='tab-3'>
<div class="slider3_wrap">
<div class="slider_tab_3">
<div class="slide"><img src="img/temp1.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp2.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp3.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp4.jpg" alt="temp"></div>
</div>
</div>
</div>
<div id='tab-4'>
<div class="slider3_wrap">
<div class="slider_tab_4">
<div class="slide"><img src="img/temp1.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp2.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp3.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp4.jpg" alt="temp"></div>
</div>
</div>
</div>
<div id='tab-5'>
<div class="slider3_wrap">
<div class="slider_tab_5">
<div class="slide"><img src="img/temp1.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp2.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp3.jpg" alt="temp"></div>
<div class="slide"><img src="img/temp4.jpg" alt="temp"></div>
</div>
</div>
</div>
</div>
</div>
<div class="quotes">
<div class="wrap">
<i class="fa fa-quote-right" aria-hidden="true"></i>
<p>Happiness cannot be traveled to, owned, earned, or worn. It is the spiritual experience of living every minute with love, grace & gratitude.</p>
<span>Denis Waitley</span>
</div>
</div>
<div class="team">
<div class="wrap">
<h2>Team Members</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 class="members">
<img src="img/team1.png" alt="team">
<div class="name">James Philly</div>
<span>Lead Developer</span>
</div>
<div class="members">
<img src="img/team2.png" alt="team">
<div class="name">Cactus Jack</div>
<span>3D Model Designer</span>
</div>
<div class="members">
<img src="img/team3.png" alt="team">
<div class="name">Jack Sparrow</div>
<span>Master of All Trade</span>
</div>
<div class="members">
<img src="img/team4.png" alt="team">
<div class="name">Yaga Squarehead</div>
<span>Manages Money</span>
</div>
</div>
</div>
<div id="bottom" class="facts">
<div class="wrap">
<h2>Facts & Numbers</h2>
<div class="numbers">
<div class="numbers_wrap1 left">
<div class="num1"></div>
<div id="progressZone"></div>
<div class="details">successful projects</div>
<div class="num2"></div>
<div id="progressZone2"></div>
<div class="details">open source plugins</div>
</div>
<div class="numbers_wrap2 right">
<div class="num3"></div>
<div id="progressZone3"></div>
<div class="details">awesome clients</div>
<div class="num4"></div>
<div id="progressZone4"></div>
<div class="details">open source themes</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div class="products">
<div class="wrap">
<div class="prod clear">
<div class="description left">
<span>Travel / 21st March, 2014</span>
<a href="#">
<h3>A New Product Is Coming </h3>
<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>
</a>
</div>
<img class="right" src="img/prod1.jpg" alt="prod">
</div>
<div class="prod clear">
<div class="description right">
<span>Gadget / 3rd March, 2014</span>
<a href="#">
<h3>Jimmy’s New Xbox Controller</h3>
<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>
</a>
</div>
<img class="left" src="img/prod2.jpg" alt="prod">
</div>
<div class="prod clear">
<div class="description left">
<span>Travel / 21st March, 2014</span>
<a href="#">
<h3>A New Product Is Coming </h3>
<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>
</a>
</div>
<img class="right" src="img/prod3.jpg" alt="prod">
</div>
</div>
</div>
<div class="slider4_wrap">
<div class="slider4">
<div class="slide">
<h3>Another Day In Paradise</h3>
<span>Travel / 21st March, 2014</span>
</div>
<div class="slide">
<h3>Jimmy’s New Book on Aliens</h3>
<span>Personal / 21st March, 2014</span>
</div>
<div class="slide">
<h3>Sarah’s New House</h3>
<span>Personal / 21st March, 2014</span>
</div>
<div class="slide">
<h3>Another Day In Paradise</h3>
<span>Travel / 21st March, 2014</span>
</div>
</div>
</div>
<div class="twit">
<div class="wrap">
<i class="fa fa-twitter" aria-hidden="true"></i>
<div class="image">
<img src="img/photo2.png" alt="photo">
</div>
<p>Happiness cannot be traveled to, owned, earned, or worn. It is the spiritual experience of living every minute with love, grace & gratitude.</p>
<span>@loveless</span>
</div>
</div>
</div>
<footer>
<div class="wrap">
<div class="t_footer clear">
<div class="form left">
<div class="logo">Unicorn</div>
<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="#" method="post">
<div class="field left">
<input type="text" required placeholder="EMAIL" name="email">
</div>
<div class="field right">
<input type="text" required placeholder="SUBJECT" name="subject">
</div>
<div class="clear"></div>
<div class="field">
<textarea placeholder="MESSAGE" name="msg"></textarea>
</div>
<div class="button">
<a href="#" >SEND<i class="fa fa-caret-right" aria-hidden="true"></i></a>
</div>
</form>
</div>
<div class="main_menu right">
<div class="links">
<h4>links</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Menu</a></li>
<li><a href="#">Restaurants</a></li>
<li><a href="#">Work Hours</a></li>
<li><a href="#">Call Hours</a></li>
</ul>
</div>
<div class="friends">
<h4>friends</h4>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Menu</a></li>
<li><a href="#">Restaurants</a></li>
</ul>
</div>
<div class="social">
<h4>sosial</h4>
<ul>
<li><a href="#">Facebook</a></li>
<li><a href="#">Twitter</a></li>
<li><a href="#">Github</a></li>
<li><a href="#">Pinterest</a></li>
<li><a href="#">Google Plus</a></li>
<li><a href="#">Dribbble</a></li>
<li><a href="#">Flickr</a></li>
<li><a href="#">Others</a></li>
</ul>
</div>
</div>
</div>
<div class="b_footer clear">
<div class="menu_footer right">
<ul>
<li><a href="#">Job</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Policy</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">TERMS</a></li>
</ul>
</div>
<div class="copyright left">
<p>One morning, when Gregor Samsa woke from troubled dreams, he found</p>
<span>@ 2015 Your Awesome Company</span>
</div>
</div>
</div>
</footer>
</div>
<!-- jQuery library -->
<script src="js/jquery-3.1.1.min.js"></script>
<!-- tabs: http://vdw.github.io/Tabslet/ -->
<script src="libs/tab/jquery.tabslet.min.js"></script>
<!-- bxSlider Javascript file -->
<script src="libs/slider/jquery.bxslider.min.js"></script>
<!-- scrol: http://imakewebthings.com/waypoints/api/offset-option/ -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- progressbar: http://jqueryui.com/download/ -->
<script src="js/jquery-ui.min_custom.js"></script>
<!-- progressbar: http://jsfiddle.net/chuckcatron/FR2SC/ -->
<script>
$('.slider').bxSlider({
slideWidth: 370,
speed:800,
infiniteLoop: false,
hideControlOnEnd:true,
minSlides: 1,
maxSlides: 3
});
$('.slider2').bxSlider({
speed:800,
infiniteLoop: false,
hideControlOnEnd:true,
minSlides: 1,
maxSlides: 1
});
$('.slider_tab_1').bxSlider({
speed:800,
slideWidth: 440,
adaptiveHeight: true,
minSlides: 1,
maxSlides: 4
});
$('.slider_tab_2').bxSlider({
speed:800,
slideWidth: 440,
adaptiveHeight: true,
minSlides: 1,
maxSlides: 4
});
$('.slider_tab_3').bxSlider({
speed:800,
slideWidth: 440,
adaptiveHeight: true,
minSlides: 1,
maxSlides: 4
});
$('.slider_tab_4').bxSlider({
speed:800,
slideWidth: 440,
adaptiveHeight: true,
minSlides: 1,
maxSlides: 4
});
$('.slider_tab_5').bxSlider({
speed:800,
slideWidth: 440,
adaptiveHeight: true,
minSlides: 1,
maxSlides: 4
});
$('.slider4').bxSlider({
slideWidth: 370,
speed:800,
infiniteLoop: false,
hideControlOnEnd:true,
minSlides: 1,
maxSlides: 3
});
$("#progressZone").progressbar({ max: 130 });
var value1 = 0;
function countdown1() {
value1++;
$("#progressZone").progressbar("option", "value", value1);
$(".num1").text(value1);
if (value1 < 130) {
setTimeout(countdown1, 100);
}
}
$("#progressZone2").progressbar({ max: 30 });
var value2 = 0;
function countdown2() {
value2++;
$("#progressZone2").progressbar("option", "value", value2);
$(".num2").text(value2);
if (value2 < 30) {
setTimeout(countdown2, 100);
}
}
$("#progressZone3").progressbar({ max: 25 });
var value3 = 0;
function countdown3() {
value3++;
$("#progressZone3").progressbar("option", "value", value3);
$(".num3").text(value3);
if (value3 < 25) {
setTimeout(countdown3, 100);
}
}
$("#progressZone4").progressbar({ max: 13 });
var value4 = 0;
function countdown4() {
value4++;
$("#progressZone4").progressbar("option", "value", value4);
$(".num4").text(value4);
if (value4 < 13) {
setTimeout(countdown4, 100);
}
}
var waypoint = new Waypoint({
element: document.getElementById('bottom'),
handler: function(direction) {
countdown1();
countdown2();
countdown3();
countdown4();
},
offset: 'bottom-in-view'
})
</script>
</body>
</html>