forked from gdscrgpv/gdscrgpv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
569 lines (471 loc) · 24.2 KB
/
index.html
File metadata and controls
569 lines (471 loc) · 24.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Google Developers Club UIT-RGPV</title>
<meta content="The Website for GDSC UIT RGPV" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/unnamed.png" rel="icon">
<link href="assets/img/unnamed.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700|Open+Sans:300,300i,400,400i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="./assets/css/media.css">
<!-- =======================================================
* Template Name: Avilon - v4.4.0
* Template URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent">
<div class="container d-flex justify-content-between align-items-center">
<div id="logo">
<img
src="https://res.cloudinary.com/startup-grind/image/upload/dpr_2.0,fl_sanitize/v1/gcs/platform-data-dsc/contentbuilder/logo_dark_horizontal_097s7oa.svg"
width="60%" class="svg" alt="Google Developer Student Clubs logo">
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="index.html"><img src="assets/img/logo.png" alt=""></a> -->
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<!-- <li><a class="nav-link scrollto" href="#features">Features</a></li> -->
<!-- <li><a class="nav-link scrollto" href="#pricing">Pricing</a></li> -->
<li><a class="nav-link scrollto" href="#department">Departments</a></li>
<!-- <li><a class="nav-link scrollto" href="#gallery">Gallery</a></li> -->
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<!-- <div class="hero-text" data-aos="zoom-out"> -->
<!-- <h2>Welcome to Avilon</h2> -->
<!-- <img src="./assets/img/unnamed.png" alt="" class="img-fluid hero-img"> -->
<!-- <img
src="https://res.cloudinary.com/startup-grind/image/upload/dpr_2.0,fl_sanitize/v1/gcs/platform-data-dsc/contentbuilder/logo_dark_horizontal_097s7oa.svg"
width="60%" class="svg" alt="Google Developer Student Clubs logo"> -->
<!-- <p>We are team of talented designers making websites with Bootstrap</p>
<a href="#about" class="btn-get-started scrollto">Get Started</a> -->
<!-- </div> -->
<img src="./assets/img/unnamed.png" alt="" data-aos="zoom-out" class="hero-logo img" data-aos-delay="1200">
<img src="./assets/img/illustration.png" alt="" data-aos="fade-up" data-aos-delay="700" class="hero-illus">
<div class="wrapper">
<div class="static-txt">GDSC - RGPV</div>
<ul class="dynamic-txts">
<li><span style="color: #EA4335;">WEB/APP</span></li>
<li><span style="color: #FBBC04;">Blockchain</span></li>
<li><span style="color: #0F9C57;">ML/Cloud</span></li>
<li><span style="color: #4285F4;">UI/UX</span></li>
</ul>
</div>
<div class="hero-decp" data-aos="zoom-out" >
<h1 class="toggle-text">GDSC - RGPV</h1>
<br>
<p>The DSC chapter of University Institute of Technology RGPV, Bhopal promotes and
felicitates a community of like minded students who are problem solvers and eager learners from different
subject backgrounds.</p>
</div>
</section><!-- End Hero Section -->
<main id="main">
<!-- ======= About Section ======= -->
<!-- <section id="about" class="section-bg">
<div class="container-fluid" data-aos="fade-up">
<div class="section-header">
<h3 class="section-title">About Us</h3>
<span class="section-divider"></span>
<p class="section-description">
Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque<br>
sunt in culpa qui officia deserunt mollit anim id est laborum
</p>
</div>
<div class="row">
<div class="col-lg-6 about-img" data-aos="fade-right" dat-aos-delay="100">
<img src="assets/img/about-img.jpg" alt="">
</div>
<div class="col-lg-6 content" data-aos="fade-left" dat-aos-delay="100">
<h2>Lorem ipsum dolor sit amet, consectetur adipiscing elite storium paralate</h2>
<h3>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
laborum.</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua ullamco laboris nisi ut aliquip ex ea commodo consequat.
</p>
<ul>
<li><i class="bi bi-check-circle"></i> Ullamco laboris nisi ut aliquip ex ea commodo consequat.</li>
<li><i class="bi bi-check-circle"></i> Duis aute irure dolor in reprehenderit in voluptate velit.</li>
<li><i class="bi bi-check-circle"></i> Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
irure dolor in reprehenderit in voluptate trideta storacalaperda mastiro dolore eu fugiat nulla
pariatur.</li>
</ul>
<p>
Ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum Libero justo laoreet sit amet
cursus sit amet dictum sit. Commodo sed egestas egestas fringilla phasellus faucibus scelerisque eleifend
donec
</p>
</div>
</div>
</div>
</section> -->
<section id="about">
<div class="blob">
<!-- This SVG is from https://codepen.io/Ali_Farooq_/pen/gKOJqx -->
<svg xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 310 350">
<path
d="M156.4,339.5c31.8-2.5,59.4-26.8,80.2-48.5c28.3-29.5,40.5-47,56.1-85.1c14-34.3,20.7-75.6,2.3-111 c-18.1-34.8-55.7-58-90.4-72.3c-11.7-4.8-24.1-8.8-36.8-11.5l-0.9-0.9l-0.6,0.6c-27.7-5.8-56.6-6-82.4,3c-38.8,13.6-64,48.8-66.8,90.3c-3,43.9,17.8,88.3,33.7,128.8c5.3,13.5,10.4,27.1,14.9,40.9C77.5,309.9,111,343,156.4,339.5z" />
</svg>
</div>
<div class="about-text">
<h3 class="main-title">About Us</h3>
<p class="second-title">The DSC chapter of University Institute of Technology RGPV, Bhopal promotes and
felicitates a community of like minded students who are problem solvers and eager learners from different
subject backgrounds, who are interested in development in multiple technologies such as Internet of Things,
Machine Learning, Web Development, Android Development, and Cloud Computing, amongst a plethora of others.
We aim to create a ‘peer to peer learning environment’, alongside a conducive and open environment for
development in technologies that are at the forefront of the tech and Information Technology industries, and
encourage collaboration amongst students from the university.</p>
<!-- <div class="contacts">
<li><a href="https://www.upwork.com/o/profiles/users/_~01f5f5e52605a2dd58/" target="_blank">UpWork</a></li>
<li><a href="https://dribbble.com/alexpopovich" target="_blank">Dribbble</a></li>
<li><a href="https://alextkachev.ru" target="_blank">Website</a></li>
</div> -->
</div>
</section>
<!-- End About Section -->
<!-- ======= Featuress Section ======= -->
<!-- <section id="features">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-8 offset-lg-4">
<div class="section-header">
<h3 class="section-title">Product Featuress</h3>
<span class="section-divider"></span>
</div>
</div>
<div class="col-lg-4 col-md-5 features-img">
<img src="assets/img/product-features.png" alt="" data-aos="fade-right">
</div>
<div class="col-lg-8 col-md-7 ">
<div class="row">
<div class="col-lg-6 col-md-6 box" data-aos="fade-up">
<div class="icon"><i class="bi bi-briefcase"></i></div>
<h4 class="title"><a href="">Lorem Ipsum</a></h4>
<p class="description">Voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint
occaecati cupiditate non provident clarida perendo.</p>
</div>
<div class="col-lg-6 col-md-6 box" data-aos="fade-up">
<div class="icon"><i class="bi bi-card-checklist"></i></div>
<h4 class="title"><a href="">Dolor Sitema</a></h4>
<p class="description">Minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea
commodo consequat tarad limino ata noble dynala mark.</p>
</div>
<div class="col-lg-6 col-md-6 box" data-aos="fade-up" dat-aos-delay="100">
<div class="icon"><i class="bi bi-binoculars"></i></div>
<h4 class="title"><a href="">Sed ut perspiciatis</a></h4>
<p class="description">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur teleca starter sinode park ledo.</p>
</div>
<div class="col-lg-6 col-md-6 box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bi bi-brightness-high"></i></div>
<h4 class="title"><a href="">Magni Dolores</a></h4>
<p class="description">Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum dinoun trade capsule.</p>
</div>
</div>
</div>
</div>
</div>
</section> -->
<!-- End Featuress Section -->
<!-- ======= Advanced Featuress Section ======= -->
<!-- End Advanced Featuress Section -->
<!-- ======= Call To Action Section ======= -->
<!-- <section id="call-to-action">
<div class="container">
<div class="row">
<div class="col-lg-9 text-center text-lg-start">
<h3 class="cta-title">Call To Action</h3>
<p class="cta-text"> Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat
nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit
anim id est laborum.</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="#">Call To Action</a>
</div>
</div>
</div>
</section>
-->
<!-- End Call To Action Section -->
<!-- ======= More Features Section ======= -->
<!-- End More Features Section -->
<!-- ======= Clients Section ======= -->
<!-- <section id="clients">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md-2">
<img src="assets/img/clients/client-1.png" alt="">
</div>
<div class="col-md-2">
<img src="assets/img/clients/client-2.png" alt="">
</div>
<div class="col-md-2">
<img src="assets/img/clients/client-3.png" alt="">
</div>
<div class="col-md-2">
<img src="assets/img/clients/client-4.png" alt="">
</div>
<div class="col-md-2">
<img src="assets/img/clients/client-5.png" alt="">
</div>
<div class="col-md-2">
<img src="assets/img/clients/client-6.png" alt="">
</div>
</div>
</div>
</section> -->
<section class="pb-5" id="department">
<div class="section-header">
<h3 class="section-title">Our Departments</h3>
<!-- <span class="section-divider"></span> -->
<!-- <p class="section-description">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
doloremque</p> -->
</div>
<div class="container">
<div class="row">
<div class="col-md-4 ">
<div class="card card-1">
<h3>Web Development</h3>
<p>This department brings you up to speed on modern front-end, back-end, and full-stack web development
practices and skills.</p>
</div>
</div>
<div class="col-md-4">
<div class="card card-2">
<h3>App Development</h3>
<p>Have tons of ideas for an app? It’s time to make your ideas into reality. Come learn to design your app
with us!</p>
</div>
</div>
<div class="col-md-4">
<div class="card card-3">
<h3>Women In Tech</h3>
<p>As women with the capacity to inspire and lead, we focus on the growth and success of entrepreneurial
and innovative women in the technology space.</p>
</div>
</div>
</div>
<!-- second row -->
<div class="row">
<div class="col-md-4 ">
<div class="card card-4">
<h3>Blockchain</h3>
<p> Innovate with the Next Frontier in Technology. Learn how the blockchain is leading to a paradigm shift
in decentralized application programming.</p>
</div>
</div>
<div class="col-md-4">
<div class="card card-5">
<h3>ML/Cloud</h3>
<p>Whether you’re interested in using the cloud, or want to set up a cloud computing network using Google
or Amazon Web Services. </p>
</div>
</div>
<div class="col-md-4">
<div class="card card-6">
<h3>Cybersecurity</h3>
<p>To keep you safe while browsing the internet, and to brush up on your penetration testing and network
security analysis skills.</p>
</div>
</div>
</div>
<!-- 3rd row -->
<div class="row">
<div class="col-md-4 ">
<div class="card card-7">
<h3>Content and Marketing</h3>
<p>Marketing feels overwhelming and we try to tailor your campaigns to your audience in authentic and
effective ways.</p>
</div>
</div>
<div class="col-md-4">
<div class="card card-8">
<h3>UI/UX</h3>
<p>Design High-Impact User Experiences. Research, design, and prototype effective, visually-driven
websites and apps.</p>
</div>
</div>
<div class="col-md-4">
<div class="card card-9">
<h3>Graphic Designing and Video Editing</h3>
<p> To learn a new design, software or start your own design business.</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Clients Section -->
<!-- ======= Pricing Section ======= -->
<!-- ======= Frequently Asked Questions Section ======= -->
<!-- <section id="faq">
<div class="container">
<div class="section-header">
<h3 class="section-title">Frequently Asked Questions</h3>
<span class="section-divider"></span>
<p class="section-description">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium
doloremque</p>
</div>
<ul class="faq-list">
<li>
<div data-bs-toggle="collapse" class="collapsed question" href="#faq1">Non consectetur a erat nam at lectus
urna duis? <i class="bi bi-chevron-down icon-show"></i><i class="bi bi-chevron-up icon-close"></i></div>
<div id="faq1" class="collapse" data-bs-parent=".faq-list">
<p>
Feugiat pretium nibh ipsum consequat. Tempus iaculis urna id volutpat lacus laoreet non curabitur
gravida. Venenatis lectus magna fringilla urna porttitor rhoncus dolor purus non.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq2" class="collapsed question">Feugiat scelerisque varius morbi enim
nunc faucibus a pellentesque? <i class="bi bi-chevron-down icon-show"></i><i
class="bi bi-chevron-up icon-close"></i></div>
<div id="faq2" class="collapse" data-bs-parent=".faq-list">
<p>
Dolor sit amet consectetur adipiscing elit pellentesque habitant morbi. Id interdum velit laoreet id
donec ultrices. Fringilla phasellus faucibus scelerisque eleifend donec pretium. Est pellentesque elit
ullamcorper dignissim. Mauris ultrices eros in cursus turpis massa tincidunt dui.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq3" class="collapsed question">Dolor sit amet consectetur adipiscing
elit pellentesque habitant morbi? <i class="bi bi-chevron-down icon-show"></i><i
class="bi bi-chevron-up icon-close"></i></div>
<div id="faq3" class="collapse" data-bs-parent=".faq-list">
<p>
Eleifend mi in nulla posuere sollicitudin aliquam ultrices sagittis orci. Faucibus pulvinar elementum
integer enim. Sem nulla pharetra diam sit amet nisl suscipit. Rutrum tellus pellentesque eu tincidunt.
Lectus urna duis convallis convallis tellus. Urna molestie at elementum eu facilisis sed odio morbi quis
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq4" class="collapsed question">Ac odio tempor orci dapibus. Aliquam
eleifend mi in nulla? <i class="bi bi-chevron-down icon-show"></i><i
class="bi bi-chevron-up icon-close"></i></div>
<div id="faq4" class="collapse" data-bs-parent=".faq-list">
<p>
Dolor sit amet consectetur adipiscing elit pellentesque habitant morbi. Id interdum velit laoreet id
donec ultrices. Fringilla phasellus faucibus scelerisque eleifend donec pretium. Est pellentesque elit
ullamcorper dignissim. Mauris ultrices eros in cursus turpis massa tincidunt dui.
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq5" class="collapsed question">Tempus quam pellentesque nec nam
aliquam sem et tortor consequat? <i class="bi bi-chevron-down icon-show"></i><i
class="bi bi-chevron-up icon-close"></i></div>
<div id="faq5" class="collapse" data-bs-parent=".faq-list">
<p>
Molestie a iaculis at erat pellentesque adipiscing commodo. Dignissim suspendisse in est ante in. Nunc
vel risus commodo viverra maecenas accumsan. Sit amet nisl suscipit adipiscing bibendum est. Purus
gravida quis blandit turpis cursus in
</p>
</div>
</li>
<li>
<div data-bs-toggle="collapse" href="#faq6" class="collapsed question">Tortor vitae purus faucibus ornare.
Varius vel pharetra vel turpis nunc eget lorem dolor? <i class="bi bi-chevron-down icon-show"></i><i
class="bi bi-chevron-up icon-close"></i></div>
<div id="faq6" class="collapse" data-bs-parent=".faq-list">
<p>
Laoreet sit amet cursus sit amet dictum sit amet justo. Mauris vitae ultricies leo integer malesuada
nunc vel. Tincidunt eget nullam non nisi est sit amet. Turpis nunc eget lorem dolor sed. Ut venenatis
tellus in metus vulputate eu scelerisque. Pellentesque diam volutpat commodo sed egestas egestas
fringilla phasellus faucibus. Nibh tellus molestie nunc non blandit massa enim nec.
</p>
</div>
</li>
</ul>
</div>
</section>
-->
<!-- End Frequently Asked Questions Section -->
<!-- ======= Gallery Section ======= -->
<!-- ======= Contact Section ======= -->
<section id="contact">
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-md-5">
<div class="contact-about">
<h3 class="d-flex align-items-center"><img src="./assets/img/unnamed.png" alt=""
class="img-fluid w-25 d-md-block d-none"><img src="./assets/img/gggg.gif"
class="w-25 d-md-none d-block" alt=""> GDSC UIT-RGPV</h3>
<p class="text-center me-md-5">University Institute Of Technology RGPV Bhopal</p>
<!-- <i class="bi bi-geo-alt"></i> -->
</div>
</div>
<div class="col-md-4">
<div class="info">
<div class="social-links">
<a href="https://www.facebook.com/gdsc.uit" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/gdsc_uitrgpv/" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/company/gdscuitrgpv" class="linkedin"><i
class="bi bi-linkedin"></i></a>
</div>
<div>
<i class="bi bi-envelope"></i>
<p>gdscuitrgpv@gmail.com</p>
</div>
</div>
</div>
<div class="col-md-3 google-gif d-md-block d-none text-center">
<img src="./assets/img/gggg.gif" alt="">
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-lg-12 text-lg-start text-center ">
<div class="copyright ">
© Copyright <strong>GDSC UIT-RGPV</strong>. All Rights Reserved
</div>
</div>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-chevron-up"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
</script>
</body>
</html>