-
Notifications
You must be signed in to change notification settings - Fork 112
Expand file tree
/
Copy pathindex.html
More file actions
702 lines (580 loc) · 35.6 KB
/
index.html
File metadata and controls
702 lines (580 loc) · 35.6 KB
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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
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
478
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
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
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
663
664
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- IE Compatibility Meta -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- First Mobile Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Design With Bootstrap [1] Home</title>
<link rel='stylesheet' href='css/bootstrap.css' />
<link rel='stylesheet' href='css/font-awesome.min.css' />
<link rel='stylesheet' href='css/style.css' />
<link rel='stylesheet' href='css/default_theme.css' />
<link rel='stylesheet' href='css/hover.css' />
<link rel='stylesheet' href='css/animate.css' />
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700'>
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Start Section Tool Box -->
<section class="option-box">
<div class="color-option">
<h4>Color Option</h4>
<ul class="list-unstyled">
<li data-value="css/default_theme.css"></li>
<li data-value="css/purple_theme.css"></li>
<li data-value="css/blue_theme.css"></li>
<li data-value="css/yellow_theme.css"></li>
</ul>
</div>
<i class="fa fa-gear fa-3x gear-check"></i>
</section>
<!-- End Section Tool Box -->
<!-- Start Our Navbar -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#ournavbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand wobble-horizontal" href="#">Elzero <span>Inc.</span></a>
</div>
<div class="collapse navbar-collapse" id="ournavbar">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="faq.html">FAQ</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Services <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Programming</a></li>
<li><a href="#">Web Design</a></li>
<li><a href="#">Desktop</a></li>
<li class="divider"></li>
<li><a href="#">Web Hosting</a></li>
</ul>
</li>
<li><a href="#">Map</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
</div> <!-- End Of The Container -->
</nav>
<!-- End Our Navbar -->
<!-- Start Carousel -->
<div id="myslide" class="carousel slide hidden-xs" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myslide" data-slide-to="0" class="active"></li>
<li data-target="#myslide" data-slide-to="1"></li>
<li data-target="#myslide" data-slide-to="2"></li>
<li data-target="#myslide" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="images/01.jpg" width="1920" height="600" alt="Pic 1">
<div class="carousel-caption hidden-xs">
<h2 class="h1">Programming</h2>
<p class="lead">Transition animations not supported in Internet Explorer 8 & 9Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 & 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.</p>
</div>
</div>
<div class="item">
<img src="images/02.jpg" width="1920" height="600" alt="Pic 2">
<div class="carousel-caption hidden-xs">
<h2 class="h1">Web Design</h2>
<p class="lead">Transition animations not supported in Internet Explorer 8 & 9Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 & 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.</p>
</div>
</div>
<div class="item">
<img src="images/03.jpg" width="1920" height="600" alt="Pic 3">
<div class="carousel-caption hidden-xs">
<h2 class="h1">Desktop</h2>
<p class="lead">Transition animations not supported in Internet Explorer 8 & 9Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 & 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.</p>
</div>
</div>
<div class="item">
<img src="images/04.jpg" width="1920" height="600" alt="Pic 4">
<div class="carousel-caption hidden-xs">
<h2 class="h1">Web Hosting</h2>
<p class="lead">Transition animations not supported in Internet Explorer 8 & 9Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 & 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.</p>
</div>
</div>
</div>
<a class="left carousel-control" href="#myslide" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#myslide" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
<!-- End Carousel -->
<!-- Start Section About -->
<section class="about text-center wow bounceIn" data-wow-duration="2s" data-wow-offset="300">
<div class="container">
<h1>Meet Our New Template <span>Elzero Inc.</span></h1>
<p class="lead">Hello Let Me Introduce Our Template Elzero Inc. Created With All The Love With <strong>Bootstrap</strong> 3.2.0</p>
</div>
</section>
<!-- End Section About -->
<!-- Start Section Features -->
<section class="features text-center">
<div class="container">
<h2 class="h1">Our Features</h2>
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="feat wow bounceInLeft" data-wow-duration="1s" data-wow-offset="200">
<span class="glyphicon glyphicon-ok"></span>
<h4>100% Responsive</h4>
<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-lg-3 col-md-6">
<div class="feat wow bounceInDown" data-wow-duration="1s" data-wow-offset="200">
<span class="glyphicon glyphicon-thumbs-up"></span>
<h4>Retina Ready</h4>
<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-lg-3 col-md-6">
<div class="feat wow bounceInUp" data-wow-duration="1s" data-wow-offset="200">
<span class="glyphicon glyphicon-eye-open"></span>
<h4>Awesome Display</h4>
<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-lg-3 col-md-6">
<div class="feat wow bounceInRight" data-wow-duration="1s" data-wow-offset="200">
<span class="glyphicon glyphicon-pencil"></span>
<h4>Well Documented</h4>
<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>
</div>
</section>
<!-- End Section Features -->
<!-- Start Testimonials Section -->
<section class="testimonials text-center wow flipInY" data-wow-duration="1s" data-wow-offset="200">
<!-- Start Container -->
<div class="container">
<h2 class="h1">What Our Clients Say</h2>
<!-- Start Testimonials Carousel -->
<div id="carousel_testimonials" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="item active">
<p class="lead">Transition animations not supported in Internet Explorer 8 & 9 Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 & 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.</p>
<span>Osama Elzero</span>
</div>
<div class="item">
<p class="lead">Transition animations not supported in Internet Explorer 8 & 9 Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 & 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.</p>
<span>Hassan Zohdy</span>
</div>
<div class="item">
<p class="lead">Transition animations not supported in Internet Explorer 8 & 9 Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 & 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.</p>
<span>Hind Ragab</span>
</div>
<div class="item">
<p class="lead">Transition animations not supported in Internet Explorer 8 & 9 Bootstrap exclusively uses CSS3 for its animations, but Internet Explorer 8 & 9 don't support the necessary CSS properties. Thus, there are no slide transition animations when using these browsers. We have intentionally decided not to include jQuery-based fallbacks for the transitions.</p>
<span>Zahra Ahmed</span>
</div>
</div>
<ol class="carousel-indicators">
<li data-target="#carousel_testimonials" data-slide-to="0" class="active">
<img src="images/avatar_01.jpg" width="74" height="74" alt="Osama" />
</li>
<li data-target="#carousel_testimonials" data-slide-to="1">
<img src="images/avatar_02.jpg" width="74" height="74" alt="Hassan" />
</li>
<li data-target="#carousel_testimonials" data-slide-to="2">
<img src="images/avatar_03.jpg" width="74" height="74" alt="Hind" />
</li>
<li data-target="#carousel_testimonials" data-slide-to="3">
<img src="images/avatar_04.jpg" width="74" height="74" alt="Zahra" />
</li>
</ol>
</div>
<!-- End Testimonials Carousel -->
</div>
<!-- End Container -->
</section>
<!-- End Testimonials Section -->
<!-- Start Section Price Table -->
<section class="price_table text-center">
<div class="container">
<h2 class="h1">Our Amazing Prices</h2>
<div class="row">
<div class="col-lg-3 col-sm-6 col-xs-12">
<div class="price_box wow fadeInUp" data-wow-duration="2s" data-wow-offset="400">
<h2 class="text-primary">Hosting</h2>
<p class="center-block">$40</p>
<ul class="list-unstyled">
<li>Space: 30GB</li>
<li>Emails: 20</li>
<li>Ips: 2 IP</li>
<li>Databases: 10</li>
<li>Ftp Accounts: 5</li>
</ul>
<a href="#" class="btn btn-primary">Order Now</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 col-xs-12">
<div class="price_box wow fadeInDown" data-wow-duration="2s" data-wow-offset="400">
<h2 class="text-success">Vps</h2>
<p class="center-block">$50</p>
<ul class="list-unstyled">
<li>Space: 50GB</li>
<li>Emails: 40</li>
<li>Ips: 5 IP</li>
<li>Databases: 20</li>
<li>Ftp Accounts: 10</li>
</ul>
<a href="#" class="btn btn-success">Order Now</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 col-xs-12">
<div class="price_box wow fadeInUp" data-wow-duration="2s" data-wow-offset="400">
<h2 class="text-info">Dedicated</h2>
<p class="center-block">$70</p>
<ul class="list-unstyled">
<li>Space: 80GB</li>
<li>Emails: 40</li>
<li>Ips: 8 IP</li>
<li>Databases: 30</li>
<li>Ftp Accounts: 20</li>
</ul>
<a href="#" class="btn btn-info">Order Now</a>
</div>
</div>
<div class="col-lg-3 col-sm-6 col-xs-12">
<div class="price_box wow fadeInDown" data-wow-duration="2s" data-wow-offset="400">
<h2 class="text-danger">Cloud</h2>
<p class="center-block">$90</p>
<ul class="list-unstyled">
<li>Space: 90GB</li>
<li>Emails: 50</li>
<li>Ips: 10 IP</li>
<li>Databases: 50</li>
<li>Ftp Accounts: 50</li>
</ul>
<a href="#" class="btn btn-danger">Order Now</a>
</div>
</div>
</div>
</div>
</section>
<!-- End Section Price Table -->
<!-- Start Section Our Team -->
<section class="our_team text-center">
<div class="team">
<div class="container">
<h2 class="h1">Meet Our Awesome Team</h2>
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="person wow pulse" data-wow-duration="1s" data-wow-offset="400">
<img class="img-circle" src="images/chris.jpg" width="200" height="200" alt="Chris Coyier" />
<h3>Chris Coyier</h3>
<p>This Is Chris Coyier The Founder Of The Amazing Website Css-Tricks</p>
<i class="fa fa-google-plus fa-lg"></i>
<i class="fa fa-facebook fa-lg"></i>
<i class="fa fa-twitter fa-lg"></i>
<i class="fa fa-youtube fa-lg"></i>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="person wow pulse" data-wow-duration="1s" data-wow-offset="400">
<img class="img-circle" src="images/leah.jpg" width="200" height="200" alt="Leah Culver" />
<h3>Leah Culver</h3>
<p>This Is Amazing Hacker Woman With A Much Knowledge In Hacking Systems</p>
<i class="fa fa-google-plus fa-lg"></i>
<i class="fa fa-facebook fa-lg"></i>
<i class="fa fa-twitter fa-lg"></i>
<i class="fa fa-youtube fa-lg"></i>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="person wow pulse" data-wow-duration="1s" data-wow-offset="400">
<img class="img-circle" src="images/steve.jpg" width="200" height="200" alt="Steve Jobs" />
<h3>Steve Jobs</h3>
<p>This Is The Man Who Change The World With His Apple Products</p>
<i class="fa fa-google-plus fa-lg"></i>
<i class="fa fa-facebook fa-lg"></i>
<i class="fa fa-twitter fa-lg"></i>
<i class="fa fa-youtube fa-lg"></i>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="person wow pulse" data-wow-duration="1s" data-wow-offset="400">
<img class="img-circle" src="images/marissa.jpg" width="200" height="200" alt="Marissa Mayer" />
<h3>Marissa Mayer</h3>
<p>This Is Amazing Hacker Woman With A Much Knowledge In Hacking Systems</p>
<i class="fa fa-google-plus fa-lg"></i>
<i class="fa fa-facebook fa-lg"></i>
<i class="fa fa-twitter fa-lg"></i>
<i class="fa fa-youtube fa-lg"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Section Our Team -->
<!-- Start Section Subscribe -->
<section class="subscribe text-center wow fadeInUp" data-wow-duration="1s" data-wow-offset="200">
<div class="container">
<h2 class="h1">Keep In Touch</h2>
<p class="lead">Sign Up For Newsletter Dont Worry About Spam We Hate It Too.</p>
<form class="form-inline">
<input class="form-control input-lg" type="text" placeholder="Write Your Email">
<button class="btn btn-danger btn-lg"><i class="fa fa-edit fa-lg"></i> Subscribe</button>
</form>
</div>
</section>
<!-- End Section Subscribe -->
<!-- Start Section Stats -->
<section class="statistics text-center">
<div class="data">
<div class="container">
<h2 class="h1">Our Main Statistics</h2>
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="stats">
<i class="fa fa-users fa-5x"></i>
<p>9,550</p>
<span>Satisfied Users</span>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="stats">
<i class="fa fa-comments fa-5x"></i>
<p>25,600</p>
<span>Posted Comments</span>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="stats">
<i class="fa fa-suitcase fa-5x"></i>
<p>3,260</p>
<span>Projects Done</span>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="stats">
<i class="fa fa-support fa-5x"></i>
<p>95,350</p>
<span>Tickets Archieved</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Section Stats -->
<!-- Start Section Our Skills -->
<section class="our-skills">
<div class="container">
<h2 class="text-center h1">Our Skills</h2>
<div class="row">
<!-- Start Progress Skills -->
<div class="col-md-5">
<div class="skills-progress">
<div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width:80%">
Html5 / Css3
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width:90%">
PHP / MySQL
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width:70%">
Javascript / jQuery
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100" style="width:95%">
Wordpress
</div>
</div>
</div>
</div>
<!-- End Progress Skills -->
<!-- Start Team Info -->
<div class="col-md-6 col-md-offset-1">
<div class="skills-info">
<h3>About The Team</h3>
<p class="lead">We Are Specialised Desiging And Programming Team Passionate About Web Design And Creatin Digital Ideas We Will Transfer Your Idea To A Digital Dream And Make Your Wish Come True</p>
<button type="button" class="btn btn-primary">Talk With A Professional</button>
</div>
</div>
<!-- End Team Info -->
</div>
</div>
</section>
<!-- End Section Our Skills -->
<!-- Start Section Contact Us -->
<section class="contact-us text-center">
<div class="fields">
<div class="container">
<div class="row">
<i class="fa fa-headphones fa-5x"></i>
<h2 class="h1">Tell Us What You Fell</h2>
<p class="lead">Feel Free To Contact Us Anytime</p>
<!-- Start Contact Form -->
<form role="form">
<div class="col-md-6 wow bounceInLeft" data-wow-duration="1s" data-wow-offset="400">
<div class="form-group">
<input type="text" class="form-control input-lg" placeholder="Username">
</div>
<div class="form-group">
<input type="text" class="form-control input-lg" placeholder="Email">
</div>
<div class="form-group">
<input type="text" class="form-control input-lg" placeholder="Cell Phone">
</div>
</div>
<div class="col-md-6 wow bounceInRight" data-wow-duration="1s" data-wow-offset="400">
<div class="form-group">
<textarea class="form-control input-lg" placeholder="Your Message"></textarea>
</div>
<button type="button" class="btn btn-danger btn-lg btn-block">Contact Us</button>
</div>
</form>
<!-- End Contact Form -->
</div>
</div>
</div>
</section>
<!-- End Section Contact Us -->
<!-- Start Section Our Clients -->
<div class="our-clients">
<div class="container">
<div class="row">
<ul class="list-unstyled">
<li class="col-md-2 col-xs-4">
<img class="img-responsive center-block wow bounceIn" src="images/our-clients/bbc.png" width="126" height="28" alt="BBC" data-wow-duration=".5s" data-wow-offset="200" data-wow-delay=".5s" />
</li>
<li class="col-md-2 col-xs-4">
<img class="img-responsive center-block wow bounceIn" src="images/our-clients/cnn.png" width="126" height="28" alt="CNN" data-wow-duration=".5s" data-wow-offset="200" data-wow-delay="1s" />
</li>
<li class="col-md-2 col-xs-4">
<img class="img-responsive center-block wow bounceIn" src="images/our-clients/forbes.png" width="126" height="28" alt="Forbes" data-wow-duration=".5s" data-wow-offset="200" data-wow-delay="1.5s" />
</li>
<li class="col-md-2 col-xs-4">
<img class="img-responsive center-block wow bounceIn" src="images/our-clients/wired.png" width="126" height="28" alt="Wired" data-wow-duration=".5s" data-wow-offset="200" data-wow-delay="2s" />
</li>
<li class="col-md-2 col-xs-4">
<img class="img-responsive center-block wow bounceIn" src="images/our-clients/wsj.png" width="126" height="28" alt="WSJ" data-wow-duration=".5s" data-wow-offset="200" data-wow-delay="2.5s" />
</li>
<li class="col-md-2 col-xs-4">
<img class="img-responsive center-block wow bounceIn" src="images/our-clients/techradar.png" width="126" height="28" alt="Tech Radar" data-wow-duration=".5s" data-wow-offset="200" data-wow-delay="3s" />
</li>
</ul>
</div>
</div>
</div>
<!-- End Section Our Clients -->
<!-- Start Ultimate Footer Section -->
<section class="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6">
<h3>Sitemap</h3>
<ul class="list-unstyled three-columns">
<li>Home</li>
<li>About</li>
<li>Company</li>
<li>Code</li>
<li>Design</li>
<li>Host</li>
<li>Solutions</li>
<li>Sitemap</li>
<li>Contact</li>
</ul>
<ul class="list-unstyled social-list">
<li><img src="images/social-bookmarks/facebook.png" width="48" height="48" alt="Facebook" /></li>
<li><img src="images/social-bookmarks/gplus.png" width="48" height="48" alt="Google Plus" /></li>
<li><img src="images/social-bookmarks/twitter.png" width="48" height="48" alt="Twitter" /></li>
<li><img src="images/social-bookmarks/pinterest.png" width="48" height="48" alt="Pinterest" /></li>
<li><img src="images/social-bookmarks/rss.png" width="48" height="48" alt="Rss" /></li>
<li><img src="images/social-bookmarks/email.png" width="48" height="48" alt="Email" /></li>
</ul>
</div>
<div class="col-lg-4 col-md-6">
<h3>Latest Articles</h3>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="images/articles/01.jpg" width="64" height="64" alt="Image 01" />
</a>
<div class="media-body">
<h4 class="media-heading">
Programming
</h4>
This Is Some Text About Programming Describe The Media Of Bootstrap 3.2.0
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="images/articles/02.jpg" width="64" height="64" alt="Image 02" />
</a>
<div class="media-body">
<h4 class="media-heading">
Coding
</h4>
This Is Some Text About Programming Describe The Media Of Bootstrap 3.2.0
</div>
</div>
<div class="media">
<a class="pull-left" href="#">
<img class="media-object" src="images/articles/03.jpg" width="64" height="64" alt="Image 03" />
</a>
<div class="media-body">
<h4 class="media-heading">
Web Design
</h4>
This Is Some Text About Programming Describe The Media Of Bootstrap 3.2.0
</div>
</div>
</div>
<div class="col-lg-4">
<h3>Our Awesome Work</h3>
<img class="img-thumbnail" src="images/work/01.jpg" width="150" height="100" alt="Image 01" />
<img class="img-thumbnail" src="images/work/02.jpg" width="150" height="100" alt="Image 02" />
<img class="img-thumbnail" src="images/work/03.jpg" width="150" height="100" alt="Image 03" />
<img class="img-thumbnail" src="images/work/04.jpg" width="150" height="100" alt="Image 04" />
</div>
</div>
</div>
<div class="copyright text-center">
Copyright © 2014 <span>Your Template Name</span> .Inc
</div>
</section>
<!-- End Ultimate Footer Section -->
<!-- Start Section Loading -->
<div class="loading-overlay">
<div class="spinner">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
<!-- End Section Loading -->
<!-- Start Scroll To Top -->
<div id="scroll-top">
<i class="fa fa-chevron-up fa-3x"></i>
</div>
<!-- End Scroll To Top -->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/wow.min.js"></script>
<script>new WOW().init();</script>
<script src="js/jquery.nicescroll.min.js"></script>
</body>
</html>