Blame view

index.html 33.2 KB
87e21225   Andy   new webportal
1
  <!Doctype html>
e92b28b0   liuqimichale   init website
2
  <html class="no-js" lang="en">
4bc745b3   Andy   add footer
3
4
5
6
7
8
  <head>
  	<meta charset="utf-8">
  	<meta http-equiv="x-ua-compatible" content="ie=edge">
  	<title>Ruby - Responsive Corporate Tempalte</title>
  	<meta name="description" content="">
  	<meta name="viewport" content="width=device-width, initial-scale=1">
c3e81845   liuqimichale   init website
9
  
4bc745b3   Andy   add footer
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
  	<link type="text/css"  rel="icon" href="img/header-logo1.png">
  	<!-- Place favicon.ico in the root directory -->
  
  	<!-- Google Fonts -->
  	<!--<link href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i" rel="stylesheet">-->
  
  	<link type="text/css" rel="stylesheet" href="css/bootstrap.min.css">
  	<link type="text/css" rel="stylesheet" href="css/slicknav.min.css">
  	<link type="text/css" rel="stylesheet" href="css/bootstrap-theme.min.css">
  	<link type="text/css" rel="stylesheet" href="css/owl.carousel.min.css">
  	<link type="text/css" rel="stylesheet" href="css/owl.theme.default.min.css">
  	<link type="text/css" rel="stylesheet" href="css/animate.min.css">
  	<link type="text/css" rel="stylesheet" href="css/animate-text.css">
  	<link type="text/css" rel="stylesheet" href="css/magnific-popup.css">
  	<link type="text/css" rel="stylesheet" href="css/font-awesome.min.css">
  
  	<!-- Ruby CSS -->
  	<link type="text/css" rel="stylesheet" href="css/normalize.css">
  	<link type="text/css" rel="stylesheet" href="style.css">
  	<link type="text/css" rel="stylesheet" href="css/responsive.css">
  
  	<!-- Color CSS -->
  	<link type="text/css" rel="stylesheet" href="css/color/color7.css">
  	<!--<link rel="stylesheet" href="css/color/color1.css">-->
  	<!--<link rel="stylesheet" href="css/color/color2.css">-->
  	<!--<link rel="stylesheet" href="css/color/color3.css">-->
  	<!--<link rel="stylesheet" href="css/color/color4.css">-->
  	<!--<link rel="stylesheet" href="css/color/color5.css">-->
  	<!--<link rel="stylesheet" href="css/color/color6.css">-->
  	<!--<link rel="stylesheet" href="css/color/color8.css">-->
  	<!--<link rel="stylesheet" href="css/color/color9.css">-->
  
  	<link type="text/css" rel="stylesheet" href="" id="colors">
  
  </head>
  <body>
  
  <div class="color-plate ">
  	<a class="icon"><i class="fa fa-cog fa-spin"></i></a>
  	<h2>Ruby Color</h2>
  	<div class="color-head">
  		<span class="color1"></span>
  		<span class="color2"></span>
  		<span class="color3"></span>
  		<span class="color4"></span>
  		<span class="color5"></span>
  		<span class="color6"></span>
  		<span class="color7"></span>
  		<span class="color8"></span>
  		<span class="color9"></span>
  	</div>
  </div>
  
  <!-- Header Area -->
  <header id="header" class="header">
  	<!-- Header Inner -->
  	<div class="header-inner">
  		<div class="container">
  			<div class="row">
  				<div class="col-md-3 col-sm-2 col-xs-2">
  					<div class="logo">
  						<a href="index.html"><img src="img/logo.png" alt="logo.png"></a>
  					</div>
  				</div>
  				<div class="col-md-9 col-sm-10">
  					<div class="mobile-menu"></div>
  					<nav class="navbar navbar-default">
  						<div class="collapse navbar-collapse">
  							<ul id="nav" class="nav navbar-nav">
  								<li class="current"><a href="#slider">home</a>
  								</li>
  								<li><a href="#Services">Services</a></li>
  								<li><a href="#latest-works">portfolio<i class="fa fa-caret-down" aria-hidden="true"></i></a>
  									<ul class="dropdown">
  										<li><a href="portfolio.html">Portfolio</a></li>
  										<li><a href="portfolio-single.html">portfolio-single</a></li>
87e21225   Andy   new webportal
86
  									</ul>
4bc745b3   Andy   add footer
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
  								</li>
  								<li><a href="#blog">Blogs<i class="fa fa-caret-down" aria-hidden="true"></i></a>
  									<ul class="dropdown">
  										<li><a href="blog.html">Blog Archive</a></li>
  										<li><a href="blog-single.html">Blog Single</a></li>
  									</ul>
  								</li>
  								<li><a href="#team">Team</a></li>
  								<li><a href="#">Pages <i class="fa fa-caret-down" aria-hidden="true"></i></a>
  									<ul class="dropdown">
  										<li><a href="404.html">Error 404</a></li>
  										<li><a href="mail-success.html">Mail Success</a></li>
  									</ul>
  								</li>
  								<li><a href="#contact">Contact</a></li>
  							</ul>
4569bbd1   liuqimichale   init website
103
  						</div>
4bc745b3   Andy   add footer
104
  					</nav>
4569bbd1   liuqimichale   init website
105
106
  				</div>
  			</div>
4bc745b3   Andy   add footer
107
108
109
110
  		</div>
  	</div>
  </header>
  <!--/ End Header Area -->
