-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanother.html
73 lines (52 loc) · 2.19 KB
/
another.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
<!-- CallToAction start -->
<section class="calltoaction">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-12">
<h2 class="wow slideInRight" data-wow-delay=".1s">ARE YOU READY TO START?</h2>
<div class="calltoaction-decription wow slideInRight" data-wow-delay=".2s">
I'm available for freelance projects.
</div>
</div>
<div class="col-md-12 col-lg-12 calltoaction-btn wow slideInRight" data-wow-delay=".3s">
<a href="#contact" class="btn btn-lg">Hire Me</a>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- CallToAction end -->
<!-- Testimonials start -->
<section id="testimonials" class="pfblock pfblock-gray">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="pfblock-header wow fadeInUp">
<h2 class="pfblock-title">What my clients say</h2>
<div class="pfblock-line"></div>
<div class="pfblock-subtitle">
No one lights a lamp in order to hide it behind the door: the purpose of light is to create more light, to open people’s eyes, to reveal the marvels around.
</div>
</div>
</div>
</div><!-- .row -->
<div class="row">
<div id="cbp-qtrotator" class="cbp-qtrotator">
<div class="cbp-qtcontent">
<img src="assets/images/client-1.jpg" alt="client-1" />
<blockquote>
<p>Work with John was a pleasure. He understood exactly what I wanted and created an awesome site for my company.</p>
<footer>Pino Caruso</footer>
</blockquote>
</div>
<div class="cbp-qtcontent">
<img src="assets/images/client-2.jpg" alt="client-2" />
<blockquote>
<p>I'm really happy with the results. Get 100% satisfaction is difficult but Alex got it without problems.</p>
<footer>Jane Doe</footer>
</blockquote>
</div>
</div>
</div><!-- .row -->
</div><!-- .row -->
</section>
<!-- Testimonial end -->