-
Notifications
You must be signed in to change notification settings - Fork 0
/
testimonials.html
executable file
·297 lines (271 loc) · 15.1 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
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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Hyperion</title>
<!-- ////////////////////////////////// -->
<!-- // Stylesheets Files // -->
<!-- ////////////////////////////////// -->
<link rel="stylesheet" href="css/base.css" id="camera-css" />
<link rel="stylesheet" href="css/framework.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/noscript.css" media="screen,all" id="noscript" />
<!-- ////////////////////////////////// -->
<!-- // Google Webfont Files // -->
<!-- ////////////////////////////////// -->
<!-- ////////////////////////////////// -->
<!-- // Favicon Files // -->
<!-- ////////////////////////////////// -->
<link rel="shortcut icon" href="images/favicon.ico" />
<!-- ////////////////////////////////// -->
<!-- // Javascript Files // -->
<!-- ////////////////////////////////// -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easing-1.3.min.js"></script>
<script src="js/tooltip.js"></script>
<script src="js/dropdown.js"></script>
<script src="js/tinynav.min.js"></script>
<script src="js/jquery.fancybox.js?v=2.0.6"></script>
<script src="js/jquery.fancybox-media.js?v=1.0.3"></script>
<script src="js/jquery.ui.totop.min.js"></script>
<script src="js/ddaccordion.js"></script>
<script src="js/jquery.twitter.js"></script>
<script src="js/jflickrfeed.min.js"></script>
<script src="js/faq-functions.js"></script>
<script src="js/theme-functions.js"></script>
<!-- IE Fix for HTML5 Tags -->
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></head>
<body>
<!-- header start here -->
<header>
<div id="main-wrapper">
<!-- top-social start here -->
<div id="top-social">
<a class="trigger" href="#"></a>
<div class="social-panel">
<ul>
<li><a href="#"><img src="images/socials/social10.gif" alt="" /></a></li>
<li><a href="#"><img src="images/socials/social32.gif" alt="" /></a></li>
<li><a href="#"><img src="images/socials/social9.gif" alt="" /></a></li>
<li><a href="#"><img src="images/socials/social15.gif" alt="" /></a></li>
<li><a href="#"><img src="images/socials/social25.gif" alt="" /></a></li>
</ul>
</div>
</div>
<!-- top-social end here -->
<!-- logo start here -->
<div id="logo">
<a href="index.html"><img src="images/logo.png" alt="mainlogo" /></a>
</div>
<!-- logo end here -->
<!-- mainmenu start here -->
<nav id="mainmenu">
<ul id="menu">
<li><a href="index.html">home</a>
<ul>
<li><a href="index-layout2.html"><span>-</span> home layout 2</a></li>
<li><a href="index-layout3.html"><span>-</span> home layout 3</a></li>
<li><a href="index-layout4.html"><span>-</span> home layout 4</a></li>
</ul>
</li>
<li><a href="about.html">about</a></li>
<li><a href="services.html">services</a></li>
<li class="dropdown"><a href="#">portfolio</a>
<ul>
<li><a href="portfolio-2col.html"><span>-</span> portfolio 2 column</a></li>
<li><a href="portfolio-3col.html"><span>-</span> portfolio 3 column</a></li>
<li><a href="portfolio-4col.html"><span>-</span> portfolio 4 column</a></li>
</ul>
</li>
<li><a href="blog.html">blog</a></li>
<li><a href="contact.html">contact</a></li>
<li class="selected dropdown"><a href="#">pages</a>
<ul>
<li><a href="column.html"><span>-</span> column page</a></li>
<li><a href="tables.html"><span>-</span> table page</a></li>
<li><a href="button-list.html"><span>-</span> button & list page</a></li>
<li><a href="typhography.html"><span>-</span> typhography page</a></li>
<li><a href="testimonials.html"><span>-</span> testimonials page</a></li>
<li><a href="pricing.html"><span>-</span> pricing page</a></li>
<li><a href="faq.html"><span>-</span> faq page</a></li>
<li><a href="single.html"><span>-</span> single page</a></li>
<li><a href="fullwidth.html"><span>-</span> fullwidth page</a></li>
<li><a href="404.html"><span>-</span> 404 page</a></li>
</ul>
</li>
</ul>
</nav>
<!-- mainmenu end here -->
</div>
</header>
<!-- header end here -->
<!-- pagetitle start here -->
<section id="pagetitle-wrapper">
<div class="pagetitle-content">
<h2>Testimonials</h2>
</div>
</section>
<!-- pagetitle end here -->
<!-- breadcrumb start here -->
<section id="breadcrumb-wrapper">
<div id="breadcrumb-content">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">Pages</a></li>
<li><a href="#">Testimonials</a></li>
</ul>
</div>
</section>
<!-- breadcrumb end here -->
<!-- maincontent start here -->
<section id="content-wrapper">
<div class="row">
<div class="twelve columns">
<div class="row">
<div class="eight columns">
<!-- begin of testimonials 1 -->
<div class="testi-tape"></div>
<div class="testi-container">
<div class="testi-text">
<blockquote>
<p>I searched all over and looked at many different company websites to decide which one to use and yours was by far the best. The designs are amazing.</p>
</blockquote>
<p class="testi-name">Jake Wood - Silver Arrow Ltd</p>
</div>
<div class="testi-image">
<img src="images/sample-images/testi-people1.png" alt="" />
</div>
<div class="clear"></div>
</div>
<!-- begin of testimonials 2 -->
<div class="testi-tape"></div>
<div class="testi-container">
<div class="testi-text">
<blockquote>
<p>Hyperion are always helpful if we ever have a problem, with no faults or interruptions in the service. Overall, we are happy. Keep up the good work.</p>
</blockquote>
<p class="testi-name">Mario Benneti - North Star Ltd</p>
</div>
<div class="testi-image">
<img src="images/sample-images/testi-people2.png" alt="" />
</div>
<div class="clear"></div>
</div>
<!-- begin of testimonials 3 -->
<div class="testi-tape"></div>
<div class="testi-container">
<div class="testi-text">
<blockquote>
<p>Having worked with Hyperion for a number of years now. They are constantly moving with the times and taking us with them, You can only admire that. </p>
</blockquote>
<p class="testi-name">Mark Gomarah - SpaceShip Ltd</p>
</div>
<div class="testi-image">
<img src="images/sample-images/testi-people3.png" alt="" />
</div>
<div class="clear"></div>
</div>
<!-- begin of testimonials 4 -->
<div class="testi-tape"></div>
<div class="testi-container">
<div class="testi-text">
<blockquote>
<p>Hyperion provides pre-eminent customer service and I would recommend them to any progressive companies seeking a robust, reliable and state-of-the-art solution.</p>
</blockquote>
<p class="testi-name">Andrew Than - Fuel&Jack Ltd</p>
</div>
<div class="testi-image">
<img src="images/sample-images/testi-people4.png" alt="" />
</div>
<div class="clear"></div>
</div>
</div>
<div class="four columns">
<aside>
<form id="search" action="#" method="get" />
<fieldset class="search-fieldset">
<input type="text" id="search-form" value="Search here..." onblur="if (this.value == ''){this.value = 'Search here...'; }" onfocus="if (this.value == 'Search here...') {this.value = ''; }" />
<button type="submit" value="Submit">Submit</button>
</fieldset>
</form>
</aside>
<aside>
<h5>Tabs</h5>
<ul class="tabs">
<li><a href="#sample1">Sample 1</a></li>
<li><a href="#sample2">Sample 2</a></li>
<li><a href="#sample3">Sample 3</a></li>
</ul>
<div class="tab_container">
<div id="sample1" class="tab_content">
<p>Lorem ipsum dolor amet, consectetur adipite scinelit vestibulum vel quam sitare amet odio ultricies dapbus acer vitae augue duis nulla nunc dignissim</p>
</div>
<div id="sample2" class="tab_content">
<p>Lorem ipsum dolor amet, consectetur adipite scinelit vestibulum vel quam sitare amet odio ultricies dapbus acer vitae augue duis nulla nunc dignissim</p>
</div>
<div id="sample3" class="tab_content">
<p>Lorem ipsum dolor amet, consectetur adipite scinelit vestibulum vel quam sitare amet odio ultricies dapbus acer vitae augue duis nulla nunc dignissim</p>
</div>
</div>
</aside>
<aside>
<h5>Our Advantage</h5>
<ul>
<li><img src="images/advantage-icon/advantage1.png" class="img-left" alt="" /><p><strong>Great result on each services</strong><br />Exercitationem ullam corporis suscipit laboriosam nisi aliquid exea commodi</p></li>
<li><img src="images/advantage-icon/advantage2.png" class="img-left" alt="" /><p><strong>Efficient and faster works</strong><br />Exercitationem ullam corporis suscipit laboriosam nisi aliquid exea commodi</p></li>
<li><img src="images/advantage-icon/advantage3.png" class="img-left" alt="" /><p><strong>Deliver with full of feature</strong><br />Exercitationem ullam corporis suscipit laboriosam nisi aliquid exea commodi</p></li>
</ul>
</aside>
</div>
</div>
</div>
</div>
</section>
<!-- maincontent end here -->
<!-- footer start here -->
<footer>
<div class="row">
<div class="three columns mobile-two">
<img src="images/logo2.png" alt="" class="img-left" />
<p class="copyright-text">© Copyright © 2013.Company name All rights reserved.<a target="_blank" href="http://www.cssmoban.com/">网页模板</a> - More Templates <a href="http://www.cssmoban.com/" target="_blank" title="模板之家">模板之家</a></p>
</div>
<div class="three columns mobile-two">
<h5>Address</h5>
<ul>
<li class="address-icon">Armistice Building<br />Jakarta, JKT 1220<br />PO BOX 1234</li>
<li class="phone-icon">Phone : +621 55566671</li>
<li class="email-icon">Email : [email protected]</li>
</ul>
</div>
<div class="three columns mobile-two">
<h5>Company</h5>
<ul>
<li><a href="#">About Hyperion</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Press & Media</a></li>
<li><a href="#">Environmental Impact</a></li>
<li><a href="#">Affiliate Program</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="three columns mobile-two">
<h5>Flickr</h5>
<ul id="flck-thumb" class="thumbs"><li class="no-image"></li></ul>
<!-- Noscript Notification when your Javascript not active -->
<div id="flickr-noscript">
<p>Can't load Flickr feed, please activate your javascript first...</p>
</div>
<!-- End of Noscript Notification when your Javascript not active -->
</div>
</div>
</footer>
<!-- footer end here -->
<script>$('#noscript').remove();</script>
</body>
</html>