c3e81845   liuqimichale   init website
111
  
4bc745b3   Andy   add footer
112
113
114
115
116
117
118
119
120
121
122
  <!-- Slider Area -->
  <section id="slider">
  	<div class="single-slider" style="background-image:url('img/slider1.jpg')">
  		<div id="particles-js"></div>
  		<div class="container">
  			<div class="row">
  				<div class="col-md-12">
  					<div class="text">
  						<h1 class="cd-headline clip is-full-width">
  							awesome creative
  							<span class="cd-words-wrapper">
87e21225   Andy   new webportal
123
124
125
126
  											<b class="is-visible">design</b>
  											<b>Theme</b>
  											<b>codes</b>
  										</span>
4bc745b3   Andy   add footer
127
128
129
130
131
132
  						</h1>
  						<p>Lorem Ipsum is simply dummy text of the printing and printing and typesetting industry.<br> Lorem Ipsum has been the industry's</p>
  						<div class="button-head">
  							<div class="button">
  								<span></span>
  								<a href="#" class="btn">Load More</a>
4569bbd1   liuqimichale   init website
133
134
  							</div>
  						</div>
87e21225   Andy   new webportal
135
136
  					</div>
  				</div>
4bc745b3   Andy   add footer
137
138
139
140
141
  			</div>
  		</div>
  	</div>
  </section>
  <!--/ End Slider Area -->
c3e81845   liuqimichale   init website
142
  
4bc745b3   Andy   add footer
143
144
145
146
147
148
149
150
  <!-- features Area -->
  <section id="features" class="section">
  	<div class="container">
  		<div class="row">
  			<div class="col-md-12">
  				<div class="section-title">
  					<h2>Our Feautes</h2>
  					<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation. </p>
4569bbd1   liuqimichale   init website
151
  				</div>
4569bbd1   liuqimichale   init website
152
  			</div>
4bc745b3   Andy   add footer
153
154
155
156
157
  		</div>
  		<div class="row">
  			<div class="col-md-6 col-sm-12 col-xs-12 wow fadeInLeft" data-wow-duration="0.8s" data-wow-delay="0.9s">
  				<div class="feature-left">
  					<img src="img/computer.jpg" alt="#">
87e21225   Andy   new webportal
158
  				</div>
4bc745b3   Andy   add footer
159
160
161
162
163
164
165
166
  			</div>
  			<div class="col-md-6 col-sm-12 col-xs-12 wow fadeInRight" data-wow-duration="0.8s" data-wow-delay="0.9s">
  				<div class="feature-right">
  					<div class="single-right">
  						<i class="fa fa-line-chart" aria-hidden="true"></i>
  						<div class="right-content">
  							<h3>UX design</h3>
  							<P>Backed by some of the biggest names in the industry, Firefox OS is an open platform that fosters greater</P>
87e21225   Andy   new webportal
167
168
  						</div>
  					</div>
4bc745b3   Andy   add footer
169
170
171
172
173
  					<div class="single-right">
  						<i class="fa fa-database" aria-hidden="true"></i>
  						<div class="right-content">
  							<h3>UI design</h3>
  							<P>Backed by some of the biggest names in the industry, Firefox OS is an open platform that fosters greater</P>
87e21225   Andy   new webportal
174
175
  						</div>
  					</div>
4bc745b3   Andy   add footer
176
177
178
179
180
  					<div class="single-right">
  						<i class="fa fa-cubes" aria-hidden="true"></i>
  						<div class="right-content">
  							<h3>SEO Services</h3>
  							<P>Backed by some of the biggest names in the industry, Firefox OS is an open platform that fosters greater</P>
87e21225   Andy   new webportal
181
182
  						</div>
  					</div>
4bc745b3   Andy   add footer
183
184
185
186
187
  					<div class="single-right">
  						<i class="fa fa-desktop" aria-hidden="true"></i>
  						<div class="right-content">
  							<h3>Web Development</h3>
  							<P>Backed by some of the biggest names in the industry, Firefox OS is an open platform that fosters greater</P>
87e21225   Andy   new webportal
188
189
  						</div>
  					</div>
87e21225   Andy   new webportal
190
191
  				</div>
  			</div>
4bc745b3   Andy   add footer
192
193
194
195
  		</div>
  	</div>
  </section>
  <!--/ End features Area -->
c3e81845   liuqimichale   init website
196
  
4bc745b3   Andy   add footer
197
198
199
200
201
202
203
204
  <!-- Start Service area -->
  <section id="Services" class="section">
  	<div class="container">
  		<div class="row">
  			<div class="col-md-12">
  				<div class="section-title">
  					<h2>Exclusive <span>Services</span></h2>
  					<p>We create exclusive & creative Stuffs for our awesome clients</p>
87e21225   Andy   new webportal
205
  				</div>
4bc745b3   Andy   add footer
206
207
208
209
210
211
212
213
  			</div>
  		</div>
  		<div class="row">
  			<div class="col-md-4 col-sm-6 col-xs-12 wow fadeInLeft" data-wow-duration="0.8s" data-wow-delay="0.4s">
  				<div class="single-service">
  					<i class="fa fa-briefcase" aria-hidden="true"></i>
  					<h3>Web Design</h3>
  					<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, </p>
4569bbd1   liuqimichale   init website
214
  				</div>
