-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
754 lines (640 loc) · 31.9 KB
/
index.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
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
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
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap Course</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/media.css">
<link rel="stylesheet" href="css/defult-theme.css">
<link rel="stylesheet" href="css/hover-min.css">
<link rel="stylesheet" href="css/animate.css">
<script src="js/html5shiv.min.js"></script> <!-- this for enternet explorel to understand tha html5 component -->
<script src="js/respond.min.js"></script>
</head>
<body>
<!-- start tool box section -->
<section class="option-box">
<div class="color-option">
<h4>Color Option</h4>
<ul class="list-unstyled">
<li data-value="css/defult-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-2x gear-check"></i>
</section>
<!-- end tool box section -->
<!-- start navbar -->
<nav class="navbar navbar-default navbar-inverse navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<!-- this button using for mobile sceen -->
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<!-- this is the shape of button when the screen become small -->
<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 grow-rotate" href="#">Paradise<span> Jannah</span></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Company</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Service
<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Programming</a></li>
<li><a href="#">Web Design</a></li>
<li><a href="#">Desktop</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Web Hosting</a></li>
</ul>
</li>
<li><a href="#">Map</a></li>
<li><a href="#">Concat</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- end of .container -->
</nav>
<!-- end navbar -->
<!-- start carousel-->
<div id="mySlide" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators hidden-xs">
<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>
<!-- Wrapper for slides -->
<div class="carousel-inner first" role="listbox">
<div class="item active">
<img src="images/1mareDrept-societar.jpg" alt="img1">
<div class="carousel-caption hidden-xs">
<h1>Programming</h1>
<p class="lead">Carousels require the use of an id on the outermost container (the .carousel) for carousel controls to function properly. When adding multiple carousels, or when changing a carousel's id, be sure to update the relevant controls.</p>
</div>
</div>
<div class="item">
<img src="images/37110132-Business-man-sitting-at-white-table-with-hand-drawn-graph-charts-Stock-Photo.jpg" alt="img2">
<div class="carousel-caption hidden-xs">
<h1>Web Design</h1>
<p class="lead">
Carousels require the use of an id on the outermost container (the .carousel)
for carousel controls to function properly. When adding multiple carousels,
or when changing a carousel's id, be sure to update the relevant controls.
</p>
</div>
</div>
<div class="item">
<img src="images/54368405-Businessman-shooting-another-man-with-word-savings-isolated-on-white-background-Stock-Photo.jpg" alt="img3">
<div class="carousel-caption hidden-xs">
<h1>Desktop</h1>
<p class="lead">
Carousels require the use of an id on the outermost container (the .carousel)
for carousel controls to function properly. When adding multiple carousels,
or when changing a carousel's id, be sure to update the relevant controls.
</p>
</div>
</div>
<div class="item">
<img src="images/56711370-Handcuffs-white-collar-crime-arrest-Business-boss-on-chair-Stock-Photo.jpg" alt="img4">
<div class="carousel-caption hidden-xs">
<h1>Web Design</h1>
<p class="lead">
Carousels require the use of an id on the outermost container (the .carousel)
for carousel controls to function properly. When adding multiple carousels,
or when changing a carousel's id, be sure to update the relevant controls.
</p>
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#mySlide" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#mySlide" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- end carousel-->
<!-- start section about -->
<section class="about text-center wow bounceIn" data-wow-duration="5s" data-wow-delay="0.1s" data-wow-offset="150" data-wow-iteration="3" >
<div class="container">
<h1 class="hidden-xs">Meet Our New Template <span> Paradais Jannah </span> </h1>
<h3 class="visible-xs hidden-lg">Meet Our New Template <span> Paradais Jannah</span> </h3>
<p class="lead">hello let me introduce our new template created with<strong>bootstrap</strong> </p>
</div>
</section>
<!-- end section about -->
<!-- start section Featuers -->
<section class="features text-center">
<div class="container">
<h1>Our Features</h1>
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="feat grow-rotate wow bounceInLeft" data-wow-duration="2s" data-wow-offset="200">
<span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
<h4>100% response</h4>
<p>
Lorem ipsum dolor sit amet, ea doming until epicuri iudicabit nam, te usu virtute placerat.
Purto brute disputando cu est.
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="feat buzz-out wow bounceInUp" data-wow-duration="2s" data-wow-offset="200">
<span class="glyphicon glyphicon-thumbs-up" aria-hidden="true"></span>
<h4>Reatina Realy</h4>
<p>
Lorem ipsum dolor sit amet, ea doming until epicuri iudicabit nam, te usu virtute placerat.
Purto brute disputando cu est.
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="feat wow bounceInDown" data-wow-duration="2s" data-wow-offset="200">
<span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span>
<h4>Awosome Display </h4>
<p>
Lorem ipsum dolor sit amet, ea doming until epicuri iudicabit nam, te usu virtute placerat.
Purto brute disputando cu est.
</p>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="feat wow bounceInRight" data-wow-duration="2s" data-wow-offset="200">
<span class="glyphicon glyphicon-pencil" aria-hidden="true"></span>
<h3>Well Decumented</h3>
<p>
Lorem ipsum dolor sit amet, ea doming until epicuri iudicabit nam, te usu virtute placerat.
Purto brute disputando cu est.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- end section Featuers -->
<!-- start Testimonials sections-->
<section class="testimonials text-center wow flipInY" data-wow-duration="1s" data-wow-offset="300">
<div class="container">
<h1>What our clients Say ? </h1>
<!-- start Testimonials carousel-->
<div id="carousel-testimonials" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<p class="lead">Carousels require the use of an id on the outermost container
(the .carousel) for carousel controls to function properly. When adding multiple
carousels, or when changing a carousel's id, be sure to update the relevant controls.
</p>
<span>Asmaa Albaik</span>
</div>
<div class="item">
<p class="lead">
Carousels require the use of an id on the outermost container (the .carousel)
for carousel controls to function properly. When adding multiple carousels, or when changing
a carousel's id, be sure to update the relevant controls.
</p>
<span>Nisreen Albaik</span>
</div>
<div class="item">
<p class="lead">
Carousels require the use of an id on the outermost container (the .carousel)
for carousel controls to function properly. When adding multiple carousels, or when changing
a carousel's id, be sure to update the relevant controls.
</p>
<span>Huda Albaik</span>
</div>
<div class="item">
<p class="lead">
Carousels require the use of an id on the outermost container (the .carousel) for carousel
controls to function properly. When adding multiple carousels, or when changing a carousel's id,
be sure to update the relevant controls.
</p>
<span>Hussam Albaik</span>
</div>
</div>
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-testimonials" data-slide-to="0" class="active">
<img src="images/3a9bdd452ff107dd46c8f13be9596dd6.jpg" class="img-responsive">
</li>
<li data-target="#carousel-testimonials" data-slide-to="1">
<img src="images/400_F_40866758_TmLZmR6reCSJLypbxf15XfefYKMJWwGq.jpg" class="img-responsive"></li>
<li data-target="#carousel-testimonials" data-slide-to="2">
<img src="images/stock-vector-vector-avatar-portrait-i-have-more-like-this-35373061.jpg" class="img-responsive" ></li>
<li data-target="#carousel-testimonials" data-slide-to="3">
<img src="images/3a9bdd452ff107dd46c8f13be9596dd6.jpg" class="img-responsive"></li>
</ol>
</div>
<!-- end Testimonials carousel-->
</div>
</section>
<!-- end Testimonials sections-->
<!-- start section price table -->
<section class="price-table text-center">
<div class="container">
<h1>Our Amazing Prices</h1>
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="price-box wow fadeInDown" data-wow-duration="2s" data-wow-offset="300">
<h2 class="text-primary">Hosting</h2>
<p class="center-block">$40</p>
<ul class="list-unstyled">
<li>Space: 30GB</li>
<li>Emalls: 20</li>
<li>Ips: 2 ip</li>
<li>DataBase: 20</li>
<li>Ftp Acount: 5</li>
</ul>
<a href="#" class="btn btn-primary">Order Now</a>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="price-box wow fadeInUp" data-wow-duration="2s" data-wow-offset="300">
<h2 class="text-success">Vps</h2>
<p class="center-block">$50</p>
<ul class="list-unstyled">
<li>Space: 50GB</li>
<li>Emalls: 30</li>
<li>Ips: 5 ip</li>
<li>DataBase: 20</li>
<li>Ftp Acount: 10</li>
</ul>
<a href="#" class="btn btn-success">Order Now</a>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="price-box wow fadeInDown" data-wow-duration="2s" data-wow-offset="300">
<h2 class="text-info">Dedicated</h2>
<p class="center-block">$70</p>
<ul class="list-unstyled">
<li>Space: 80GB</li>
<li>Emalls: 40</li>
<li>Ips: 8 ip</li>
<li>DataBase: 30</li>
<li>Ftp Acount: 20</li>
</ul>
<a href="#" class="btn btn-info">Order Now</a>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="price-box wow fadeInUp" data-wow-duration="2s" data-wow-offset="300">
<h2 class="text-danger">Cloud</h2>
<p class="center-block">$90</p>
<ul class="list-unstyled">
<li>Space: 90GB</li>
<li>Emalls: 50</li>
<li>Ips: 10 ip</li>
<li>DataBase: 50</li>
<li>Ftp Acount: 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">
<h1> Meat Our Awesome Team</h1>
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="persone wow pulse" data-wow-duration="2s" data-wow-offset="400">
<img class="img-circle" src="images/df.jpg" alt="ste">
<h3>steve Jobs</h3>
<p>Steven Paul Jobs (/ˈdʒɒbz/; February 24, 1955 – October 5, 2011) was an American entrepreneur, businessman</p>
<i class="fa fa-google-plus-square fa-2x" aria-hidden="true"></i>
<i class="fa fa-facebook-square fa-2x" aria-hidden="true"></i>
<i class="fa fa-twitter-square fa-2x" aria-hidden="true"></i>
<i class="fa fa-youtube-square fa-2x" aria-hidden="true"></i>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="persone wow pulse" data-wow-duration="2s" data-wow-offset="400">
<img class="img-circle" src="images/km.jpg" alt="ste">
<h3>steve Jobs</h3>
<p>Steven Paul Jobs (/ˈdʒɒbz/; February 24, 1955 – October 5, 2011) was an American entrepreneur, businessman</p>
<i class="fa fa-google-plus-square fa-2x" aria-hidden="true"></i>
<i class="fa fa-facebook-square fa-2x" aria-hidden="true"></i>
<i class="fa fa-twitter-square fa-2x" aria-hidden="true"></i>
<i class="fa fa-youtube-square fa-2x" aria-hidden="true"></i>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="persone wow pulse" data-wow-duration="2s" data-wow-offset="400">
<img class="img-circle" src="images/leah.jpg" alt="ste">
<h3>steve Jobs</h3>
<p>Steven Paul Jobs (/ˈdʒɒbz/; February 24, 1955 – October 5, 2011) was an American entrepreneur, businessman</p>
<i class="fa fa-google-plus-square fa-2x" aria-hidden="true"></i>
<i class="fa fa-facebook-square fa-2x" aria-hidden="true"></i>
<i class="fa fa-twitter-square fa-2x" aria-hidden="true"></i>
<i class="fa fa-youtube-square fa-2x" aria-hidden="true"></i>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="persone wow pulse" data-wow-duration="2s" data-wow-offset="400">
<img class="img-circle" src="images/stevejobsaviation.jpg" alt="ste">
<h3>steve Jobs</h3>
<p>Steven Paul Jobs (/ˈdʒɒbz/; February 24, 1955 – October 5, 2011) was an American entrepreneur, businessman</p>
<i class="fa fa-google-plus-square fa-2x" aria-hidden="true"></i>
<i class="fa fa-facebook-square fa-2x" aria-hidden="true"></i>
<i class="fa fa-twitter-square fa-2x" aria-hidden="true"></i>
<i class="fa fa-youtube-square fa-2x" aria-hidden="true"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end section our team -->
<!-- start section Subscribe-->
<section class="subscribe text-center">
<div class="container">
<h1>Keep in touch</h1>
<p class="lead"> sign up for new letter 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">
<h1>Our Statistics </h1>
<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.500</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.200</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 Archived</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end section stats-->
<!-- start section our skills-->
<section class="our-skills ">
<div class="container">
<h1 class="text-center">Our Skills</h1>
<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="70"
aria-valuemin="0" aria-valuemax="100" style="width:90%">
html5/css3
</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%">
PHP/MYSQL
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="70"
aria-valuemin="0" aria-valuemax="100" style="width:80%">
javascript/JQuery
</div>
</div>
<div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="70"
aria-valuemin="0" aria-valuemax="100" style="width:40%">
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>we are special designing and programing team we are special designing and programing team
we are special designing and programing team</p>
<button type="button" class="btn btn-primary">talk with professinal</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>
<h1> Tell us what you feel</h1>
<p class="lead">feel free to contact us any time </p>
<!-- start contact form-->
<form role="form">
<div class="col-md-6 wow bounceInLeft " data-wow-duration="2s" data-wow-offset="200">
<div class="form-group">
<input class="form-control input-lg" type="text" placeholder="UserName" >
</div>
<div class="form-group">
<input class="form-control input-lg" type="text" placeholder="Email">
</div>
<div class="form-group">
<input class="form-control input-lg" type="text" placeholder="ceillPhone">
</div>
</div>
<div class="col-md-6 wow bounceInRight " data-wow-duration="2s" data-wow-offset="200">
<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 cleints-->
<section class="our-clients">
<div class="container">
<div class="row">
<ul class="list-unstayled">
<li class="col-md-2 col-xs-4">
<img class="img-responsive center-block"src="images/client/autoguide_news.gif">
</li>
<li class="col-md-2 col-xs-4">
<img class="img-responsive center-block"src="images/client/logo-rev.f458b9c9e53d.png">
</li>
<li class="col-md-2 col-xs-4">
<img class="img-responsive center-block"src="images/client/opplanet-holosun-2016-logo.png">
</li>
<li class="col-md-2 col-xs-4">
<img class="img-responsive center-block"src="images/client/xhunters-logo-small-new.png.pagespeed.ic.mhU75HDSmr.png">
</li>
<li class="col-md-2 col-xs-4">
<img class="img-responsive center-block"src="images/client/autoguide_news.gif">
</li>
<li class="col-md-2 col-xs-4">
<img class="img-responsive center-block"src="images/client/logo-rev.f458b9c9e53d.png">
</li>
</ul>
</div>
</div>
</section>
<!-- end section our cleints-->
<!-- start 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>service</li>
<li>company</li>
<li>Code</li>
<li>Design</li>
<li>Solution</li>
<li>Host</li>
<li>SiteMap</li>
<li>Contact Us</li>
</ul>
<ul class="list-unstyled social-list">
<li><img src="images/icons/if_facebook_circle_color_107175.png" alt="facebook"></li>
<li><img src="images/icons/if_Email_483486.png" alt="email"></li>
<li><img src="images/icons/if_googleplus_google_plus_social_616451.png" alt="google"></li>
<li><img src="images/icons/if_pinterest_1220355.png" alt="pinterst"></li>
<li><img src="images/icons/if_Twitter_UI-17_2310219.png" alt="twitter"></li>
<li><img src="images/icons/if_RSS_2062087.png" alt="rss"></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 ">
<h3>latest-Articles</h3>
<div class="media">
<div class="media-left">
<a class="" href="#">
<img class="media-object" src="images/articles/if_articles-g_86089.png" alt="...">
</a>
<div class="media-body">
<h4 class="media-heading">Programming</h4>
this is some text about programming Descripe the media of bootstrap
</div>
</div>
</div>
<div class="media">
<div class="media-left">
<a class="" href="#">
<img class="media-object" src="images/articles/if_articles-o_86091.png" alt="...">
</a>
<div class="media-body">
<h4 class="media-heading">Programming</h4>
this is some text about programming Descripe the media of bootstrap
</div>
</div>
</div>
<div class="media">
<div class="media-left">
<a class="" href="#">
<img class="media-object" src="images/articles/if_articles-y_86092.png" alt="...">
</a>
<div class="media-body">
<h4 class="media-heading">Programming</h4>
this is some text about programming Descripe the media of bootstrap
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<h3>Our Awesome Work</h3>
<img class="img-thumbnail" src="images/work/186270000.jpg" alt="img1">
<img class="img-thumbnail" src="images/work/remote-work.women_.jpg" alt="img2">
<img class="img-thumbnail"src="images/work/Socializing_to_Success_150X100.jpg" alt="img3">
<img class="img-thumbnail"src="images/work/Towards-Localisation-Work-Opportunities-From-Home-1.jpg" alt="">
</div>
</div>
</div>
<div class="copy-right text-center">
copy right © 2017 <span>your template name</span> .Inc
</div>
</section>
<!-- end footer section -->
<!-- start loading section -->
<section class="loading-overlay">
<div class="sk-fading-circle">
<div class="sk-circle1 sk-circle"></div>
<div class="sk-circle2 sk-circle"></div>
<div class="sk-circle3 sk-circle"></div>
<div class="sk-circle4 sk-circle"></div>
<div class="sk-circle5 sk-circle"></div>
<div class="sk-circle6 sk-circle"></div>
<div class="sk-circle7 sk-circle"></div>
<div class="sk-circle8 sk-circle"></div>
<div class="sk-circle9 sk-circle"></div>
<div class="sk-circle10 sk-circle"></div>
<div class="sk-circle11 sk-circle"></div>
<div class="sk-circle12 sk-circle"></div>
</div>
</section>
<!-- end loading section -->
<!-- start scroll to top section -->
<div id="scroll-top">
<i class="fa fa-chevron-up fa-2x"></i>
</div>
<!-- end scroll to top section -->
<script src="js/jquery-3.2.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>