-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
715 lines (620 loc) · 35.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Primary Meta Tags -->
<title>NetX Club</title>
<meta name="title" content="NetX Club">
<meta name="description" content="Welcome to 𝐍𝐞𝐭𝐗 𝐂𝐥𝐮𝐛. 𝘓𝘌𝘈𝘙𝘕 | 𝘋𝘌𝘝𝘌𝘓𝘖𝘗 | 𝘋𝘌𝘗𝘓𝘖𝘠. We are a community of students passionate about growth through learning, primarily focusing on Free and Open Source Software.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.netx.club/">
<meta property="og:title" content="NetX Club">
<meta property="og:description" content="Welcome to 𝐍𝐞𝐭𝐗 𝐂𝐥𝐮𝐛. 𝘓𝘌𝘈𝘙𝘕 | 𝘋𝘌𝘝𝘌𝘓𝘖𝘗 | 𝘋𝘌𝘗𝘓𝘖𝘠. We are a community of students passionate about growth through learning, primarily focusing on Free and Open Source Software.">
<meta property="og:image" content="images/logo.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://www.netx.club/">
<meta property="twitter:title" content="NetX Club">
<meta property="twitter:description" content="Welcome to 𝐍𝐞𝐭𝐗 𝐂𝐥𝐮𝐛. 𝘓𝘌𝘈𝘙𝘕 | 𝘋𝘌𝘝𝘌𝘓𝘖𝘗 | 𝘋𝘌𝘗𝘓𝘖𝘠. We are a community of students passionate about growth through learning, primarily focusing on Free and Open Source Software.">
<meta property="twitter:image" content="images/logo.png">
<!-- Stylesheets -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<script type="text/javascript">
(function() {
var css = document.createElement('link');
css.href = 'https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css';
css.rel = 'stylesheet'; css.type = 'text/css';
document.getElementsByTagName('head')[0].appendChild(css);
})();
</script>
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
<link rel="icon" href="images/favicon.png" type="image/x-icon">
<link href='https://fonts.googleapis.com/css?family=Bungee Shade' rel='stylesheet'>
<!-- Responsive -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!--[if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script><![endif]-->
<!--[if lt IE 9]><script src="js/respond.js"></script><![endif]-->
</head>
<body>
<div class="page-wrapper">
<!-- Preloader -->
<div class="preloader"></div>
<!-- Main Header-->
<header class="main-header header-style-one">
<!--Header-Upper-->
<div class="header-upper">
<div class="auto-container">
<div class="clearfix">
<div class="pull-left logo-box">
<div class="logo">
<a href="index.html"><img src="images/netx/netx-light110x65.png" alt="" title=""></a>
</div>
</div>
<div class="nav-outer clearfix">
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<div class="navbar-header">
<button class="navbar-toggler" onclick="myFunction(this)" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar icon1"></span>
<span class="icon-bar icon2"></span>
<span class="icon-bar icon3"></span>
</button>
</div>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li><a href="#">Home</a></li>
<li><a href="about.html#">About Us</a> </li>
<li><a href="team.html#">Our Team</a></li>
<li><a href="event.html#">Events</a></li>
<!-- <li><a href="#">Blog</a></li> -->
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<!--End Header Upper-->
<!--Sticky Header-->
<div class="sticky-header">
<div class="auto-container clearfix">
<!--Logo-->
<div class="logo pull-left">
<a href="index.html" class="img-responsive"><img src="images/netx/netx-light110x65.png" alt="" title=""></a>
</div>
<!--Right Col-->
<div class="right-col pull-right">
<!-- Main Menu -->
<nav class="main-menu navbar-expand-md">
<button class="navbar-toggler" onclick="myFunction(this)" type="button" data-toggle="collapse" data-target="#navbarSupportedContent1" aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar icon1"></span>
<span class="icon-bar icon2"></span>
<span class="icon-bar icon3"></span>
</button>
<div class="navbar-collapse collapse clearfix" id="navbarSupportedContent1">
<ul class="navigation clearfix">
<li><a href="#">Home</a></li>
<li><a href="about.html#">About Us</a> </li>
<li><a href="team.html#">Our Team</a></li>
<li><a href="event.html#">Events</a></li>
<!-- <li><a href="#">Blog</a></li> -->
</ul>
</div>
</nav>
<!-- Main Menu End-->
</div>
</div>
</div>
<!--End Sticky Header-->
</header>
<!--End Main Header -->
<!-- Banner Section Two -->
<section class="banner-section-two">
<div class="image-layer" style="background-image:url(images/background/5.png)"></div>
<div class="auto-container">
<div class="clearfix">
<div class="content">
<h1>Learn.<br>Develop.<br>Deploy.</h1>
<div class="text">Learning community that would help<br> students to advance and develop <br>in their prefered areas of
interest.
</div>
<a href="about.html#" class="theme-btn btn-style-three">About us <span></a>
</div>
</div>
<div class="image-box">
<figure class="image">
<img src="images/resource/image-3.svg" alt="">
</figure>
</div>
</div>
</section>
<!-- End Banner Section Two -->
<!-- Services Carousel Section -->
<section class="services-carousel-section">
<div class="outer-container">
<div class="big-title">NetX</div>
<div class="five-item-carousel owl-carousel owl-theme">
<!-- Services Block Three -->
<div class="services-block-three">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-www"></span>
</div>
<h5>Full <br> Stack</h5>
</div>
</div>
<!-- Services Block Three -->
<div class="services-block-three">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-code"></span>
</div>
<h5>Web <br> Development</h5>
</div>
</div>
<!-- Services Block Three -->
<div class="services-block-three">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-phone"></span>
</div>
<h5>Android <br> Development</h5>
</div>
</div>
<!-- Services Block Three -->
<div class="services-block-three">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-design"></span>
</div>
<h5>Graphic <br> Designing</h5>
</div>
</div>
<!-- Services Block Three -->
<div class="services-block-three">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-quantum"></span>
</div>
<h5>Quantum <br> Computing</h5>
</div>
</div>
<!-- Services Block Three -->
<div class="services-block-three">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-brain"></span>
</div>
<h5>Artificial <br> Intelligence</h5>
</div>
</div>
<!-- Services Block Three -->
<div class="services-block-three">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-www"></span>
</div>
<h5>Full <br> Stack</h5>
</div>
</div>
<!-- Services Block Three -->
<div class="services-block-three">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-code"></span>
</div>
<h5>Web <br> Development</h5>
</div>
</div>
<!-- Services Block Three -->
<div class="services-block-three">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-phone"></span>
</div>
<h5>Android <br> Development</h5>
</div>
</div>
<!-- Services Block Three -->
<div class="services-block-three">
<div class="inner-box">
<div class="icon-box">
<span class="icon flaticon-design"></span>
</div>
<h5>Graphic <br> Designing</h5>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Carousel Section -->
<!-- Devoted Section -->
<section class="devoted-section">
<div class="auto-container">
<!-- Sec Title -->
<div class="sec-title centered">
<div class="big-title">Vision</div>
<div class="title">Want to know more</div>
<h2>Learn About <br>Our <span>Community</span></h2>
</div>
<!-- Devoted Info Tabs -->
<div class="devoted-info-tabs">
<!-- Devoted Tabs -->
<div class="devoted-tabs tabs-box">
<!--Tab Btns-->
<!-- <div class="btns-outer">
<ul class="tab-btns tab-buttons clearfix">
<li data-tab="#prod-turnaround" class="tab-btn active-btn">Fast Turnaround</li> -->
<!-- <li data-tab="#prod-award" class="tab-btn">Award Winning</li>
<li data-tab="#prod-design" class="tab-btn">Elegant Design</li>
</ul>
</div>
<!--Tabs Container-->
<div class="tabs-content">
<!--Tab / Active Tab-->
<div class="tab active-tab" id="prod-turnaround">
<div class="content">
<div class="row clearfix">
<!-- Content Column -->
<div class="content-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<h5 style="text-align: center;">We are a community of students passionate about growth through learning, primarily focusing on <br>Free and Open Source Software.</h5>
<div class="text"><p style="text-align: justify;"> This, therefore, provides a sense of freedom in speech, operations, modification and redistribution of the program. A learning community of Mar Athanasius College of Engineering, our motto is "Learn Develop Deploy". We aim at helping not just in technical aspects but also in design, documentation, organisation and publicity to name a few.</p>
</div>
<!--Accordian Box-->
<ul class="accordion-box style-two">
<!--Block-->
<li class="accordion block">
<div class="acc-btn active">
<div class="icon-outer"><span class="icon icon-plus fa fa-plus"></span> <span class="icon icon-minus fa fa-minus"></span></div>
Our Learning Community
</div>
<div class="acc-content current">
<div class="content">
<div class="text">
<p>At NetX, we are ardent believers of practical learning through symbiosis.</p>
</div>
</div>
</div>
</li>
<!--Block-->
<li class="accordion block">
<div class="acc-btn">
<div class="icon-outer"><span class="icon icon-plus fa fa-plus"></span> <span class="icon icon-minus fa fa-minus"></span></div>
Variety In Scope
</div>
<div class="acc-content">
<div class="content">
<div class="text">
<p>NetX is a fully fledged organisation which wishes to spread its wings to every department and influence a multitude of students.</p>
</div>
</div>
</div>
</li>
<!--Block-->
<li class="accordion block">
<div class="acc-btn">
<div class="icon-outer"><span class="icon icon-plus fa fa-plus"></span> <span class="icon icon-minus fa fa-minus"></span></div>Family, Our Key To Everything
</div>
<div class="acc-content">
<div class="content">
<div class="text">
<p>Moreover, we are like a family. We work together as a team to emanate the best in each one of us. And ride through our see-saw as a team in equilibrium.</p>
</div>
</div>
</div>
</li>
</ul>
<br>
<div class="centered">
<a href="team.html" class="theme-btn btn-style-three">Our Team</a>
</div>
</div>
</div>
<!-- Image Column -->
<div class="image-column col-lg-6 col-md-12 col-sm-12">
<div class="inner-column">
<div class="image">
<img src="images/resource/3d.gif" alt="" height="1000" width="500" />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Devoted Info Tabs -->
</div>
</section>
<!-- End Devoted Section -->
<!-- Steps Section -->
<section class="steps-section-two">
<div class="auto-container">
<!-- Sec Title -->
<div class="sec-title centered">
<div class="big-title">Foss</div>
<div class="title">Learning Community</div>
<h2>Learn About <br>Our <span>Motto</span></h2>
</div>
<!-- Outer Container -->
<div class="outer-container">
<div class="row clearfix">
<!-- Step Block -->
<div class="step-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="icon-outer">
<div class="service-number">1</div>
<div class="icon-box">
<span class="icon flaticon-book"></span>
</div>
</div>
<div class="lower-box">
<h5><a href="index.html#">Learn</a></h5>
</div>
</div>
</div>
<!-- Step Block -->
<div class="step-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="300ms" data-wow-duration="1500ms">
<div class="icon-outer">
<div class="service-number">2</div>
<div class="icon-box">
<span class="icon flaticon-code"></span>
</div>
</div>
<div class="lower-box">
<h5><a href="index.html#">Develop</a></h5>
</div>
</div>
</div>
<!-- Step Block -->
<div class="step-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="600ms" data-wow-duration="1500ms">
<div class="icon-outer">
<div class="service-number">3</div>
<div class="icon-box">
<span class="icon flaticon-upload"></span>
</div>
</div>
<div class="lower-box">
<h5><a href="index.html#">Deploy</a></h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Steps Section -->
<!-- Events Section -->
<section class="feature-section">
<div class="auto-container">
<div class="sec-title text-center">
<div class="big-title">Events</div>
<div class="title">Events</div>
<h2>Learn about<br> our <span>Events</span></h2>
</div>
<!--Feature Tabs-->
<div class="feature-tabs tabs-box style-two">
<div class="row clearfix">
<!--Column-->
<div class="col-lg-5 col-md-12 col-sm-12">
<!--Tab Btns-->
<ul class="tab-btns tab-buttons clearfix">
<li data-tab="#feature-ideas" class="tab-btn active-btn">Triskelion<span>NetX Triskelion was one of a kind event that had taken the participants behind the scenes to help them learn how to organize an event.</span></li>
<li data-tab="#feature-brand" class="tab-btn">Learn to Code in C<span>A class on C Programming was taken aimed at creating a programming base for the attendees</span></li>
<li data-tab="#feature-expert" class="tab-btn">Hackathon<span>A hackathon was conducted for the members aimed at setting a base in the field of web development and design. </span></li>
</ul>
</div>
<!--Column-->
<div class="col-lg-7 col-md-12 col-sm-12">
<!--Tabs Container-->
<div class="tabs-content">
<!-- Tab -->
<div class="tab active-tab" id="feature-ideas">
<div class="content">
<div class="image">
<img src="images/resource/trisk.svg" alt="">
</div>
</div>
</div>
<!-- Tab -->
<div class="tab" id="feature-brand">
<div class="content">
<div class="image">
<img src="images/resource/code.jpg" alt="">
</div>
</div>
</div>
<!-- Tab -->
<div class="tab" id="feature-expert">
<div class="content">
<div class="image">
<img src="images/resource/open.svg" alt="">
</div>
</div>
</div>
</div>
</div>
<div class="flex-parent">
<a href="event.html#" class="theme-btn btn-style-three">Explore our Events <span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Events Section -->
<!-- Blog Section -->
<!--
<section class="news-section style-two">
<div class="auto-container"> -->
<!-- Sec Title -->
<!-- <div class="sec-title centered">
<div class="title">Blog</div>
<h2>Member<br> <span>blogs</span></h2>
</div>
<div class="row clearfix"> -->
<!-- News Block -->
<!-- <div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInLeft" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image">
<a href="blog-single.html"><img src="images/resource/news-1.jpg" alt="" /></a>
</div>
<div class="lower-content">
<h6><a href="blog-single.html">Top aide to possible contender forced to resign over
creepy.</a></h6>
<div class="clearfix">
<div class="pull-left">
<div class="author">
<div class="image"><img src="images/resource/author-4.jpg" alt="" /></div>
Rio Smith
</div>
</div>
<div class="pull-right">
<div class="post-time">10 hours ago</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- News Block -->
<!-- <div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image">
<a href="blog-single.html"><img src="images/resource/news-2.jpg" alt="" /></a>
</div>
<div class="lower-content">
<h6><a href="blog-single.html">Thirty-two surrogate mothers charged with human
trafficking.</a></h6>
<div class="clearfix">
<div class="pull-left">
<div class="author">
<div class="image"><img src="images/resource/author-5.jpg" alt="" /></div>
Jhonny Rip
</div>
</div>
<div class="pull-right">
<div class="post-time">5 hours ago</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- News Block -->
<!-- <div class="news-block col-lg-4 col-md-6 col-sm-12">
<div class="inner-box wow fadeInRight" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image">
<a href="blog-single.html"><img src="images/resource/news-3.jpg" alt="" /></a>
</div>
<div class="lower-content">
<h6><a href="blog-single.html">Chinese clients have been released after agreeing to
keep.</a></h6>
<div class="clearfix">
<div class="pull-left">
<div class="author">
<div class="image"><img src="images/resource/author-6.jpg" alt="" /></div>
Mong Wanzhou
</div>
</div>
<div class="pull-right">
<div class="post-time">12 hours ago</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Blog Section -->
<!--Main Footer-->
<div class="box">
<footer class="main-footer style-two">
<div class="auto-container">
<!--Widgets Section-->
<div class="widgets-section">
<div class="row clearfix">
<!--Column-->
<div class="big-column col-lg-6 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-7 col-md-6 col-sm-12">
<div class="footer-widget logo-widget">
<div class="logo">
<a href="index.html"><img src="images/netx/netx-light110x65.png" alt="" height="150px" width="150px" /></a>
</div>
<div class="text">A community of students passionate about growth through learning, primarily focusing on Free and Open Source Software.<br><b>Learn.Develop.Deploy</b></b></div>
<ul class="list-style-one">
<li style="font-style:italic;"> For Queries, Mail us at</li>
<li><span class="fa fa-envelope"></span> [email protected]</li>
<li><span class=" fa fa-map-marker fa-2x"></span> <a href = https://goo.gl/maps/D9VdKvr6KFp3vWbu5> Mar Athanasius College of Engineering, Kothamangalam</a></li>
</li>
</ul>
</div>
</div>
<!--Footer Column-->
<div class="footer-column col-lg-5 col-md-6 col-sm-12">
<div class="footer-widget links-widget">
<h4>Links</h4>
<ul class="list-link">
<li><a href="index.html">Home</a></li>
<li><a href="about.html#">About Us</a> </li>
<li><a href="team.html#">Our Team</a></li>
<li><a href="event.html#">Events</a></li>
<!-- <li><a href="#">Blog</a></li> -->
</ul>
</div>
</div>
</div>
</div>
<!--Column-->
<div class="big-column col-lg-6 col-md-12 col-sm-12">
<div class="row clearfix">
<!--Footer Column-->
<div class="footer-column col-lg-6 col-md-6 col-sm-12">
<div class="footer-widget links-widget">
<div class="contact">
<h4>Connect Us</h4>
<ul class="list">
<li><a href="https://facebook.com/netxclub" target="_blank"><span class="fa fa-facebook-square fa-4x"></span></a></li>
<li><a href="https://linkedin.com/company/netxclub" target="_blank"><span class="fa fa-linkedin-square fa-4x"></span></a></li>
<li><a href="https://github.com/netxmace" target="_blank"><span class="fa fa-github-square fa-4x"></span></a></li>
<li><a href="https://instagram.com/netxclub" target="_blank"><span class="fa fa-instagram fa-4x"></span></a></li>
</ul>
</div>
</div>
</div>
<!--Footer Column-->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Bottom -->
</div>
</div>
<!--End pagewrapper-->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target" data-target="html"><span class="fa fa-arrow-circle-up"></span></div>
<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/appear.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/script.js"></script>
</script>
</body>
</html>