4bc745b3   Andy   add footer
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
  			</div>
  			<div class="col-md-4 col-sm-6 col-xs-12 wow fadeInLeft" data-wow-duration="0.8s" data-wow-delay="0.5s">
  				<div class="single-service">
  					<i class="fa fa-lightbulb-o" aria-hidden="true"></i>
  					<h3>Web Development</h3>
  					<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, </p>
  				</div>
  			</div>
  			<div class="col-md-4 col-sm-6 col-xs-12 wow fadeInLeft" data-wow-duration="0.8s" data-wow-delay="0.6s">
  				<div class="single-service">
  					<i class="fa fa-paper-plane" aria-hidden="true"></i>
  					<h3>Investment Plan</h3>
  					<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, </p>
  				</div>
  			</div>
  			<div class="col-md-4 col-sm-6 col-xs-12 wow fadeInLeft" data-wow-duration="0.8s" data-wow-delay="0.7s">
  				<div class="single-service">
  					<i class="fa fa-meetup" aria-hidden="true"></i>
  					<h3>Finance Support</h3>
  					<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, </p>
  				</div>
  			</div>
  			<div class="col-md-4 col-sm-6 col-xs-12 wow fadeInLeft" data-wow-duration="0.8s" data-wow-delay="0.8s">
  				<div class="single-service">
  					<i class="fa fa-globe" aria-hidden="true"></i>
  					<h3>World Marketing</h3>
  					<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, </p>
  				</div>
  			</div>
  			<div class="col-md-4 col-sm-6 col-xs-12 wow fadeInLeft" data-wow-duration="0.8s" data-wow-delay="0.9s">
  				<div class="single-service">
  					<i class="fa fa-clock-o" aria-hidden="true"></i>
  					<h3>Perfect Solution</h3>
  					<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, </p>
4569bbd1   liuqimichale   init website
249
250
  				</div>
  			</div>
c3e81845   liuqimichale   init website
251
  
4bc745b3   Andy   add footer
252
253
254
255
  		</div>
  	</div>
  </section>
  <!-- End Service -->
c3e81845   liuqimichale   init website
256
  
4bc745b3   Andy   add footer
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
  <!-- Latest Works Area -->
  <section id="latest-works" class="latest-works section">
  	<div class="container">
  		<div class="row">
  			<div class="col-md-12">
  				<div class="section-title">
  					<h2>Latest Works</h2>
  					<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation. </p>
  				</div>
  			</div>
  		</div>
  		<div class="row">
  			<div class="col-md-12 col-sm-12 col-xs-12">
  				<!-- Project Nav -->
  				<div class="works-menu wow fadeInUp" data-wow-duration="0.8s" data-wow-delay="0.4s">
  					<ul>
  						<li class="active" data-filter="*">All Works</li>
  						<li data-filter=".print">Print</li>
  						<li data-filter=".identity">Identity</li>
  						<li data-filter=".branding">Branding</li>
  						<li data-filter=".web">Web</li>
  						<li data-filter=".wordpress">Wordpress</li>
  					</ul>
  				</div>
  				<!--/ End Project Nav -->
  			</div>
  		</div>
  		<div class="row">
  			<div class="isotop-active">
  				<div class="col-md-4 col-sm-4 col-xs-12 print identity">
  					<!-- Single Works -->
  					<div class="single-work">
  						<img src="img/pf1.jpg" alt="">
  						<div class="works-hover">
  							<a href="portfolio-single.html"><h4>Project Name</h4></a>
  							<a class="link popup" href="img/pf1.jpg"><i class="fa fa-picture-o" aria-hidden="true"></i></a>
  							<a href="portfolio-single.html"><i class="fa fa-link" aria-hidden="true"></i></a>
  						</div>
  					</div>
  					<!--/ End Single Works -->
  				</div>
  				<div class="col-md-4 col-sm-4 col-xs-12 wordpress branding">
  					<!-- Single Works -->
  					<div class="single-work">
  						<img src="img/pf2.jpg" alt="">
  						<div class="works-hover">
  							<a href="portfolio-single.html"><h4>Project Name</h4></a>
  							<a class="link popup" href="img/pf2.jpg"><i class="fa fa-picture-o" aria-hidden="true"></i></a>
  							<a href="portfolio-single.html"><i class="fa fa-link" aria-hidden="true"></i></a>
87e21225   Andy   new webportal
306
307
  						</div>
  					</div>
4bc745b3   Andy   add footer
308
  					<!--/ End Single Works -->
87e21225   Andy   new webportal
309
  				</div>
4bc745b3   Andy   add footer
310
311
312
313
314
315
316
317
  				<div class="col-md-4 col-sm-4 col-xs-12 web">
  					<!-- Single Works -->
  					<div class="single-work">
  						<img src="img/pf3.jpg" alt="">
  						<div class="works-hover">
  							<a href="portfolio-single.html"><h4>Project Name</h4></a>
  							<a class="link popup" href="img/pf3.jpg"><i class="fa fa-picture-o" aria-hidden="true"></i></a>
  							<a href="portfolio-single.html"><i class="fa fa-link" aria-hidden="true"></i></a>
4569bbd1   liuqimichale   init website
318
319
  						</div>
  					</div>
4bc745b3   Andy   add footer
320
  					<!--/ End Single Works -->
4569bbd1   liuqimichale   init website
321
  				</div>
