forked from gearsystems/gearsystems.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenshots.html
62 lines (60 loc) · 2.9 KB
/
screenshots.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
<!--SCREENSHOTS-->
<section id='screenshots'>
<div class="container">
<div class='wow fadeInDown'>
<h2>Screenshots</h2>
<p class='subtitle'>Praesent commodo cursus magna, vel scelerisque nisl consectetur et.</p>
</div>
<div id="screens-carousel" class="owl-carousel wow fadeInUp">
<a href='img/screen1.jpg' class='item' data-lightbox-gallery="gallery1">
<img src="img/screen1.jpg" class='img-responsive' alt>
</a>
<a href='img/screen2.jpg' class='item' data-lightbox-gallery="gallery1">
<img src="img/screen2.jpg" class='img-responsive' alt>
</a>
<a href='img/screen3.jpg' class='item' data-lightbox-gallery="gallery1">
<img src="img/screen3.jpg" class='img-responsive' alt>
</a>
<a href='img/screen1.jpg' class='item' data-lightbox-gallery="gallery1">
<img src="img/screen1.jpg" class='img-responsive' alt>
</a>
<a href='img/screen2.jpg' class='item' data-lightbox-gallery="gallery1">
<img src="img/screen2.jpg" class='img-responsive' alt>
</a>
<a href='img/screen3.jpg' class='item' data-lightbox-gallery="gallery1">
<img src="img/screen3.jpg" class='img-responsive' alt>
</a>
</div>
</div>
</section>
<!--REVIEWS-->
<section id='reviews'>
<div class="container">
<div id="reviews-carousel" class="owl-carousel">
<div class='item'>
<div class='avatar'></div>
<p class='quote'>The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children.</p>
<div class='author'>
<div class='name'>Jules Winnfield</div>
<div class='position'>CEO, Foot Massage Paradise</div>
</div>
</div>
<div class='item'>
<div class='avatar'></div>
<p class='quote'>Welcome to Fight Club. The first rule of Fight Club is: you do not talk about Fight Club. The second rule of Fight Club is: you DO NOT talk about Fight Club! Third rule of Fight Club: someone yells "stop!", goes limp, taps out, the fight is over. Fourth rule: only two guys to a fight. Fifth rule: one fight at a time, fellas.</p>
<div class='author'>
<div class='name'>Tyler Durden</div>
<div class='position'>CEO, Fight Club</div>
</div>
</div>
<div class='item'>
<div class='avatar'></div>
<p class='quote'>The path of the righteous man is beset on all sides by the inequities of the selfish and the tyranny of evil men. Blessed is he who, in the name of charity and good will, shepherds the weak through the valley of darkness, for he is truly his brother's keeper and the finder of lost children.</p>
<div class='author'>
<div class='name'>Jules Winnfield</div>
<div class='position'>CEO, Foot Massage Paradise</div>
</div>
</div>
</div>
</div>
</section>