-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestimonials.html
200 lines (191 loc) · 7.36 KB
/
testimonials.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
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<!-- meta charset -->
<meta charset="utf-8" />
<!-- site title -->
<title>Chan Siu Ming</title>
<!-- meta description -->
<meta name="description" content="" />
<!-- mobile viwport meta -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- fevicon -->
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- ================================
CSS Files
================================= -->
<link
href="https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i|Open+Sans:400,600,700,800"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/themefisher-fonts.min.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/dark.css" />
<link id="color-changer" rel="stylesheet" href="css/colors/color-0.css" />
</head>
<body class="dark">
<div class="preloader">
<div class="loading-mask"></div>
<div class="loading-mask"></div>
<div class="loading-mask"></div>
<div class="loading-mask"></div>
<div class="loading-mask"></div>
</div>
<div class="preview-wrapper">
<div class="switcher-head">
<span>Style Switcher</span>
<div class="switcher-trigger tf-tools"></div>
</div>
<div class="switcher-body">
<h4>Choose Color:</h4>
<ul class="color-options list-none">
<li class="c0" data-color="color-0" title="Default">Default</li>
<li class="c1" data-color="color-1" title="Red">Red</li>
<li class="c2" data-color="color-2" title="Green">Green</li>
<li class="c3" data-color="color-3" title="Blue">Blue</li>
</ul>
</div>
</div>
<main class="site-wrapper">
<div class="pt-table">
<div class="pt-tablecell page-quotes relative">
<!-- .close -->
<a href="./index.html" class="page-close"
><i class="tf-ion-close"></i
></a>
<!-- /.close -->
<div class="container">
<div class="row">
<div
class="col-xs-12 col-md-offset-1 col-md-10 col-lg-offset-2 col-lg-8"
>
<div class="page-title text-center">
<h2>
My <span class="primary">clients</span
><span class="title-bg">Speech</span>
</h2>
<p>Siu Ming is the BEST!! EXCELLENT!! WONDERFUL!!</p>
</div>
</div>
</div>
<!-- /.row -->
<div class="row">
<div class="col-xs-12">
<div class="testimonials">
<div class="item clear">
<figure class="thumb">
<div
class="tm-hex"
style="background-image: url('img/tm.jpg')"
>
<div class="hexTop"></div>
<div class="hexBottom"></div>
</div>
<figcaption>
<h4>Sunny</h4>
<span>Client / Free / Agency</span>
</figcaption>
</figure>
<div class="text">
<p>
Siu Ming did an amazing job. I am absolutely satisfied
that I hired him. He is truly an expert at his job and
gives me confidence that he will deliver a perfect
result.
</p>
</div>
</div>
<div class="item clear">
<figure class="thumb">
<div
class="tm-hex"
style="background-image: url('img/tm-2.jpg')"
>
<div class="hexTop"></div>
<div class="hexBottom"></div>
</div>
<figcaption>
<h4>Ral</h4>
<span>CEO, Techspecs</span>
</figcaption>
</figure>
<div class="text">
<p>
Siu Ming surprised me. He gave me 3 cover designs for my
book, all very good. It was difficult to choose between
such good options, which is not a common thing to
happen. I totally recommend it.
</p>
</div>
</div>
<div class="item clear">
<figure class="thumb">
<div
class="tm-hex"
style="background-image: url('img/tm-3.jpg')"
>
<div class="hexTop"></div>
<div class="hexBottom"></div>
</div>
<figcaption>
<h4>Alexander</h4>
<span>CEO, Web stone</span>
</figcaption>
</figure>
<div class="text">
<p>
Siu Ming did a really fabulous job. Much better than I
expected. He was always very concerned and attentive to
my suggestions. He gave me absolute confidence
throughout the process. I totally recommend him and will
definitely work with him again.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- /.row -->
</div>
<!-- /.container -->
<nav class="page-nav clear">
<div class="container">
<div class="flex flex-middle space-between">
<span class="prev-page"
><a href="works.html" class="link">← Prev Page</a></span
>
<span class="copyright hidden-xs"
>Copyright © 2022 All Rights Reserved.</span
>
<span class="next-page"
><a href="contact.html" class="link"
>Next Page →</a
></span
>
</div>
</div>
<!-- /.page-nav -->
</nav>
<!-- /.container -->
</div>
<!-- /.pt-tablecell -->
</div>
<!-- /.pt-table -->
</main>
<!-- /.site-wrapper -->
<!-- ================================
JavaScript Libraries
================================= -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery-validation.min.js"></script>
<script src="js/form.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>