4bc745b3   Andy   add footer
322
323
324
325
326
327
328
329
  				<div class="col-md-4  col-sm-4 col-xs-12 wordpress">
  					<!-- Single Works -->
  					<div class="single-work">
  						<img src="img/pf4.jpg" alt="#">
  						<div class="works-hover">
  							<a href="portfolio-single.html"><h4>Project Name</h4></a>
  							<a class="link popup" href="img/pf4.jpg"><i class="fa fa-picture-o" aria-hidden="true"></i></a>
  							<a href="portfolio-single.html"><i class="fa fa-link" aria-hidden="true"></i></a>
87e21225   Andy   new webportal
330
331
  						</div>
  					</div>
4bc745b3   Andy   add footer
332
333
334
335
336
337
338
339
340
341
  					<!--/ End Single Works -->
  				</div>
  				<div class="col-md-4 col-sm-4 col-xs-12 branding">
  					<!-- Single Works -->
  					<div class="single-work">
  						<img src="img/pf5.jpg" alt="#">
  						<div class="works-hover">
  							<a href="portfolio-single.html"><h4>Project Name</h4></a>
  							<a class="link popup" href="img/pf5.jpg"><i class="fa fa-picture-o" aria-hidden="true"></i></a>
  							<a href="portfolio-single.html"><i class="fa fa-link" aria-hidden="true"></i></a>
87e21225   Andy   new webportal
342
  						</div>
4569bbd1   liuqimichale   init website
343
  					</div>
4bc745b3   Andy   add footer
344
345
346
347
348
349
350
351
352
353
  					<!--/ End Single Works -->
  				</div>
  				<div class="col-md-4 col-sm-4 col-xs-12 web print">
  					<!-- Single Works -->
  					<div class="single-work">
  						<img src="img/pf6.jpg" alt="#">
  						<div class="works-hover">
  							<a href="portfolio-single.html"><h4>Project Name</h4></a>
  							<a class="link popup" href="img/pf6.jpg"><i class="fa fa-picture-o" aria-hidden="true"></i></a>
  							<a href="portfolio-single.html"><i class="fa fa-link" aria-hidden="true"></i></a>
87e21225   Andy   new webportal
354
355
  						</div>
  					</div>
4bc745b3   Andy   add footer
356
  					<!--/ End Single Works -->
87e21225   Andy   new webportal
357
  				</div>
4bc745b3   Andy   add footer
358
359
360
361
362
363
364
365
  			</div>
  		</div>
  		<div class="row">
  			<div class="col-md-12">
  				<div class="button-head">
  					<div class="button">
  						<span></span>
  						<a href="#" class="btn">Load More</a>
4569bbd1   liuqimichale   init website
366
  					</div>
b628eae2   liuqimichale   init website
367
  				</div>
4569bbd1   liuqimichale   init website
368
  			</div>
4bc745b3   Andy   add footer
369
370
371
372
  		</div>
  	</div>
  </section>
  <!--/ End Works Area -->
c3e81845   liuqimichale   init website
373
  
4bc745b3   Andy   add footer
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
  <!-- Testimonials -->
  <section id="testimonials" class="section" data-stellar-background-ratio="0.5">
  	<section class="bg">
  		<div class="container">
  			<div class="row">
  				<div class="col-md-12 col-sm-12 col-xs-12">
  					<div class="owl-carousel testimonial-slider">
  						<div class="single-testimonial">
  							<img src="img/testi-1.jpg" alt="#">
  							<h2><i>What Clients  Says</i></h2>
  							<p><i class="fa fa-quote-left" aria-hidden="true"></i><i>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua sed do eiusmod tempor incididunt ut labore et dolore aliqua.<i class="fa fa-quote-right" aria-hidden="true"></i></i></p>
  							<span> -Naimur Rahman</span>
  						</div>
  						<div class="single-testimonial">
  							<img src="img/testi-2.jpg" alt="#">
  							<h2><i>What Clients  Says</i></h2>
  							<p><i class="fa fa-quote-left" aria-hidden="true"></i><i>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua sed do eiusmod tempor incididunt ut labore et dolore aliqua.<i class="fa fa-quote-right" aria-hidden="true"></i></i></p>
  							<span> -Rakib Hasan</span>
  						</div>
  						<div class="single-testimonial">
  							<img src="img/testi-3.jpg" alt="#">
  							<h2><i>What Clients  Says</i></h2>
  							<p><i class="fa fa-quote-left" aria-hidden="true"></i><i>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua sed do eiusmod tempor incididunt ut labore et dolore aliqua.<i class="fa fa-quote-right" aria-hidden="true"></i></i></p>
  							<span> -Sabbir Ahmed</span>
87e21225   Andy   new webportal
398
  						</div>
4bc745b3   Andy   add footer
399
400
  
  
87e21225   Andy   new webportal
401
  					</div>
4569bbd1   liuqimichale   init website
402
403
  				</div>
  			</div>
4bc745b3   Andy   add footer
404
405
406
407
408
  		</div>
  	</section>
  </section>
  <!--/ End Testimonials -->
  <div class="tlinks">Collect from <a href="http://www.cssmoban.com/"  title="网站模板">网站模板</a></div>
c3e81845   liuqimichale   init website
409
  
