-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
697 lines (638 loc) · 32.6 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
<!DOCTYPE html>
<html lang="zxx">
<head>
<title></title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<meta name="keywords" content="CROSSROADS Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script>
addEventListener("load", function() {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<!-- //Meta tag Keywords -->
<!-- Custom-Files -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Bootstrap-Core-CSS -->
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- Style-CSS -->
<!-- font-awesome-icons -->
<link href="css/font-awesome.css" rel="stylesheet">
<!-- //font-awesome-icons -->
<!-- /Fonts -->
<link href="//fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800" rel="stylesheet">
<!-- //Fonts -->
</head>
<body>
<!-- mian-content -->
<div class="main-content" id="home">
<!-- header -->
<header class="header">
<div class="container">
<!-- nav -->
<nav class="py-3">
<div id="logo">
<h1> <a class="navbar-brand" href="index.html">CROSS<span class="redtext">ROADS</span></a>
</h1>
</div>
<label for="drop" class="toggle">Menu</label>
<input type="checkbox" id="drop" />
<ul class="menu mt-2">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="dropdown">
<!-- First Tier Drop Down -->
<label for="drop-2" class="toggle">Drop Down <span class="fa fa-angle-down" aria-hidden="true"></span> </label>
<a href="#">More Info <span class="fa fa-angle-down" aria-hidden="true"></span></a>
<input type="checkbox" id="drop-2" />
<ul>
<li><a href="Programs.html">Programs</a>
</li>
<li><a href="gallery.html">Gallery</a>
</li>
<li><a href="Programs.html">Services</a>
</li>
</ul>
</li>
<li><a href="contact.html">Contact</a>
</li>
</ul>
</nav>
<!-- //nav -->
</div>
</header>
<!-- //header -->
<!-- banner -->
<section class="banner">
<div class="container">
<div class="row banner-grids">
<div class="col-lg-6 banner-info-w3ls">
<h2>Study with crossroads
</h2>
<h3 class="mb-3"></h3>
<p class="mb-4">100k coding challange is an initiative by Team crossroads to teach programming in the simplest possible manner to 1 lakh students across kerala completely FREE of cost
</p>
<a href="about.html" class="btn">Read More</a>
</div>
</div>
</div>
</section>
<!-- //banner -->
</div>
<!--/ab -->
<section class="about py-lg-5 py-md-5 py-5">
<div class="container">
<div class="inner-sec-w3pvt py-lg-5 py-3">
<h3 class="tittle text-center mb-lg-5 mb-3 px-lg-5">Study Programming Language With Us. </h3>
<div class="feature-grids row mt-3 mb-lg-5 mb-3 mt-lg-5 text-center">
<div class="col-lg-4" data-aos="fade-up">
<div class="bottom-gd px-3">
<div class="img-r">
<img src="images/HTML5.png" alt="html-logo" class="img-fluidimage6">
</div>
<h3 class="my-4"> HTML</h3>
<p>(Hyper Text Markup Language) is the most basic building block of the web. It defines the meaning and structure of web content
.</p>
</div>
</div>
<div class="col-lg-4" data-aos="fade-up">
<div class="bottom-gd2-active px-3">
<div class="img-r">
<img src="images/css.jpeg" alt="html-logo" class="img-fluidimage6">
</div>
<h3 class="my-4"> CSS </h3>
<p>Cascading style sheet (CSS)is a simple mechanisam for adding style to web documents. These pages contain information on how to learn and use CSS and on available software.</p>
</div>
</div>
<div class="col-lg-4" data-aos="fade-up">
<div class="bottom-gd px-3">
<div class="img-r">
<img src="images/java.png" alt="html-logo" class="img-fluidimage6">
</div>
<h3 class="my-4">Javascript</h3>
<p>Javascript is a programming languge.It was originally developed by netscape as a means to add dynamic and interactive elements to websites.</p>
</div>
</div>
</div>
<div class="fetured-info pt-lg-5">
<div class="row fetured-sec mt-lg-5 mt-3">
<div class="col-lg-6 p-0">
<div class="img-effect">
<img src="images/TEAM EDITING.jpg" alt="" class="img-fluid image1">
</div>
</div>
<div class="col-lg-6 serv_bottom feature-grids pl-lg-5">
<div class="featured-left text-left">
<div class="bottom-gd px-3">
<div class="img-r">
<img src="images/jQuery.png" alt="html-logo" class="img-fluidimage6">
</div>
<h3 class="my-4"> JQuery </h3>
<p>jQuery is a lightweight,"write less,do more",Javascript library.The purpose of jQuery is to make it much easier to use Javascript on your website.</p>
</div>
<div class="bottom-gd fea active p-4" data-aos="fade-left">
<div class="img-r">
<img src="images/Bootstrap.png" alt="html-logo" class="img-fluidimage6">
</div>
<h3 class="my-3 "> Bootstrap </h3>
<p>Bootstrap is a framework to help you design websites faster and easier. It includes HTML and CSS based design templates. It also gives you support for javascript plugins.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //services -->
</section>
<!-- //ab -->
<!--/counter-->
<section class="hand-crafted py-5">
<div class="container py-lg-5">
<div class="row1 accord-info">
<div class="text-center">
<h3 class="mb-md-5 tittle">ABOUT CROSSROADS</h3>
<P>Founded in 2019 by Nikhil Kilivayil,our goal is to impact students across krala through value, entertinment and actionable steps. we are the #1 channel for student who are looking to build a good career in the teach industry because of the best of the best contents we put out for you.
</P>
</div>
</div>
</div>
</section>
<!--//counter-->
<!--//team -->
<section class="banner-bottom py-lg-5 py-4">
<div class="container">
<div class="inner-sec-w3pvt speak">
<h3 class="tittle text-center my-lg-5 my-3">Our Team</h3>
<div class="row mt-lg-5 mt-4">
<div class="col-md-4 team-gd text-center">
<div class="team-img mb-4">
<img src="images/team1.jpg" class="img-fluid" alt=""style="height: 18em;" >
</div>
<div class="team-info">
<h3 class="mt-md-4 mt-3"><span class="sub-tittle-team">Teacher</span> Nikhil Kilivayil </h3>
<p> crossroads has been the software industry since the 2019.</p>
<ul class="top-right-info text-center mt-md-4 mt-3">
<li class="mr-1">
<a href="#">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-twitter"></span>
</a>
</li>
<li class="mx-1">
<a href="#">
<span class="fa fa-google-plus"></span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4 team-gd second text-center">
<div class="team-img mb-4">
<img src="images/team4.JPG" class="img-fluid" alt="" style="height: 18em;">
</div>
<div class="team-info">
<h3 class="mt-md-4 mt-3"><span class="sub-tittle-team"> Teacher </span> Sonu </h3>
<p> crossroads has been the software industry since the 2019.</p>
<ul class="top-right-info text-center mt-md-4 mt-3">
<li class="mr-1">
<a href="#">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-twitter"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-dribbble"></span>
</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4 team-gd text-center">
<div class="team-img mb-4">
<img src="images/team5.JPG" class="img-fluid" alt="" style="height: 18em;">
</div>
<div class="team-info">
<h3 class="mt-md-4 mt-3"><span class="sub-tittle-team"> Head Of Marketing AND Editor</span> Muhammed Faizal AND Dhilshad </h3>
<p> crossroads has been the software industry since the 2019.</p>
<ul class="top-right-info text-center mt-md-4 mt-3">
<li class="mr-1">
<a href="#">
<span class="fa fa-facebook-f"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-twitter"></span>
</a>
</li>
<li class="mx-1">
<a href="#">
<span class="fa fa-google-plus"></span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!--//team -->
<!-- portfolio -->
<section class="portfolio-flyer py-5" id="gallery">
<div class="container pt-lg-3 pb-md-5">
<h3 class="tittle text-center my-lg-5 my-3">Our Recent Class</h3>
<div class="row news-grids pb-lg-5 mt-3 mt-lg-5">
<div class="col-lg-4 gal-img">
<div class="gal-info">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/B-AnAQnNkSk" allowfullscreen></iframe>
</div>
<div class="property-info-list">
<div class="detail">
<h4 class="title">
<a href="about.html">HTML</a>
</h4>
<div class="location mt-2">
<a href="about.html">
<span class="far fa-address-book"></span> Basic Tags,Table,Lests
</a>
</div>
<ul class="facilities-list clearfix">
<li>
<span class="fa fa-clock-o"></span> 48.45min
</li>
<li>
<span class="fa fa-clock-o"></span> 22/2020
</li>
</ul>
</div>
<div class="footer-properties">
<a class="admin" href="#">
<span class="fa fa-user"></span> Nikhil Kilivayil AND Sonu
</a>
<span class="year text-right"> <span class="fa fa-calendar"></span> April</span>
</div>
</div>
</div>
</div>
<div class="col-lg-4 gal-img">
<div class="gal-info">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/o1HYsdwvFEI" allowfullscreen></iframe>
</div>
<div class="property-info-list">
<div class="detail">
<h4 class="title">
<a href="about.html">HTML</a>
</h4>
<div class="location mt-2">
<a href="about.html">
<span class="far fa-address-book"></span> From,Video,Audio
</a>
</div>
<ul class="facilities-list clearfix">
<li>
<span class="fa fa-clock-o"></span> 28.07min
</li>
<li>
<span class="fa fa-clock-o"></span> 23/2020
</li>
</ul>
</div>
<div class="footer-properties">
<a class="admin" href="#">
<span class="fa fa-user"></span> Nikhil Kilivayil AND Sonu
</a>
<span class="year text-right"> <span class="fa fa-calendar"></span> April</span>
ago
</div>
</div>
</div>
</div>
<div class="col-lg-4 gal-img">
<div class="gal-info">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/S0qIiXs3MeE" allowfullscreen></iframe>
</div>
<div class="property-info-list">
<div class="detail">
<h4 class="title">
<a href="about.html">CSS</a>
</h4>
<div class="location mt-2">
<a href="about.html">
<span class="far fa-address-book"></span> Fundamentals Of CSS
</a>
</div>
<ul class="facilities-list clearfix">
<li>
<span class="fa fa-clock-o"></span> 1:06:53min
</li>
<li>
<span class="fa fa-clock-o"></span> 24/2020
</li>
</ul>
</div>
<div class="footer-properties">
<a class="admin" href="#">
<span class="fa fa-user"></span> Nikhil Kilivayil AND Sonu
</a>
<span class="year text-right"> <span class="fa fa-calendar"></span> April</span>
</div>
</div>
</div>
</div>
<div class="col-lg-4 gal-img mt-lg-4">
<div class="gal-info">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/4g7EG84KC3k" allowfullscreen></iframe>
</div>
<div class="property-info-list">
<div class="detail">
<h4 class="title">
<a href="about.html">Javascript</a>
</h4>
<div class="location mt-2">
<a href="about.html">
<span class="far fa-address-book"></span> Basics Of Javascript
</a>
</div>
<ul class="facilities-list clearfix">
<li>
<span class="fa fa-clock-o"></span> 54:49min
</li>
<li>
<span class="fa fa-clock-o"></span> 25/2020
</li>
</ul>
</div>
<div class="footer-properties">
<a class="admin" href="#">
<span class="fa fa-user"></span> Nikhil Kilivayil AND Sonu
</a>
<span class="year text-right"> <span class="fa fa-calendar"></span>April</span>
</div>
</div>
</div>
</div>
<div class="col-lg-4 gal-img mt-lg-4">
<div class="gal-info">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/7x1J83nXOcY" allowfullscreen></iframe>
</div>
<div class="property-info-list">
<div class="detail">
<h4 class="title">
<a href="about.html">JQuery</a>
</h4>
<div class="location mt-2">
<a href="about.html">
<span class="far fa-address-book"></span> Fundamentals Of JQuery
</a>
</div>
<ul class="facilities-list clearfix">
<li>
<span class="fa fa-clock-o"></span> 1:09:26min
</li>
<li>
<span class="fa fa-clock-o"></span> 26/2020
</li>
</ul>
</div>
<div class="footer-properties">
<a class="admin" href="#">
<span class="fa fa-user"></span> Nikhil Kilivayil AND Sonu
</a>
<span class="year text-right"> <span class="fa fa-calendar"></span> April</span>
</div>
</div>
</div>
</div>
<div class="col-lg-4 gal-img mt-lg-4">
<div class="gal-info">
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/fnTs-daHqyw" allowfullscreen></iframe>
</div>
<div class="property-info-list">
<div class="detail">
<h4 class="title">
<a href="about.html">Bootstrap</a>
</h4>
<div class="location mt-2">
<a href="about.html">
<span class="far fa-address-book"></span> Fundamentals Of Bootstrap
</a>
</div>
<ul class="facilities-list clearfix">
<li>
<span class="fa fa-clock-o"></span> 59:46min
</li>
<li>
<span class="fa fa-clock-o"></span> 27/2020
</li>
</ul>
</div>
<div class="footer-properties">
<a class="admin" href="#">
<span class="fa fa-user"></span> Nikhil Kilivayil AND Sonu
</a>
<span class="year text-right"> <span class="fa fa-calendar"></span> April</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //portfolio -->
<!-- popup-->
<div id="gal1" class="pop-overlay animate">
<div class="popup">
<img src="images/1.jpg" alt="Popup Image" class="img-fluid" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal2" class="pop-overlay animate">
<div class="popup">
<img src="images/2.jpg" alt="Popup Image" class="img-fluid" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal3" class="pop-overlay animate">
<div class="popup">
<img src="images/3.jpg" alt="Popup Image" class="img-fluid" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup3 -->
<!-- popup-->
<div id="gal4" class="pop-overlay animate">
<div class="popup">
<img src="images/4.jpg" alt="Popup Image" class="img-fluid" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal5" class="pop-overlay animate">
<div class="popup">
<img src="images/5.jpg" alt="Popup Image" class="img-fluid" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!-- popup-->
<div id="gal6" class="pop-overlay animate">
<div class="popup">
<img src="images/6.jpg" alt="Popup Image" class="img-fluid" />
<a class="close" href="#gallery">×</a>
</div>
</div>
<!-- //popup -->
<!--//portfolio-->
<!-- /hand-crafted -->
<section class="hand-crafted py-5">
<div class="container py-lg-5">
<div class="row1 accord-info ">
<div class="col-md-12">
<div class="text-center">
<h3 class="mb-md-5 tittle" >ABOUT NIKHIL Kilivayil</h3>
<P>Nikhil is a software Engieer turned Enterpreneur who has 9+ years of work experience in software industry and is now successfully running a software industry and is now successfully running a software consultancy business in calicut</P>
<p class="mt-3"class="text-center">His passion for teaching had led him to start an educational institution where he teaches how to learn for yourself and build a good career in the teach industry
<p>
<p class="mt-3" class="text-center">
Nikhil is also the sitting president and board member of a technical NGO named Ping Foundation which focuses on build open source projects that have social commitments and imparting technical education to the rural youths
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //hand-crafted -->
<!-- testimonials -->
<div class="testimonials py-md-5 py-5">
<div class="container py-xl-5 py-lg-3">
<h3 class="tittle text-center mb-lg-5 mb-3">Our students Say</h3>
<div class="testimonials_grid_w3ls mt-lg-0 mt-4">
<div class="p-md-5 p-4">
<p class="sub-test"><span class="fa fa-quote-left" aria-hidden="true"></span> Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod possimus, omnis voluptas.Integer sit amet mattis quam, sit amet ultricies velit.
</p>
<div class="row mt-4">
<div class="col-3 testi-img-res">
<img src="images/te2.jpg" alt="" class="img-fluid" />
</div>
<div class="col-9 testi_grid mt-xl-3 mt-lg-2 mt-md-4 mt-2">
<h5 class="mb-2">Soluta Nobis</h5>
<p>Libero Tempore</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- //testimonials -->
<!--footer -->
<footer>
<div class="footer_1its py-5">
<div class="container py-md-4">
<div class="row footer-top mb-md-5 mb-4">
<div class="col-lg-4 col-md-6 footer-grid_section_1its" data-aos="fade-right">
<div class="footer-title-w3pvt">
<h3>Address</h3>
</div>
<div class="footer-text">
<p>Address : Crossroads,calicut,kerala</p>
<p>Phone : +12 534894364</p>
<p>Email : <a href="mailto:[email protected]"><[email protected]</a></p>
<p>Fax : +12 534894364</p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-md-0 mt-4 footer-grid_section_1its">
<div class="footer-title-w3pvt">
<h3>Quick Links</h3>
</div>
<div class="row no-gutters">
<ul class="links">
<li><a href="index.html">Home </a></li>
<li><a href="about.html">About </a></li>
<li><a href="Programs.html">Services</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact </a></li>
</ul>
</div>
</div>
<div class="col-lg-4 col-md-12 mt-lg-0 mt-4 col-sm-12 footer-grid_section_1its" data-aos="fade-left">
<div class="footer-title-w3pvt">
<h3>Newsletter</h3>
</div>
<div class="footer-text">
<p>By subscribing to our mailing list you will always get latest news and updates from us.</p>
<form action="#" method="post">
<input type="email" name="Email" placeholder="Enter your email..." required="">
<button class="btn1"><span class="fa fa-paper-plane-o" aria-hidden="true"></span></button>
<div class="clearfix"> </div>
</form>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- //footer -->
<!-- copyright -->
<div class="cpy-right py-3">
<div class="container">
<div class="row no-gutters">
<div class="col-md-8">
<p class="copyright Crossroads">© 2020 Crossroads. All rights reserved | Design by
<a href="Crossroads.com">Crossroads</a>
</p>
</div>
<div class="col-md-4 footer-grid_section">
<ul class="top-right-info">
<li class="mr-1">
<a href="#">
<span class="fa fa-facebook-f"></span></a>
</li>
<li>
<a href="#">
<span class="fa fa-twitter"></span></a>
</li>
<li class="mx-1">
<a href="#">
<span class="fa fa-google-plus"></span></a>
</li>
<li>
<a href="#">
<span class="fa fa-dribbble"></span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- //copyright -->
</body>
</html>