-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathelements.html
750 lines (730 loc) · 40.9 KB
/
elements.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
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="style/images/favicon.png">
<title>Hygge</title>
<!-- Bootstrap core CSS -->
<link href="style/css/bootstrap.min.css" rel="stylesheet">
<link href="style/css/plugins.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href="style/css/color/green.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<link href="style/type/icons.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="preloader"><div id="status"><div class="spinner"></div></div></div>
<div class="body-wrapper">
<nav class="navbar navbar-default default solid">
<div class="container">
<div class="navbar-header">
<div class="basic-wrapper"> <a class="btn responsive-menu" data-toggle="collapse" data-target=".navbar-collapse"><i></i></a>
<div class="navbar-brand"> <a href="index.html"><img src="#" srcset="style/images/logo.png 1x, style/images/[email protected] 2x" class="logo-light" alt="" /><img src="#" srcset="style/images/logo-dark.png 1x, style/images/[email protected] 2x" class="logo-dark" alt="" /></a>
</div>
<!-- /.navbar-brand -->
</div>
<!-- /.basic-wrapper -->
</div>
<!-- /.navbar-header -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="dropdown"><a href="#" class="dropdown-toggle js-activated" data-toggle="dropdown">Home <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="index.html">Home Layout 1</a></li>
<li><a href="index2.html">Home Layout 2</a></li>
<li><a href="index3.html">Home Layout 3</a></li>
<li><a href="index4.html">Home Layout 4</a></li>
<li><a href="index5.html">Home Layout 5</a></li>
<li><a href="index-all.html">Home Layout All</a></li>
<li><a href="animation.html">Scroll Animation</a></li>
<li><a href="onepage.html">Onepage Layout</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" class="dropdown-toggle js-activated" data-toggle="dropdown">Sliders <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="slider.html">Fullscreen Slider</a></li>
<li><a href="slider2.html">Fullwidth Slider</a></li>
<li><a href="slider3.html">Boxed Slider</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" class="dropdown-toggle js-activated" data-toggle="dropdown">Headers <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="header.html">Transparent</a></li>
<li><a href="header2.html">Solid</a></li>
<li><a href="header3.html">Detailed</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" class="dropdown-toggle js-activated" data-toggle="dropdown">Portfolio <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="portfolio2.html">Portfolio 2</a></li>
<li><a href="portfolio3.html">Portfolio 3</a></li>
<li><a href="portfolio-post.html">Portfolio Post </a></li>
<li><a href="portfolio-post2.html">Portfolio Post 2</a></li>
<li><a href="portfolio-post3.html">Portfolio Post 3</a></li>
<li><a href="portfolio-post4.html">Portfolio Post 4</a></li>
<li><a href="portfolio-post5.html">Portfolio Post 5</a></li>
<li><a href="portfolio-post6.html">Portfolio Post 6</a></li>
<li><a href="portfolio-post7.html">Portfolio Post 7</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" class="dropdown-toggle js-activated" data-toggle="dropdown">Blog <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="blog.html">Blog 1</a></li>
<li><a href="blog2.html">Blog 2</a></li>
<li><a href="blog3.html">Blog 3</a></li>
<li><a href="blog4.html">Blog 4</a></li>
<li><a href="blog5.html">Blog 5</a></li>
<li><a href="blog-post.html">Blog Post</a></li>
<li><a href="blog-post2.html">Blog Post 2</a></li>
</ul>
</li>
<li class="dropdown"><a href="#" class="dropdown-toggle js-activated" data-toggle="dropdown">Pages <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="about.html">About 1</a></li>
<li><a href="about2.html">About 2</a></li>
<li><a href="services.html">Services 1</a></li>
<li><a href="services2.html">Services 2</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="contact2.html">Contact 2</a></li>
</ul>
</li>
<li class="current dropdown"><a href="#" class="dropdown-toggle js-activated" data-toggle="dropdown">Features <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="elements.html">Elements</a></li>
<li><a href="charts.html">Charts</a></li>
<li><a href="pricing.html">Pricing Tables</a></li>
<li><a href="headings.html">Headings</a></li>
<li><a href="disqus.html">Disqus</a></li>
<li><a href="icon-lulu.html">Lulu Icons</a></li>
<li><a href="icon-budicon.html">Budicon Icons</a></li>
<li><a href="icon-fontello.html">Fontello Icons</a></li>
</ul>
</li>
</ul>
<!-- /.navbar-nav -->
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<!-- /.navbar -->
<div class="offset"></div>
<div class="light-wrapper">
<div class="container inner">
<div class="row">
<div class="col-sm-6">
<h3>Tabs</h3>
<div class="tabs tabs-top left tab-container">
<ul class="etabs">
<li class="tab"><a href="#tab-1">This is</a></li>
<li class="tab"><a href="#tab-2">Tabbed</a></li>
<li class="tab"><a href="#tab-3">Content</a></li>
<li class="tab"><a href="#tab-4">Example</a></li>
</ul>
<!-- /.etabs -->
<div class="panel-container">
<div class="tab-block" id="tab-1">
<p>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Vestibulum id ligula porta felis euismod semper. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
<p>Donec sed odio dui. Donec sed odio dui. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Maecenas faucibus mollis interdum.</p>
<ul class="circled">
<li>Mauris lacinia dui non metus dignissim venenatis.</li>
<li>Etiam elit tellus, condimentum tempor lobortis non.</li>
<li>Aliquam pharetra vestibulum arcu, eget iaculis. </li>
</ul>
</div>
<!-- /.tab-block -->
<div class="tab-block" id="tab-2">
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Donec sed odio dui. Donec ullamcorper nulla non metus auctor fringilla. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum id ligula porta felis euismod semper. Cras mattis consectetur purus sit amet fermentum. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Maecenas faucibus mollis interdum. </p>
</div>
<!-- /.tab-block -->
<div class="tab-block" id="tab-3">
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Donec sed odio dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla vitae elit libero, a pharetra augue. Aenean lacinia bibendum nulla sed consectetur. </p>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec ullamcorper nulla non metus auctor fringilla. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
</div>
<!-- /.tab-block -->
<div class="tab-block" id="tab-4">
<p>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p>
<p>Donec id elit non mi porta gravida at eget metus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec sed odio dui.</p>
</div>
<!-- /.tab-block -->
</div>
<!-- /.panel-container -->
</div>
<!-- /.tabs -->
</div>
<!-- /column -->
<div class="col-sm-6">
<h3>Toggle</h3>
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a data-toggle="collapse" class="panel-toggle active" data-parent="#accordion" href="#collapseOne"> 100% Responsive </a> </h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body"> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente. </div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a data-toggle="collapse" class="panel-toggle" data-parent="#accordion" href="#collapseTwo"> Clean & Professional Design </a> </h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body"> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. </div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a data-toggle="collapse" class="panel-toggle" data-parent="#accordion" href="#collapseThree"> Collapsible Group Item #3 </a> </h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body"> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. </div>
</div>
</div>
</div>
</div>
<!-- /column -->
</div>
<!-- /.row -->
<hr />
<div class="row">
<div class="col-sm-6">
<h3>Tabs</h3>
<div class="tabs tabs-top left bordered tab-container">
<ul class="etabs">
<li class="tab"><a href="#tab-one">This is</a></li>
<li class="tab"><a href="#tab-two">Tabbed</a></li>
<li class="tab"><a href="#tab-three">Content</a></li>
<li class="tab"><a href="#tab-four">Example</a></li>
</ul>
<!-- /.etabs -->
<div class="panel-container">
<div class="tab-block" id="tab-one">
<p>Aenean lacinia bibendum nulla sed consectetur. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Vestibulum id ligula porta felis euismod semper. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </p>
<p>Donec sed odio dui. Donec sed odio dui. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Maecenas faucibus mollis interdum.</p>
<ul class="circled">
<li>Mauris lacinia dui non metus dignissim venenatis.</li>
<li>Etiam elit tellus, condimentum tempor lobortis non.</li>
<li>Aliquam pharetra vestibulum arcu, eget iaculis. </li>
</ul>
</div>
<!-- /.tab-block -->
<div class="tab-block" id="tab-two">
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Donec sed odio dui. Donec ullamcorper nulla non metus auctor fringilla. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum id ligula porta felis euismod semper. Cras mattis consectetur purus sit amet fermentum. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Maecenas faucibus mollis interdum. </p>
</div>
<!-- /.tab-block -->
<div class="tab-block" id="tab-three">
<p>Nullam id dolor id nibh ultricies vehicula ut id elit. Donec sed odio dui. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla vitae elit libero, a pharetra augue. Aenean lacinia bibendum nulla sed consectetur. </p>
<p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec ullamcorper nulla non metus auctor fringilla. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. </p>
</div>
<!-- /.tab-block -->
<div class="tab-block" id="tab-four">
<p>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.</p>
<p>Donec id elit non mi porta gravida at eget metus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec sed odio dui.</p>
</div>
<!-- /.tab-block -->
</div>
<!-- /.panel-container -->
</div>
<!-- /.tabs -->
</div>
<!-- /column -->
<div class="col-sm-6">
<h3>Toggle</h3>
<div class="panel-group bordered" id="accordion2">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a data-toggle="collapse" class="panel-toggle active" data-parent="#accordion2" href="#collapse1"> 100% Responsive </a> </h4>
</div>
<div id="collapse1" class="panel-collapse collapse in">
<div class="panel-body"> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente. </div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a data-toggle="collapse" class="panel-toggle" data-parent="#accordion2" href="#collapse2"> Clean & Professional Design </a> </h4>
</div>
<div id="collapse2" class="panel-collapse collapse">
<div class="panel-body"> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. </div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a data-toggle="collapse" class="panel-toggle" data-parent="#accordion2" href="#collapse3"> Collapsible Group Item #3 </a> </h4>
</div>
<div id="collapse3" class="panel-collapse collapse">
<div class="panel-body"> Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS. </div>
</div>
</div>
</div>
</div>
<!-- /column -->
</div>
<!-- /.row -->
<hr />
<h3>Pricing Table</h3>
<div class="row">
<div class="col-sm-4">
<div class="pricing panel">
<div class="panel-heading">
<h3 class="panel-title">Bronze</h3>
<div class="price"> <span class="price-currency">$</span> <span class="price-value">35</span> </div>
</div>
<!--/.panel-heading -->
<div class="panel-body">
<table class="table">
<tr>
<td><strong>1</strong> Project </td>
</tr>
<tr>
<td><strong>100K</strong> API Access </td>
</tr>
<tr>
<td><strong>100MB</strong> Storage </td>
</tr>
<tr>
<td> Custom <strong>Cloud</strong> Services </td>
</tr>
<tr>
<td> Weekly <strong>Reports</strong></td>
</tr>
<tr>
<td> 7/24 <strong>Support</strong></td>
</tr>
</table>
</div>
<!--/.panel-body -->
<div class="panel-footer"> <a href="#" class="btn" role="button">Sign Up</a></div>
</div>
<!--/.pricing -->
</div>
<!--/column -->
<div class="col-sm-4">
<div class="pricing panel">
<div class="panel-heading">
<h3 class="panel-title">Silver</h3>
<div class="price"> <span class="price-currency">$</span> <span class="price-value">45</span> </div>
</div>
<!--/.panel-heading -->
<div class="panel-body">
<table class="table">
<tr>
<td><strong>5</strong> Projects </td>
</tr>
<tr>
<td><strong>100K</strong> API Access </td>
</tr>
<tr>
<td><strong>200MB</strong> Storage </td>
</tr>
<tr>
<td> Custom <strong>Cloud</strong> Services </td>
</tr>
<tr>
<td> Weekly <strong>Reports</strong></td>
</tr>
<tr>
<td> 7/24 <strong>Support</strong></td>
</tr>
</table>
</div>
<!--/.panel-body -->
<div class="panel-footer"> <a href="#" class="btn" role="button">Sign Up</a></div>
</div>
<!--/.pricing -->
</div>
<!--/column -->
<div class="col-sm-4">
<div class="pricing panel">
<div class="panel-heading">
<h3 class="panel-title">Gold</h3>
<div class="price"> <span class="price-currency">$</span> <span class="price-value">55</span> </div>
</div>
<!--/.panel-heading -->
<div class="panel-body">
<table class="table">
<tr>
<td><strong>20</strong> Projects </td>
</tr>
<tr>
<td><strong>300K</strong> API Access </td>
</tr>
<tr>
<td><strong>500MB</strong> Storage </td>
</tr>
<tr>
<td> Custom <strong>Cloud</strong> Services </td>
</tr>
<tr>
<td> Weekly <strong>Reports</strong></td>
</tr>
<tr>
<td> 7/24 <strong>Support</strong></td>
</tr>
</table>
</div>
<!--/.panel-body -->
<div class="panel-footer"> <a href="#" class="btn" role="button">Sign Up</a></div>
</div>
<!--/.pricing -->
</div>
<!--/column -->
</div>
<!--/.row -->
<hr />
<h3>Facts</h3>
<div class="row text-center facts">
<div class="col-sm-3">
<div class="icon-large"> <i class="budicon-video-2"></i> </div>
<h2>7518</h2>
<p>Shots Taken</p>
</div>
<!--/column -->
<div class="col-sm-3">
<div class="icon-large"> <i class="budicon-coffee"></i> </div>
<h2>3472</h2>
<p>Cups of Coffee</p>
</div>
<!--/column -->
<div class="col-sm-3">
<div class="icon-large"> <i class="budicon-video"></i> </div>
<h2>2184</h2>
<p>Movies Watched</p>
</div>
<!--/column -->
<div class="col-sm-3">
<div class="icon-large"> <i class="budicon-award-1"></i> </div>
<h2>4523</h2>
<p>Awards Won</p>
</div>
<!--/column -->
</div>
<!--/.row -->
<hr />
<div class="row">
<div class="col-sm-6">
<h3>Progress Bar</h3>
<p>Duis non lectus sit amet est imperdiet cursus elementum vitae eros. Etiam adipiscingmorbi vitae magna tellus, ac mattis urna phasellus rhoncus.</p>
<div class="divide10"></div>
<ul class="progress-list">
<li>
<p>CSS/HTML <em>90%</em></p>
<div class="progress plain">
<div class="bar" style="width: 90%;"></div>
</div>
</li>
<li>
<p>jQuery <em>80%</em></p>
<div class="progress plain">
<div class="bar" style="width: 80%;"></div>
</div>
</li>
<li>
<p>Wordpress <em>85%</em></p>
<div class="progress plain">
<div class="bar" style="width: 85%;"></div>
</div>
</li>
<li>
<p>SEO <em>50%</em></p>
<div class="progress plain">
<div class="bar" style="width: 50%;"></div>
</div>
</li>
</ul>
<!-- /.progress-list -->
</div>
<!--/column -->
<div class="col-sm-6">
<h3>Google Map</h3>
<div id="map" style="height: 360px;"></div>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA1xdEVYy8IZdBKJGQp_QpDWaNQT7ZHGhY&sensor=false&extension=.js"></script>
<script> google.maps.event.addDomListener(window, 'load', init);
var map;
function init() {
var mapOptions = {
center: new google.maps.LatLng(51.211215, 3.226287),
zoom: 15,
zoomControl: true,
zoomControlOptions: {
style: google.maps.ZoomControlStyle.DEFAULT,
},
disableDoubleClickZoom: false,
mapTypeControl: true,
mapTypeControlOptions: {
style: google.maps.MapTypeControlStyle.DROPDOWN_MENU,
},
scaleControl: true,
scrollwheel: false,
streetViewControl: true,
draggable : true,
overviewMapControl: false,
mapTypeId: google.maps.MapTypeId.ROADMAP,
styles: [{stylers:[{saturation:-100},{gamma:1}]},{elementType:"labels.text.stroke",stylers:[{visibility:"off"}]},{featureType:"poi.business",elementType:"labels.text",stylers:[{visibility:"off"}]},{featureType:"poi.business",elementType:"labels.icon",stylers:[{visibility:"off"}]},{featureType:"poi.place_of_worship",elementType:"labels.text",stylers:[{visibility:"off"}]},{featureType:"poi.place_of_worship",elementType:"labels.icon",stylers:[{visibility:"off"}]},{featureType:"road",elementType:"geometry",stylers:[{visibility:"simplified"}]},{featureType:"water",stylers:[{visibility:"on"},{saturation:50},{gamma:0},{hue:"#50a5d1"}]},{featureType:"administrative.neighborhood",elementType:"labels.text.fill",stylers:[{color:"#333333"}]},{featureType:"road.local",elementType:"labels.text",stylers:[{weight:0.5},{color:"#333333"}]},{featureType:"transit.station",elementType:"labels.icon",stylers:[{gamma:1},{saturation:50}]}]
}
var mapElement = document.getElementById('map');
var map = new google.maps.Map(mapElement, mapOptions);
var locations = [
['Boudewijn Ostenstraat 2', 51.211215, 3.226287]
];
for (i = 0; i < locations.length; i++) {
marker = new google.maps.Marker({
icon: 'style/images/map-pin.png',
position: new google.maps.LatLng(locations[i][1], locations[i][2]),
map: map
});
}
}
</script>
</div>
<!--/column -->
</div>
<!--/.row -->
<hr />
<h3>Tooltip</h3>
<p>Sed posuere consectetur est at lobortis. <a href="#" class="link-effect" title="Tooltip on top" data-rel="tooltip" data-placement="top">Morbi leo risus</a>, porta ac consectetur ac, vestibulum at eros. Nullam id dolor id nibh ultricies vehicula ut id elit. Etiam porta sem malesuada magna mollis euismod. Curabitur blandit tempus porttitor. Fusce dapibus, <a href="#" class="link-effect" title="Tooltip on bottom" data-rel="tooltip" data-placement="bottom">tellus ac cursus</a> commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. <a href="#" class="link-effect" title="Tooltip on left" data-rel="tooltip" data-placement="left">Nullam id dolor</a> id nibh ultricies vehicula ut id elit. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. <a href="#" class="link-effect" title="Tooltip on right" data-rel="tooltip" data-placement="right">Curabitur blandit tempus</a> porttitor. Morbi leo risus, porta ac consectetur ac, vestibulum at eros.</p>
<hr />
<div class="row">
<div class="col-sm-6">
<h3>Alerts</h3>
<div class="alert alert-warning"> <strong>Warning!</strong> Best check yo self, you're not looking too good. </div>
<div class="alert alert-danger"> <strong>Oh snap!</strong> Change a few things up and try submitting again. </div>
<div class="alert alert-success"> <strong>Well done!</strong> You successfully read this important alert message. </div>
<div class="alert alert-info"> <strong>Heads up!</strong> This alert needs your attention, but it's not super important. </div>
</div>
<!-- /.col-sm-6 -->
<div class="col-sm-6">
<h3>Alerts with Dismiss</h3>
<div class="alert alert-warning">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Warning!</strong> Best check yo self, you're not looking too good. </div>
<div class="alert alert-danger">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Oh snap!</strong> Change a few things up and try submitting again. </div>
<div class="alert alert-success">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Well done!</strong> You successfully read this important alert message. </div>
<div class="alert alert-info">
<button type="button" class="close" data-dismiss="alert">×</button>
<strong>Heads up!</strong> This alert needs your attention, but it's not super important. </div>
</div>
<!-- /.col-sm-6 -->
</div>
<!-- /.row -->
<hr />
<h3>Labels</h3>
<span class="label label-default">Default</span> <span class="label label-primary">Primary</span> <span class="label label-success">Success</span> <span class="label label-info">Info</span> <span class="label label-warning">Warning</span> <span class="label label-danger">Danger</span>
<hr />
<h3>Buttons</h3>
<a href="#" class="btn btn-red">Button</a> <a href="#" class="btn btn-pink">Button</a> <a href="#" class="btn btn-orange">Button</a> <a href="#" class="btn btn-yellow">Button</a> <a href="#" class="btn btn-lime">Button</a> <a href="#" class="btn btn-green">Button</a> <a href="#" class="btn btn-blue">Button</a> <a href="#" class="btn btn-purple">Button</a> <a href="#" class="btn btn-navy">Button</a> <a href="#" class="btn btn-brown">Button</a>
<hr />
<div class="row">
<div class="col-sm-4">
<h3>Unordered List</h3>
<ul class="circled">
<li>Pellentesque non diam et tortor dignissim. </li>
<li>Neque sit amet mauris egestas quis mattis. </li>
<li>Cras justo odio, dapibus ac facilisis.</li>
<li>Curabitur viver justo sed scelerisque.</li>
<li>Aenean lacinia bibendum nulla sed.</li>
<li>Nullam quis risus eget urna mollis ornare.</li>
</ul>
</div>
<!-- /column -->
<div class="col-sm-4">
<h3>Unordered List</h3>
<ul>
<li>Pellentesque non diam et tortor dignissim. </li>
<li>Neque sit amet mauris egestas quis mattis. </li>
<li>Cras justo odio, dapibus ac facilisis.</li>
<li>Curabitur viver justo sed scelerisque.</li>
<li>Aenean lacinia bibendum nulla sed.</li>
<li>Nullam quis risus eget urna mollis ornare.</li>
</ul>
</div>
<!-- /column -->
<div class="col-sm-4">
<h3>Ordered List</h3>
<ol>
<li>Pellentesque non diam et tortor dignissim. </li>
<li>Neque sit amet mauris egestas quis mattis. </li>
<li>Curabitur viver justo sed scelerisque.</li>
<li>Condimentum aenean risus malesuada.</li>
<li>Integer posuere erat a ante venenatis.</li>
<li>Aenean eu leo quam. Pellentesque ornare.</li>
</ol>
</div>
<!-- /column -->
</div>
<!-- /.row -->
<hr />
<h3>Blockquote</h3>
<blockquote>
<p> Pellentesque non diam et tortor dignissim bibendum. Neque sit amet mauris egestas quis mattis velit fringilla. Curabitur viver justo sed scelerisque. Cras mattis consectetur purus sit amet fermentum. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Praesent commodo cursus magna, vel scelerisque.</p>
<small class="meta">Very important person</small> </blockquote>
<hr />
<h3>Dropcap</h3>
<p><span class="dropcap">D</span>uis non lectus sit amet est imperdiet cursus elementum vitae eros. Cras quis odio in risus euismod suscipit. Fusce viverra ligula vel justo bibendum semper. Nulla facilisi. Donec interdum, enim in dignissim lacinia, lectus nisl viverra lorem, ac pulvinar nunc ante at neque. Proin et dui eros, at aliquet est. Pellentesque consectetur lectus quis enim mollis ut convallis urna malesuada. Sed tincidunt interdum sapien vel gravida. Nulla a tellus lectus, in aliquet tellus. Donec aliquam.</p>
<hr />
<div class="row">
<div class="col-sm-8">
<h3>Code Display</h3>
<pre class="prettyprint linenums">
<form>
<fieldset>
<legend>Legend</legend>
<label>Label name</label>
<input type="text" placeholder="Type something…">
<span class="help-block">Example block-level help text here.</span>
<label class="checkbox">
<input type="checkbox"> Check me out
</label>
<button type="submit" class="btn">Submit</button>
</fieldset>
</form>
</pre>
<!-- /.prettyprint -->
</div>
<!-- /column -->
<div class="col-sm-4">
<h3>Misc Typography</h3>
<p>Lorem <sup>superscript</sup> dolor <sub>subscript</sub> amet<br />
<em>This is emphasised text</em><br />
<strong>This is strong text</strong><br />
<span class="lite">This is hightlight</span> <abbr title="This is an abbr - <abbr></abbr>">This is an abbr</abbr><br />
<del>This is deleted text</del><br />
<a href="#" class="link-effect">This is a link</a> </p>
</div>
<!-- /column -->
</div>
<!-- /.row -->
</div>
<!-- /.container -->
</div>
<!-- /.light-wrapper -->
<footer class="inverse-wrapper">
<div class="container inner">
<div class="row">
<div class="col-sm-4">
<h3 class="section-title widget-title">Elsewhere</h3>
<p>Vestibulum id ligula porta felis euismod semper.</p>
<ul class="social">
<li><a href="#"><i class="icon-s-rss"></i></a></li>
<li><a href="#"><i class="icon-s-twitter"></i></a></li>
<li><a href="#"><i class="icon-s-facebook"></i></a></li>
<li><a href="#"><i class="icon-s-pinterest"></i></a></li>
<li><a href="#"><i class="icon-s-linkedin"></i></a></li>
<li><a href="#"><i class="icon-s-forrst"></i></a></li>
</ul>
</div>
<div class="col-sm-4">
<h3 class="section-title widget-title">Subscribe</h3>
<p> Cum sociis natoque penatibus et magnis dis parturient.</p>
<div class="newsletter-wrapper">
<div id="mc_embed_signup2" class="newsletter-form">
<form action="http://elemisfreebies.us3.list-manage1.com/subscribe/post?u=ddc180777a163e0f9f66ee014&id=056957de28" method="post" id="mc-embedded-subscribe-form2" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL2" placeholder="Enter email" required="">
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;">
<input type="text" name="b_ddc180777a163e0f9f66ee014_056957de28" value="">
</div>
<div class="clear">
<input type="submit" value="Join" name="subscribe" id="mc-embedded-subscribe2" class="btn">
</div>
</form>
</div>
<!-- /#mc_embed_signup2 -->
</div>
<!-- /.newsletter-wrapper -->
</div>
<div class="col-sm-4">
<h3 class="section-title widget-title">Tags</h3>
<div class="tagcloud"> <a href="#" style="font-size: 9pt;">blogroll</a> <a href="#" style="font-size: 19pt;">daily</a> <a href="#" style="font-size: 9pt;">dialog</a> <a href="#" style="font-size: 9pt;">gallery</a> <a href="#" style="font-size: 10pt;">journal</a> <a href="#" style="font-size: 9pt;">link</a> <a href="#" style="font-size: 12pt;">motion</a> <a href="#" style="font-size: 9pt;">music</a> <a href="#" style="font-size: 20pt;">photo</a> <a href="#" style="font-size: 13pt;">professional</a> <a href="#" style="font-size: 16pt;">quotation</a> <a href="#" style="font-size: 9pt;">show</a> <a href="#" style="font-size: 15pt;">sound</a> </div>
</div>
</div>
<hr />
<div class="row">
<div class="col-sm-3">
<div class="widget"> <img src="style/images/logo.png" data-at2x="style/images/[email protected]" alt="" />
<div class="divide20"></div>
<p>Aenean lacinia bibendum nulla sed leo posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper metus auctor fringi. Nullam quis risus. </p>
</div>
<!-- /.widget -->
</div>
<!-- /column -->
<div class="col-sm-3">
<div class="widget">
<h3 class="section-title widget-title">Popular Posts</h3>
<ul class="post-list">
<li>
<h6><a href="blog-post.html">Vivamus sagittis lacus vel augue metus</a></h6>
<span class="meta date">3th Oct 2012</span> </li>
<li>
<h6><a href="blog-post.html">Scelerisque nisl consectetur et</a></h6>
<span class="meta date">28th Sep 2012</span> </li>
</ul>
<!-- /.post-list -->
</div>
<!-- /.widget -->
</div>
<!-- /column -->
<div class="col-sm-3">
<div class="widget">
<h3 class="section-title widget-title">Get In Touch</h3>
<p>Fusce dapibus, tellus commodo, tortor mauris condimentum utellus fermentum.</p>
<div class="contact-info"> <i class="icon-location"></i> Moonshine St. 14/05 Light City <br />
<i class="icon-phone"></i>+00 (123) 456 78 90 <br />
<i class="icon-mail"></i> <a href="[email protected]">[email protected]</a> </div>
</div>
</div>
<!-- /column -->
<div class="col-sm-3">
<div class="widget">
<h4 class="widget-title">Categories</h4>
<ul class="circled">
<li><a href="#">Web Design (21)</a></li>
<li><a href="#">Photography (19)</a></li>
<li><a href="#">Graphic Design (16)</a></li>
<li><a href="#">Manipulation (15)</a></li>
<li><a href="#">Motion Graphics (12)</a></li>
</ul>
</div>
<!-- /.widget -->
</div>
<!-- /column -->
</div>
<!-- /.row -->
<hr />
<p class="copyright pull-left">© 2015 Hygge. All rights reserved. Theme by <a href="http://elemisfreebies.com">elemis</a>.</p>
<ul class="footer-menu pull-right">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<!-- .container -->
</footer>
<!-- /footer -->
<div id="share-bar"></div>
</div>
<!--/.body-wrapper -->
<script src="style/js/jquery.min.js"></script>
<script src="style/js/bootstrap.min.js"></script>
<script src="style/js/plugins.js"></script>
<script src="style/js/jquery.themepunch.tools.min.js"></script>
<script src="style/js/scripts.js"></script>
</body>
</html>