4bc745b3   Andy   add footer
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
  <!-- Blog -->
  <section id="blog" class="section">
  	<div class="container">
  		<div class="row">
  			<div class="col-md-12">
  				<div class="section-title">
  					<h2>latest News</h2>
  					<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation. </p>
  				</div>
  			</div>
  		</div>
  		<div class="row">
  			<div class="col-md-4 col-sm-12 col-xs-12 wow fadeIn" data-wow-duration="0.8s" data-wow-delay="0.4s">
  				<div class="single-news">
  					<div class="news-head">
  						<img src="img/blog1.jpg" alt="#">
  					</div>
  					<div class="news-body">
  						<h3 class="date">25<span>nov</span></h3>
  						<h2><a href="blog-single.html"> give us that</a></h2>
  						<div class="title"><span class="user"><i class="fa fa-user" aria-hidden="true"></i>adminaccess</span> <span class="comment"><i class="fa fa-comment-o" aria-hidden="true"></i>no comment</span></div>
  						<p>Lorem ipsum dolor a sit ameti, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et </p>
  						<a href="blog-single.html" class="btn">Read More<i class="fa fa-caret-right" aria-hidden="true"></i></a>
4569bbd1   liuqimichale   init website
433
434
  					</div>
  				</div>
4bc745b3   Andy   add footer
435
436
437
438
439
440
441
442
443
444
445
446
  			</div>
  			<div class="col-md-4 col-sm-12 col-xs-12 wow fadeIn" data-wow-duration="0.8s" data-wow-delay="0.6s">
  				<div class="single-news">
  					<div class="news-head">
  						<img src="img/blog2.jpg" alt="#">
  					</div>
  					<div class="news-body">
  						<h3 class="date">30<span>nov</span></h3>
  						<h2><a href="blog-single.html"> consisting with technology</a></h2>
  						<div class="title"><span class="user"><i class="fa fa-user" aria-hidden="true"></i>adminaccess</span> <span class="comment"><i class="fa fa-comment-o" aria-hidden="true"></i>no comment</span></div>
  						<p>Lorem ipsum dolor a sit ameti, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et </p>
  						<a href="blog-single.html" class="btn">Read More<i class="fa fa-caret-right" aria-hidden="true"></i></a>
4569bbd1   liuqimichale   init website
447
448
449
  					</div>
  				</div>
  			</div>
4bc745b3   Andy   add footer
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
  			<div class="col-md-4 col-sm-12 col-xs-12 wow fadeIn" data-wow-duration="0.8s" data-wow-delay="0.9s">
  				<div class="single-news">
  					<div class="news-head">
  						<img src="img/blog3.jpg" alt="#">
  					</div>
  					<div class="news-body">
  						<h3 class="date">05<span>dec</span></h3>
  						<h2><a href="blog-single.html">the inline product </a></h2>
  						<div class="title"><span class="user"><i class="fa fa-user" aria-hidden="true"></i>adminaccess</span> <span class="comment"><i class="fa fa-comment-o" aria-hidden="true"></i>no comment</span></div>
  						<p>Lorem ipsum dolor a sit ameti, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et </p>
  						<a href="blog-single.html" class="btn">Read More<i class="fa fa-caret-right" aria-hidden="true"></i></a>
  					</div>
  				</div>
  			</div>
  		</div>
  		<div class="row">
  			<div class="col-md-12">
  				<div class="button-head">
  					<div class="button">
  						<span></span>
  						<a href="#" class="btn">Load More</a>
  					</div>
  				</div>
  			</div>
  		</div>
  	</div>
  </section>
  <!--/ End Newslatter -->
c3e81845   liuqimichale   init website
478
  
4bc745b3   Andy   add footer
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
  <!-- Fun Facts Area -->
  <section id="fun-facts" class="fun-facts section" data-stellar-background-ratio="0.5">
  	<div class="bf-color">
  		<div class="container">
  			<div class="row">
  				<div class="col-md-3 col-sm-6 col-xs-12 wow fadeIn" data-wow-duration="0.8s" data-wow-delay="0.4s">
  					<!-- Single Fun -->
  					<div class="single-fun">
  						<i class="fa fa-th-list" aria-hidden="true"></i>
  						<span class="counter">3468</span>
  						<p>Project Finished</p>
  					</div>
  					<!--/ End Single Fun -->
  				</div>
  				<div class="col-md-3 col-sm-6 col-xs-12 wow fadeIn" data-wow-duration="0.8s" data-wow-delay="0.6s">
  					<!-- Single Fun -->
  					<div class="single-fun">
  						<i class="fa fa-smile-o" aria-hidden="true"></i>
  						<span class="counter">468</span>
  						<p>Happy Clients</p>
  					</div>
  					<!--/ End Single Fun -->
  				</div>
  				<div class="col-md-3 col-sm-6 col-xs-12 wow fadeIn" data-wow-duration="0.8s" data-wow-delay="0.8s">
  					<!-- Single Fun -->
  					<div class="single-fun">
  						<i class="fa fa-briefcase" aria-hidden="true"></i>
  						<span class="counter">4368</span>
  						<p>Hourse Work</p>
  					</div>
  					<!--/ End Single Fun -->
  				</div>
  				<div class="col-md-3 col-sm-6 col-xs-12 wow fadeIn" data-wow-duration="0.8s" data-wow-delay="1s">
  					<!-- Single Fun -->
  					<div class="single-fun">
  						<i class="fa fa-coffee" aria-hidden="true"></i>
  						<span class="counter">3468</span>
  						<p>Cups of coffes</p>
  					</div>
  					<!--/ End Single Fun -->
  				</div>
  			</div>
  		</div>
  	</div>
  </section>
  <!--/ End Fun Facts Area -->
  
  <!-- Team -->
  <section id="team" class="section">
  	<div class="container">
  		<div class="row">
  			<div class="col-md-12 col-sm-12">
  				<div class="section-title">
  					<h2>our creative team</h2>
  					<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation. </p>
  				</div>
  			</div>
  		</div>
  		<div class="row">
  			<div class="col-md-3 col-sm-6 col-xs-12 wow fadeInRight" data-wow-duration="0.8s" data-wow-delay="0.7s">
  				<!-- Single Team -->
  				<div class="single-team">
  					<div class="team-head">
  						<img src="img/team1.png" alt="">
  						<div class="team-hover">
  							<ul class="social">
  								<li><a href="#"><i class="fa fa-facebook"></i></a></li>
  								<li><a href="#"><i class="fa fa-twitter"></i></a></li>
  								<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
  								<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
  							</ul>
