-
Notifications
You must be signed in to change notification settings - Fork 37
/
styles.html
775 lines (580 loc) · 30.3 KB
/
styles.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
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
<!DOCTYPE html>
<!--[if lt IE 9 ]><html class="no-js oldie" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Glint - Style Guide</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<style type="text/css" media="screen">
.s-styles {
background: white;
padding-top: 15rem;
padding-bottom: 12rem;
}
</style>
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html">
<img src="images/logo.png" alt="Homepage">
</a>
</div>
<nav class="header-nav">
<a href="#0" class="header-nav__close" title="close"><span>Close</span></a>
<div class="header-nav__content">
<h3>Navigation</h3>
<ul class="header-nav__list">
<li class="current"><a class="smoothscroll" href="index.html" title="home">Home</a></li>
<li><a href="index.html#about" title="about">About</a></li>
<li><a href="index.html#services" title="services">Services</a></li>
<li><a href="index.html#works" title="works">Works</a></li>
<li><a href="index.html#clients" title="clients">Clients</a></li>
<li><a href="#contact" title="contact">Contact</a></li>
</ul>
<p>Perspiciatis hic praesentium nesciunt. Et neque a dolorum <a href='#0'>voluptatem</a> porro iusto sequi veritatis libero enim. Iusto id suscipit veritatis neque reprehenderit.</p>
<ul class="header-nav__social">
<li>
<a href="#0"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a href="#0"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="#0"><i class="fa fa-instagram"></i></a>
</li>
<li>
<a href="#0"><i class="fa fa-behance"></i></a>
</li>
<li>
<a href="#0"><i class="fa fa-dribbble"></i></a>
</li>
</ul>
</div> <!-- end header-nav__content -->
</nav> <!-- end header-nav -->
<a class="header-menu-toggle" href="#0">
<span class="header-menu-text">Menu</span>
<span class="header-menu-icon"></span>
</a>
</header> <!-- end s-header -->
<!-- home
================================================== -->
<section id="home" class="s-home target-section" data-parallax="scroll" data-image-src="images/hero-bg.jpg" data-natural-width=3000 data-natural-height=2000 data-position-y=center>
<div class="overlay"></div>
<div class="shadow-overlay"></div>
<div class="home-content">
<div class="row home-content__main">
<h3>Welcome to Glint</h3>
<h1>
We are a creative group <br>
of people who design <br>
influential brands and <br>
digital experiences.
</h1>
<div class="home-content__buttons">
<a href="#contact" class="smoothscroll btn btn--stroke">
Start a Project
</a>
<a href="index.html#about" class="smoothscroll btn btn--stroke">
More About Us
</a>
</div>
</div>
<div class="home-content__scroll">
<a href="#styles" class="scroll-link smoothscroll">
<span>Scroll Down</span>
</a>
</div>
<div class="home-content__line"></div>
</div> <!-- end home-content -->
<ul class="home-social">
<li>
<a href="#0"><i class="fa fa-facebook" aria-hidden="true"></i><span>Facebook</span></a>
</li>
<li>
<a href="#0"><i class="fa fa-twitter" aria-hidden="true"></i><span>Twiiter</span></a>
</li>
<li>
<a href="#0"><i class="fa fa-instagram" aria-hidden="true"></i><span>Instagram</span></a>
</li>
<li>
<a href="#0"><i class="fa fa-behance" aria-hidden="true"></i><span>Behance</span></a>
</li>
<li>
<a href="#0"><i class="fa fa-dribbble" aria-hidden="true"></i><span>Dribbble</span></a>
</li>
</ul>
<!-- end home-social -->
</section> <!-- end s-home -->
<!-- styles
================================================== -->
<section id="styles" class="s-styles">
<div class="row narrow section-intro add-bottom text-center">
<div class="col-twelve tab-full">
<h1 class="display-2">Style Guide.</h1>
<p class="lead">Lorem ipsum Officia elit ad tempor dolore est ex incididunt incididunt occaecat culpa deserunt sunt labore in cillum ullamco magna in Excepteur consequat in reprehenderit proident mollit incididunt officia commodo.
Duis ea officia sed dolor pariatur enim dolore dolore quis incididunt nulla exercitation commodo veniam et ea incididunt.</p>
</div>
</div>
<div class="row">
<div class="col-six tab-full">
<h3>Paragraph and Image</h3>
<p><a href="#"><img width="120" height="120" class="pull-left" alt="sample-image" src="images/sample-image.jpg"></a>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec libero. Suspendisse bibendum.Cras id urna. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu posuere nunc justo tempus leo. Donec mattis, purus nec placerat bibendum, dui pede condimentum odio, ac blandit ante orci ut diam. Cras fringilla magna. Phasellus suscipit, leo a pharetra condimentum, lorem tellus eleifend magna, eget fringilla velit magna id neque posuere nunc justo tempus leo. </p>
<p>
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec libero. Suspendisse bibendum. Cras id urna. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu posuere nunc justo tempus leo. Donec mattis, purus nec placerat bibendum, dui pede condimentumodio, ac blandit ante orci ut diam.
</p>
<p>A <a href="#">link</a>,
<abbr title="this really isn't a very good description">abbrebation</abbr>,
<strong>strong text</strong>,
<em>em text</em>,
<del>deleted text</del>, and
<mark>this is a mark text.</mark>
<code>.code</code>
</p>
</div>
<div class="col-six tab-full">
<h3>Drop Caps</h3>
<p class="drop-cap">Far far away, behind the word mountains, far from the countries Vokalia and Consonantia,
there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the
Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary regelialia. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu posuere nunc justo tempus leo. Donec mattis, purus nec placerat bibendum, dui pede condimentum odio, ac blandit ante orci ut diam. Cras fringilla magna. Phasellus suscipit, leo a pharetra condimentum, lorem tellus eleifend magna, eget fringilla velit magna id neque.
</p>
<h3>Small Print</h3>
<p>Buy one widget, get one free!
<small>(While supplies last. Offer expires on the vernal equinox. Not valid in Ohio.)</small>
</p>
</div>
</div> <!-- end row -->
<div class="row">
<div class="col-six tab-full">
<h3>Pull Quotes</h3>
<aside class="pull-quote">
<blockquote>
<p>It is a paradisematic country, in which roasted parts of
sentences fly into your mouth. Even the all-powerful Pointing has no control about the blind
texts it is an almost unorthographic life One day however a small line of blind text by the name
of Lorem Ipsum decided to leave for the far World of Grammar.</p>
</blockquote>
</aside>
</div>
<div class="col-six tab-full">
<h3>Block Quotes</h3>
<blockquote cite="http://where-i-got-my-info-from.com">
<p>Your work is going to fill a large part of your life, and the only way to be truly satisfied is
to do what you believe is great work. And the only way to do great work is to love what you do.
If you haven't found it yet, keep looking. Don't settle. As with all matters of the heart, you'll know when you find it.
</p>
<cite>
<a href="#">Steve Jobs</a>
</cite>
</blockquote>
<blockquote>
<p>Good design is as little design as possible.</p>
<cite>Dieter Rams</cite>
</blockquote>
</div>
</div> <!-- end row -->
<div class="row half-bottom">
<div class="col-six tab-full">
<h3>Example Lists</h3>
<ol>
<li>Here is an example</li>
<li>of an ordered list.</li>
<li>A parent list item.
<ul>
<li>one</li>
<li>two</li>
<li>three</li>
</ul>
</li>
<li>A list item.</li>
</ol>
<ul class="disc">
<li>Here is an example</li>
<li>of an unordered list.</li>
</ul>
<h3>Definition Lists</h3>
<h5>a) Multi-line Definitions (default) </h5>
<dl>
<dt><strong>This is a term</strong></dt>
<dd>this is the definition of that term, which both live in a <code>dl</code>.</dd>
<dt><strong>Another Term</strong></dt>
<dd>And it gets a definition too, which is this line</dd>
<dd>This is a 2<sup>nd</sup> definition for a single term. A <code>dt</code> may be followed by multiple <code>dd</code>s.</dd>
</dl>
</div>
<div class="col-six tab-full">
<h3>Buttons</h3>
<p>
<a class="btn btn--primary full-width" href="#0">Primary Button</a>
<a class="btn full-width" href="#0">Default Button</a>
<a class="btn btn--stroke full-width" href="#0">Stroke Button</a>
</p>
<h3>Skill Bars</h3>
<ul class="skill-bars">
<li>
<div class="progress percent90"><span>90%</span></div>
<strong>HTML5</strong>
</li>
<li>
<div class="progress percent85"><span>85%</span></div>
<strong>CSS3</strong>
</li>
<li>
<div class="progress percent70"><span>70%</span></div>
<strong>JQuery</strong>
</li>
<li>
<div class="progress percent95"><span>95%</span></div>
<strong>PHP</strong>
</li>
<li>
<div class="progress percent75"><span>75%</span></div>
<strong>Wordpress</strong>
</li>
<li>
<div class="progress percent90"><span>90%</span></div>
<strong>Angular JS</strong>
</li>
</ul>
</div>
</div> <!-- end row -->
<div class="row half-bottom">
<div class="col-six tab-full">
<h1>H1 Heading</h1>
<p>Doloremque dolor voluptas est sequi omnis. Pariatur ut aut. Sed enim tempora qui veniam qui cum vel.
Voluptas odit at vitae minima. In assumenda ut. Voluptatem totam impedit accusantium reiciendis excepturi aut qui accusamus praesentium.</p>
<h2>H2 Heading</h2>
<p>Doloremque dolor voluptas est sequi omnis. Pariatur ut aut. Sed enim tempora qui veniam qui cum vel.
Voluptas odit at vitae minima. In assumenda ut. Voluptatem totam impedit accusantium reiciendis excepturi aut qui accusamus praesentium.</p>
<h3>H3 Heading</h3>
<p>Doloremque dolor voluptas est sequi omnis. Pariatur ut aut. Sed enim tempora qui veniam qui cum vel.
Voluptas odit at vitae minima. In assumenda ut. Voluptatem totam impedit accusantium reiciendis excepturi aut qui accusamus praesentium.</p>
</div>
<div class="col-six tab-full">
<h4>H4 Heading</h4>
<p>Doloremque dolor voluptas est sequi omnis. Pariatur ut aut. Sed enim tempora qui veniam qui cum vel.
Voluptas odit at vitae minima. In assumenda ut. Voluptatem totam impedit accusantium reiciendis excepturi aut qui accusamus praesentium.</p>
<h5>H5 Heading</h5>
<p>Doloremque dolor voluptas est sequi omnis. Pariatur ut aut. Sed enim tempora qui veniam qui cum vel.
Voluptas odit at vitae minima. In assumenda ut. Voluptatem totam impedit accusantium reiciendis excepturi aut qui accusamus praesentium.</p>
<h6>H6 Heading</h6>
<p>Doloremque dolor voluptas est sequi omnis. Pariatur ut aut. Sed enim tempora qui veniam qui cum vel.
Voluptas odit at vitae minima. In assumenda ut. Voluptatem totam impedit accusantium reiciendis excepturi aut qui accusamus praesentium.</p>
</div>
</div>
<div class="row half-bottom">
<div class="col-twelve">
<h3>Stats Tabs</h3>
<ul class="stats-tabs">
<li><a href="#">1,234 <em>Sasuke</em></a></li>
<li><a href="#">567 <em>Hinata</em></a></li>
<li><a href="#">23,456 <em>Naruto</em></a></li>
<li><a href="#">3,456 <em>Kiba</em></a></li>
<li><a href="#">456 <em>Shikamaru</em></a></li>
<li><a href="#">26 <em>Sakura</em></a></li>
</ul>
</div>
</div> <!-- end row -->
<div class="row half-bottom">
<div class="col-six tab-full">
<h3>Responsive Image</h3>
<p><img src="images/wheel-500.jpg"
srcset="images/wheel-1000.jpg 1000w,
images/wheel-500.jpg 500w"
sizes="(max-width: 1000px) 100vw, 1000px" alt=""></p>
</div>
<div class="col-six tab-full">
<h3>Responsive video</h3>
<div class="video-container">
<iframe src="https://player.vimeo.com/video/14592941?title=0&byline=0&portrait=0&color=F64B39" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
</div>
</div> <!-- end row -->
<div class="row add-bottom">
<div class="col-twelve">
<h3>Tables</h3>
<p>Be sure to use properly formed table markup with <code><thead></code> and <code><tbody></code> when building a <code>table</code>.</p>
<div class="table-responsive">
<table>
<thead>
<tr>
<th>Name</th>
<th>Age</th>
<th>Sex</th>
<th>Location</th>
</tr>
</thead>
<tbody>
<tr>
<td>Naruto Uzumaki</td>
<td>16</td>
<td>Male</td>
<td>Konoha</td>
</tr>
<tr>
<td>Sakura Haruno</td>
<td>16</td>
<td>Female</td>
<td>Konoha</td>
</tr>
</tbody>
</table>
</div>
</div>
</div> <!-- end row -->
<div class="row">
<div class="col-six tab-full">
<h3>Form Styles</h3>
<form>
<div>
<label for="sampleInput">Your email</label>
<input class="full-width" type="email" placeholder="test@mailbox.com" id="sampleInput">
</div>
<div>
<label for="sampleRecipientInput">Reason for contacting</label>
<div class="cl-custom-select">
<select class="full-width" id="sampleRecipientInput">
<option value="Option 1">Questions</option>
<option value="Option 2">Report</option>
<option value="Option 3">Others</option>
</select>
</div>
</div>
<label for="exampleMessage">Message</label>
<textarea class="full-width" placeholder="Your message" id="exampleMessage"></textarea>
<label class="add-bottom">
<input type="checkbox">
<span class="label-text">Send a copy to yourself</span>
</label>
<input class="btn--primary" type="submit" value="Submit">
</form>
</div>
<div class="col-six tab-full">
<h3>Alert Boxes</h3>
<br>
<div class="alert-box alert-box--error hideit">
<p>Error Message. Your Message Goes Here.</p>
<i class="fa fa-times alert-box__close" aria-hidden="true"></i>
</div><!-- /error -->
<div class="alert-box alert-box--success hideit">
<p>Success Message. Your Message Goes Here.</p>
<i class="fa fa-times alert-box__close" aria-hidden="true"></i>
</div><!-- /success -->
<div class="alert-box alert-box--info hideit">
<p>Info Message. Your Message Goes Here.</p>
<i class="fa fa-times alert-box__close" aria-hidden="true"></i>
</div><!-- /info -->
<div class="alert-box alert-box--notice hideit">
<p>Notice Message. Your Message Goes Here.</p>
<i class="fa fa-times alert-box__close" aria-hidden="true"></i>
</div><!-- /notice -->
</div>
</div> <!-- end row -->
</section> <!-- end styles -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact">
<div class="overlay"></div>
<div class="contact__line"></div>
<div class="row section-header" data-aos="fade-up">
<div class="col-full">
<h3 class="subhead">Contact Us</h3>
<h1 class="display-2 display-2--light">Reach out for a new project or just say hello</h1>
</div>
</div>
<div class="row contact-content" data-aos="fade-up">
<div class="contact-primary">
<h3 class="h6">Send Us A Message</h3>
<form name="contactForm" id="contactForm" method="post" action="" novalidate="novalidate">
<fieldset>
<div class="form-field">
<input name="contactName" type="text" id="contactName" placeholder="Your Name" value="" minlength="2" required="" aria-required="true" class="full-width">
</div>
<div class="form-field">
<input name="contactEmail" type="email" id="contactEmail" placeholder="Your Email" value="" required="" aria-required="true" class="full-width">
</div>
<div class="form-field">
<input name="contactSubject" type="text" id="contactSubject" placeholder="Subject" value="" class="full-width">
</div>
<div class="form-field">
<textarea name="contactMessage" id="contactMessage" placeholder="Your Message" rows="10" cols="50" required="" aria-required="true" class="full-width"></textarea>
</div>
<div class="form-field">
<button class="full-width btn--primary">Submit</button>
<div class="submit-loader">
<div class="text-loader">Sending...</div>
<div class="s-loader">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</div>
</fieldset>
</form>
<!-- contact-warning -->
<div class="message-warning">
Something went wrong. Please try again.
</div>
<!-- contact-success -->
<div class="message-success">
Your message was sent, thank you!<br>
</div>
</div> <!-- end contact-primary -->
<div class="contact-secondary">
<div class="contact-info">
<h3 class="h6 hide-on-fullwidth">Contact Info</h3>
<div class="cinfo">
<h5>Where to Find Us</h5>
<p>
1600 Amphitheatre Parkway<br>
Mountain View, CA<br>
94043 US
</p>
</div>
<div class="cinfo">
<h5>Email Us At</h5>
<p>
contact@glintsite.com<br>
info@glintsite.com
</p>
</div>
<div class="cinfo">
<h5>Call Us At</h5>
<p>
Phone: (+63) 555 1212<br>
Mobile: (+63) 555 0100<br>
Fax: (+63) 555 0101
</p>
</div>
<ul class="contact-social">
<li>
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-behance" aria-hidden="true"></i></a>
</li>
<li>
<a href="#"><i class="fa fa-dribbble" aria-hidden="true"></i></a>
</li>
</ul> <!-- end contact-social -->
</div> <!-- end contact-info -->
</div> <!-- end contact-secondary -->
</div> <!-- end contact-content -->
</section> <!-- end s-contact -->
<!-- footer
================================================== -->
<footer>
<div class="row footer-main">
<div class="col-six tab-full left footer-desc">
<div class="footer-logo"></div>
Proin eget tortor risus. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Nulla porttitor accumsan tincidunt. Nulla porttitor accumsan tincidunt. Quaerat voluptas autem necessitatibus vitae aut.
</div>
<div class="col-six tab-full right footer-subscribe">
<h4>Get Notified</h4>
<p>Quia quo qui sed odit. Quaerat voluptas autem necessitatibus vitae aut non alias sed quia. Ut itaque enim optio ut excepturi deserunt iusto porro.</p>
<div class="subscribe-form">
<form id="mc-form" class="group" novalidate="true">
<input type="email" value="" name="EMAIL" class="email" id="mc-email" placeholder="Email Address" required="">
<input type="submit" name="subscribe" value="Subscribe">
<label for="mc-email" class="subscribe-message"></label>
</form>
</div>
</div>
</div> <!-- end footer-main -->
<div class="row footer-bottom">
<div class="col-twelve">
<div class="copyright">
<span>© Copyright Glint 2017</span>
<span>Site Template by <a href="https://www.colorlib.com/">Colorlib</a></span>
</div>
<div class="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up" aria-hidden="true"></i></a>
</div>
</div>
</div> <!-- end footer-bottom -->
</footer> <!-- end footer -->
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
"Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
"Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
"Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div> <!-- end photoSwipe background -->
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader">
<div class="line-scale-pulse-out">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>