87e21225   Andy   new webportal
550
551
  						</div>
  					</div>
4bc745b3   Andy   add footer
552
553
554
  					<div class="t-name">
  						<h4>naimur rahman<span>Branding</span></h4>
  					</div>
4569bbd1   liuqimichale   init website
555
  				</div>
4bc745b3   Andy   add footer
556
557
558
559
560
561
562
563
564
565
566
567
568
  				<!--/ End Single Team -->
  			</div>
  			<div class="col-md-3 col-sm-6 col-xs-12 wow fadeInRight" data-wow-duration="0.8s" data-wow-delay="0.6s">
  				<!-- Single Team -->
  				<div class="single-team">
  					<div class="team-head">
  						<img src="img/team2.png" alt="">
  						<div class="team-hover">
  							<ul class="social">
  								<li><a href="#"><i class="fa fa-facebook"></i></a></li>
  								<li><a href="#"><i class="fa fa-twitter"></i></a></li>
  								<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
  								<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
87e21225   Andy   new webportal
569
  							</ul>
87e21225   Andy   new webportal
570
571
  						</div>
  					</div>
4bc745b3   Andy   add footer
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
  					<div class="t-name">
  						<h4>rakib hassan<span>Designer</span></h4>
  					</div>
  				</div>
  				<!--/ End Single Team -->
  			</div>
  			<div class="col-md-3 col-sm-6 col-xs-12 wow fadeInRight" data-wow-duration="0.8s" data-wow-delay="0.5s">
  				<!-- Single Team -->
  				<div class="single-team">
  					<div class="team-head">
  						<img src="img/team3.png" alt="">
  						<div class="team-hover">
  							<ul class="social">
  								<li><a href="#"><i class="fa fa-facebook"></i></a></li>
  								<li><a href="#"><i class="fa fa-twitter"></i></a></li>
  								<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
  								<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
87e21225   Andy   new webportal
589
  							</ul>
87e21225   Andy   new webportal
590
591
  						</div>
  					</div>
4bc745b3   Andy   add footer
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
  					<div class="t-name">
  						<h4>afsana mimi<span>Photographer</span></h4>
  					</div>
  				</div>
  				<!--/ End Single Team -->
  			</div>
  			<div class="col-md-3 col-sm-6 col-xs-12 wow fadeInRight" data-wow-duration="0.8s" data-wow-delay="0.4s">
  				<!-- Single Team -->
  				<div class="single-team">
  					<div class="team-head">
  						<img src="img/team1.png" alt="">
  						<div class="team-hover">
  							<ul class="social">
  								<li><a href="#"><i class="fa fa-facebook"></i></a></li>
  								<li><a href="#"><i class="fa fa-twitter"></i></a></li>
  								<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
  								<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
87e21225   Andy   new webportal
609
  							</ul>
4569bbd1   liuqimichale   init website
610
  						</div>
87e21225   Andy   new webportal
611
  					</div>
4bc745b3   Andy   add footer
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
  					<div class="t-name">
  						<h4>saiful abir<span>Developer</span></h4>
  					</div>
  				</div>
  				<!--/ End Single Team -->
  			</div>
  		</div>
  	</div>
  </section>
  <!--/ End Team -->
  
  <!-- Pricing Table -->
  <section class="p-table4 section">
  	<div class="container">
  		<div class="row">
  			<div class="col-md-12">
  				<div class="section-title">
  					<h2>Pricing Table</h2>
  					<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation. </p>
  				</div>
  			</div>
  		</div>
  		<div class="row">
  			<!-- Single Table -->
  			<div class="col-md-4 col-sm-4 col-xs-12">
  				<div class="single-table">
  					<!-- Table Head -->
  					<div class="table-head">
  						<div class="title-head">
  							<h2 class="title">Basic</h2>
  						</div>
  						<div class="price">
  							<p class="amount"><span>$</span>19</p>
  						</div>
  					</div>
  					<!-- Table List -->
  					<ul class="table-list">
  						<li>Responsive( Mobile Website)</li>
  						<li>24/7 Technic Support</li>
  						<li>1 Year Hosting Free</li>
  						<li>Image slider (Animation)</li>
  						<li>Unlimited Email Account</li>
  						<li>Free Domain Name</li>
  					</ul>
  					<div class="button-head">
  						<div class="button">
  							<span></span>
  							<a href="#" class="btn"><i class="fa fa-shopping-cart" aria-hidden="true"></i>buy now</a>
  						</div>
  					</div>
  					<!-- Table Bottom -->
c3e81845   liuqimichale   init website
663
664
  				</div>
  			</div>
4bc745b3   Andy   add footer
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
  			<!-- End Single Table-->
  			<!-- Single Table -->
  			<div class="col-md-4 col-sm-4 col-xs-12">
  				<div class="single-table">
  					<!-- Table Head -->
  					<div class="table-head">
  						<div class="title-head">
  							<h2 class="title">Medium</h2>
  						</div>
  						<div class="price">
  							<p class="amount"><span>$</span>25</p>
  						</div>
  					</div>
  					<!-- Table List -->
  					<ul class="table-list">
  						<li>Responsive( Mobile Website)</li>
  						<li>24/7 Technic Support</li>
  						<li>1 Year Hosting Free</li>
  						<li>Image slider (Animation)</li>
  						<li>Unlimited Email Account</li>
  						<li>Free Domain Name</li>
  					</ul>
  					<div class="button-head">
  						<div class="button">
  							<span></span>
  							<a href="#" class="btn"><i class="fa fa-shopping-cart" aria-hidden="true"></i>buy now</a>
  						</div>
  					</div>
  					<!-- Table Bottom -->
  				</div>
  			</div>
  			<!-- End Single Table-->
  			<!-- Single Table -->
  			<div class="col-md-4 col-sm-4 col-xs-12">
  				<div class="single-table">
  					<!-- Table Head -->
  					<div class="table-head">
  						<div class="title-head">
  							<h2 class="title">Advanced</h2>
  						</div>
  						<div class="price">
  							<p class="amount"><span>$</span>55</p>
  						</div>
  					</div>
  					<!-- Table List -->
  					<ul class="table-list">
  						<li>Responsive( Mobile Website)</li>
  						<li>24/7 Technic Support</li>
  						<li>1 Year Hosting Free</li>
  						<li>Image slider (Animation)</li>
  						<li>Unlimited Email Account</li>
  						<li>Free Domain Name</li>
  					</ul>
  					<div class="button-head">
  						<div class="button">
  							<span></span>
  							<a href="#" class="btn"><i class="fa fa-shopping-cart" aria-hidden="true"></i>buy now</a>
  						</div>
  					</div>
  					<!-- Table Bottom -->
  				</div>
  			</div>
  			<!-- End Single Table-->
  		</div>
  	</div>
  </section>
  <!--/ End Pricing Table -->
87e21225   Andy   new webportal
732
  
c3e81845   liuqimichale   init website
733
  
4bc745b3   Andy   add footer
734
735
736
737
738
739
740
741
742
743
  <!--/ contact Area -->
  <section id="contact" class="contact section" data-stellar-background-ratio="0.5">
  	<div class="container">
  		<div class="row">
  			<div class="contact-head">
  				<div class="col-md-4 col-sm-4 col-xs-12">
  					<div class="contact-left">
  						<h3>Contact <span>us now</span></h3>
  						<p class="p1">Aercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore.</p>
  						<p>Lorem ipsum dolor sit amet consectetur adipiscing elitsed do eiusmod tempor incididunt utlabore et dolore magna aliqua.</p>
c3e81845   liuqimichale   init website
744
  
4bc745b3   Andy   add footer
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
  					</div>
  				</div>
  				<div class="col-md-8 col-sm-8 col-xs-12">
  					<div class="contact-right">
  						<div class="row">
  							<form class="form" action="#">
  								<div class="col-md-6">
  									<div class="form-group">
  										<input name="name" type="text" placeholder="full name">
  									</div>
  									<div class="form-group">
  										<input name="email" type="email" placeholder="enter your email">
  									</div>
  									<div class="button">
  										<button type="submit" class="btn primary">Submit<i class="fa fa-paper-plane-o" aria-hidden="true"></i></button>
  									</div>
87e21225   Andy   new webportal
761
  								</div>
4bc745b3   Andy   add footer
762
763
764
  								<div class="col-md-6">
  									<div class="form-group">
  										<textarea name="message" placeholder="type your message"></textarea>
87e21225   Andy   new webportal
765
  									</div>
4bc745b3   Andy   add footer
766
  
87e21225   Andy   new webportal
767
  								</div>
4bc745b3   Andy   add footer
768
  							</form>
4569bbd1   liuqimichale   init website
769
  						</div>
4bc745b3   Andy   add footer
770
  						<!--/ End Contact Form -->
87e21225   Andy   new webportal
771
772
  					</div>
  				</div>
4bc745b3   Andy   add footer
773
774
775
776
777
  			</div>
  		</div>
  	</div>
  </section>
  <!--/ End contact Area -->
c3e81845   liuqimichale   init website
778
  
4bc745b3   Andy   add footer
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
  <!-- Clients Area -->
  <div id="clients" class="clients section">
  	<div class="container">
  		<div class="row">
  			<div class="col-md-12 col-sm-12 col-xs-12">
  				<div class="owl-carousel clients-slider">
  					<!-- Single Clients -->
  					<div class="single-clients">
  						<img src="img/client1.jpg" alt="#">
  					</div>
  					<!--/ End Single Client -->
  					<!-- Single Client -->
  					<div class="single-clients">
  						<img src="img/client2.jpg" alt="#">
  					</div>
  					<!--/ End Single Client -->
  					<!-- Single Client -->
  					<div class="single-clients">
  						<img src="img/client3.jpg" alt="#">
  					</div>
  					<!--/ End Single Client -->
  					<!-- Single Client -->
  					<div class="single-clients">
  						<img src="img/client4.jpg" alt="#">
  					</div>
  					<!--/ End Single Client -->
  					<!-- Single Client -->
  					<div class="single-clients">
  						<img src="img/client5.jpg" alt="#">
  					</div>
  					<!--/ End Single Client -->
  					<!-- Single Client -->
  					<div class="single-clients">
  						<img src="img/client6.jpg" alt="#">
  					</div>
  					<!--/ End Single Client -->
  					<!-- Single Client -->
  					<div class="single-clients">
  						<img src="img/client1.jpg" alt="#">
  					</div>
  					<!--/ End Single Client -->
  					<!-- Single Client -->
  					<div class="single-clients">
  						<img src="img/client2.jpg" alt="#">
  					</div>
  					<!--/ End Single Client -->
  					<!-- Single Client -->
  					<div class="single-clients">
  						<img src="img/client3.jpg" alt="#">
  					</div>
  					<!--/ End Single Client -->
4569bbd1   liuqimichale   init website
830
831
832
  				</div>
  			</div>
  		</div>
4bc745b3   Andy   add footer
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
  	</div>
  </div>
  <!--/ End Clients Area -->
  
  <!-- Footer Area -->
  <footer id="footer" class="footer_cont">
  		<!-- container -->
  		<div class="container">
  			<!-- row -->
  			<div class="row">
  				<div class="col-md-3 col-xs-6">
  					<div class="footer">
  						<div class="footer-title">公司介绍</div>
  						<ul class="footer-links">
  							<li><a href="#">企业文化</a></li>
  							<li><a href="#">加入我们</a></li>
  							<li><a href="#">发展历程</a></li>
  							<li><a href="#">资质</a></li>
  						</ul>
87e21225   Andy   new webportal
852
  					</div>
4569bbd1   liuqimichale   init website
853
  				</div>
4569bbd1   liuqimichale   init website
854
  
4bc745b3   Andy   add footer
855
856
857
858
859
860
861
862
  				<div class="col-md-3 col-xs-6">
  					<div class="footer">
  						<div class="footer-title">产品介绍</div>
  						<ul class="footer-links">
  							<li><a href="#">企业云</a></li>
  							<li><a href="#">任你停</a></li>
  							<li><a href="#">大数据</a></li>
  						</ul>
87e21225   Andy   new webportal
863
  					</div>
4569bbd1   liuqimichale   init website
864
  				</div>
4bc745b3   Andy   add footer
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
  
  				<div class="col-md-3 col-xs-6">
  					<div class="footer">
  						<div class="footer-title">联系我们</div>
  						<ul class="footer-links">
  							<li>电话:1222323</li>
  							<li>地址:币万hi我和日日红日 </li>
  							<li>e-mail:info@zte-its.com</li>
  						</ul>
  					</div>
  				</div>
  
  				<div class="col-md-3 col-xs-6">
  					<div class="footer">
  						<div class="footer-title">官方媒体</div>
  						<ul class="footer-links">
  							<li><a href="#">微信</a></li>
  							<li><a href="#">微博</a></li>
  						</ul>
  					</div>
  				</div>
  			</div>
  			<!-- /row -->
  		</div>
  		<!-- /container -->
  
  	<!-- bottom footer -->
  	<div id="bottom-footer" class="bottom-footer">
  		<div class="container">
  			<!-- row -->
  			<div class="row">
  				<div class="col-md-12 text-center">
  					<span class="copyright">
   					Copyright © <script>document.write(new Date().getFullYear());</script>. ZTE ITS LIMITED.<a style="width: 500px;display: inline-block;text-align: center;" href="http://www.miitbeian.gov.cn/">苏ICP备17052208号-1</a>
  					</span>
  				</div>
4569bbd1   liuqimichale   init website
901
  			</div>
4bc745b3   Andy   add footer
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
  			<!-- /row -->
  		</div>
  		<!-- /container -->
  	</div>
  	<!-- /bottom footer -->
  </footer>
  <!--/ End Footer Area -->
  
  <script type="text/javascript" src="js/jquery.min.js"></script>
  <script type="text/javascript" src="js/bootstrap.min.js"></script>
  <script type="text/javascript" src="js/colors.js"></script>
  <script type="text/javascript" src="js/jquery.nav.js"></script>
  <script type="text/javascript" src="js/jquery.scrollUp.min.js"></script>
  <script type="text/javascript" src="js/jquery.slicknav.min.js"></script>
  <script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
  <script type="text/javascript" src="js/owl.carousel.min.js"></script>
  <script type="text/javascript" src="js/isotope.pkgd.min.js"></script>
  <script type="text/javascript" src="js/wow.min.js"></script>
  <script type="text/javascript" src="js/jquery.stellar.min.js"></script>
  <script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
  <script type="text/javascript" src="js/animate-text.js"></script>
  <script type="text/javascript" src="js/particles.min.js"></script>
  <script type="text/javascript" src="js/particle-code.js"></script>
  <script type="text/javascript" src="js/jquery.counterup.min.js"></script>
  
  <script type="text/javascript" src="js/gmaps.min.js"></script>
  <script type="text/javascript" src="js/main.js"></script>
  </body>
c3e81845   liuqimichale   init website
930
  </html>