-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
634 lines (503 loc) · 29.9 KB
/
index.html
File metadata and controls
634 lines (503 loc) · 29.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My Dream Academia Website</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- <link rel="" href="abc.html"> -->
<!-- Favicons -->
<link href="img/favicon.png" rel="icon">
<link href="img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Montserrat:300,400,500,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- =======================================================
Theme Name: BizPage
Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
Author: BootstrapMade.com
License: https://bootstrapmade.com/license/
======================================================= -->
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div class="container-fluid">
<div id="logo" class="pull-left">
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <a href="#intro"><img src="img/LOGO3.png" alt="" title="" /></a> -->
<h1><a href="#intro" class="scrollto">ProjectFushion</a></h1>
</div>
<nav id="nav-menu-container">
<ul class="nav-menu">
<li class="menu-active"><a href="#intro">Home</a></li>
<li><a href="#about">Moto</a>
</li>
<li><a href="#portfolio">Projects</a>
</li>
<li><a href="#team">Contributors</a>
</li>
<!-- <li><a href="#portfolio">DEMO LECTURES</a></li> -->
<!-- <li class="menu-has-children"><a href="">Drop Down</a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
<li><a href="#">Drop Down 5</a></li>
</ul>
</li> -->
<li><a href="#contact">Contact US</a></li>
<!-- <li><a href="login.html"><i class="fa fa-user" aria-hidden="true" style="font-size: x-large;" > </i></a></li> -->
</ul>
</nav>
<!-- #nav-menu-container -->
</div>
</header>
<!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro">
<div class="intro-container">
<div id="introCarousel" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators"></ol>
<div class="carousel-inner" role="listbox">
<div class="carousel-item active" style="background-image: url('img/intro-carousel/1.jpg');">
<div class="carousel-container">
<div class="carousel-content">
<h2>One Hub, Infinite Possibilities</h2>
<p>This is the ultimate hub where projects and teams seamlessly unite, igniting a world of infinite possibilities. Within this centralized platform, you'll discover a dynamic ecosystem designed to empower your organization's collaborative potential
</p>
<a href="#featured-services" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url('img/intro-carousel/2.jpg');">
<div class="carousel-container">
<div class="carousel-content">
<h2>Empowering Ideas to Achieve Their Full Potential</h2>
<p>eliminate the barriers that stand between your ideas and their realization. With ProjectFusion, you can effortlessly coordinate tasks, foster team synergy, and unlock the full scope of your projects' potential</p>
<a href="#featured-services" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: url('img/intro-carousel/4.jpg');">
<div class="carousel-container">
<div class="carousel-content">
<h2>Fueling Innovation Together</h2>
<p>We're not just a platform; we're a community where you can contribute, collaborate, and improve projects. With ProjectFusion, you have the opportunity to not only benefit from open-source projects but also enhance them</p>
<a href="#featured-services" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#introCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon ion-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#introCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon ion-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</section>
<!-- #intro -->
<main id="main">
<!--==========================
Featured Services Section
============================-->
<section id="featured-services">
<div class="container">
<div class="row">
<div class="col-lg-4 box">
<i class="ion-ios-calculator-outline"></i>
<h4 class="title"><a href="">AI-ML</a></h4>
<p class="description"> <p>AI and ML are paramount in today's world, transforming industries and daily life. They enable data-driven decision-making, personalize user experiences, revolutionize healthcare with diagnostics and drug discovery, power autonomous systems, automate tasks, predict trends, enhance communication with chatbots, advance scientific research, bolster security, and address environmental challenges.</p>
</div>
<div class="col-lg-4 box">
<i class="ion-ios-speedometer-outline"></i>
<h4 class="title"><a href="">Web Development</a></h4>
<p class="description"><p>Web development and full-stack projects are crucial in today's world as they underpin the digital landscape we rely on daily. They empower businesses to establish a strong online presence, deliver seamless user experiences, and facilitate e-commerce. In an increasingly remote and digital society, web development skills are in high demand, driving innovation in areas like fintech, e-learning, telemedicine, and more. </p>
</div>
<div class="col-lg-4 box box-bg">
<i class="ion-ios-bookmarks-outline"></i>
<h4 class="title"><a href="">Game Dev/ AR-VR</a></h4>
<p class="description"><p>AR-VR and game development are highly significant in today's world as they offer immersive experiences and innovative solutions across various industries. They transform education, training, and entertainment by creating engaging simulations and experiences. In healthcare, AR-VR aid in diagnosis and treatment. In architecture and design, they enable realistic visualizations. The gaming industry is a major driver of technology advancements, fostering creativity and interactive storytelling.</p>
</div>
<div class="col-lg-4 box" style="margin: auto;">
<i class="ion-ios-heart-outline"></i>
<h4 class="title"><a href="">Hardware</a></h4>
<p class="description"><p>Hardware projects are crucial in today's world as they drive innovation in various fields. They play a significant role in the development of advanced technologies like smartphones, IoT devices, autonomous vehicles, and robotics. Hardware projects are instrumental in improving efficiency, automation, and connectivity, shaping industries such as healthcare, transportation, and manufacturing. </p>
</div>
</div>
</div>
</section>
<!-- #featured-services -->
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<header class="section-header">
<h3>MOTO</h3>
<p><b>Connecting Projects, Empowering Teams</b> encapsulates our commitment to providing a collaborative platform where projects come to life through seamless connectivity, fostering creativity, and driving success for every team</p>
</header>
<div class="row about-cols">
<div class="col-md-4 wow fadeInUp">
<div class="about-col">
<div class="img">
<img src="img/about-mission.jpg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-speedometer-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Mission</a></h2>
<p>
Our mission at ProjectHub is to revolutionize collaboration and project management by providing a dynamic and user-friendly platform that empowers teams to achieve their goals efficiently and effectively, breaking down barriers, promoting innovation, and fostering a culture of unified success in every project undertaken.
</p>
</div>
</div>
<div class="col-md-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="about-col">
<div class="img">
<img src="img/about-plan.jpg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-list-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Plan</a></h2>
<p>
At ProjectHub, our plan is to continually enhance our platform to be the leading hub for seamless project management and collaboration. We are committed to delivering an intuitive user experience, expanding our features to meet evolving needs, and building a global community of users who trust us to help them achieve their project goals effectively, efficiently, and with utmost satisfaction.
</p>
</div>
</div>
<div class="col-md-4 wow fadeInUp" data-wow-delay="0.2s">
<div class="about-col">
<div class="img">
<img src="img/about-vision.jpg" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-eye-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Vision</a></h2>
<p>
Our vision at ProjectHub is to create a world where every project, regardless of its scale or complexity, is executed with the utmost precision and teamwork, powered by our innovative platform, ultimately contributing to the advancement of businesses, communities, and individuals around the globe.ProjectHub can become the catalyst for transformative change in the way projects are conceived.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- #about -->
<!-- #team -->
<!--==========================
Services Section
============================-->
<!-- #services -->
<!--==========================
Call To Action Section
============================-->
</section>
<!-- #call-to-action -->
<!--==========================
Skills Section
============================-->
<!-- <section id="skills">
<div class="container">
<header class="section-header">
<h3>Our Skills</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip</p>
</header>
<div class="skills-content">
<div class="progress">
<div class="progress-bar bg-success" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100">
<span class="skill">HTML <i class="val">100%</i></span>
</div>
</div>
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100">
<span class="skill">CSS <i class="val">90%</i></span>
</div>
</div>
<div class="progress">
<div class="progress-bar bg-warning" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100">
<span class="skill">JavaScript <i class="val">75%</i></span>
</div>
</div>
<div class="progress">
<div class="progress-bar bg-danger" role="progressbar" aria-valuenow="55" aria-valuemin="0" aria-valuemax="100">
<span class="skill">Photoshop <i class="val">55%</i></span>
</div>
</div>
</div>
</div>
</section> -->
<!--==========================
Facts Section
============================-->
<section id="facts" class="wow fadeIn">
<div class="container">
<header class="section-header">
<h3>Numbers</h3>
<p>Have a glimpse at our numbers</p>
</header>
<div class="row counters">
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up">10</span>
<p>Contributors</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up">25</span>
<p>Projects</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up">2</span>
<p>Maintainers</p>
</div>
<div class="col-lg-3 col-6 text-center">
<span data-toggle="counter-up">250</span>
<p>Visitors</p>
</div>
</div>
</div>
</section>
<!-- #facts -->
<!--==========================
Portfolio Section
============================-->
<section id="portfolio" class="section-bg">
<div class="container">
<header class="section-header">
<h3 class="section-title">Projects</h3>
</header>
<div class="row">
<div class="col-lg-12">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">MISCELLENIOUS</li>
<li data-filter=".filter-ai">AI-ML</li>
<li data-filter=".filter-web">Web Development</li>
<li data-filter=".filter-bc">Blockchain</li>
<li data-filter=".filter-ar">AR-VR</li>
<li data-filter=".filter-iot">IOT-Hardware</li>
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-ai wow fadeInUp">
<div class="portfolio-wrap">
<figure>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSzrBsjoOsj33LQbBhRx7-vfM9ZXWFzV768wc_8w1-u_XoqEKE98pVsq9rkfjUNFHClX2c&usqp=CAU" class="img-fluid" alt="">
<a href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSzrBsjoOsj33LQbBhRx7-vfM9ZXWFzV768wc_8w1-u_XoqEKE98pVsq9rkfjUNFHClX2c&usqp=CAU" data-lightbox="portfolio" data-title="App 1" class="link-preview" title="Preview"><i class="ion ion-eye"></i></a>
<a href="https://github.com/playboySeductor/Phishing-Website-Detection" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="#">Phising Website Detection</a></h4>
<p>Sainik Khaddar</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web wow fadeInUp" data-wow-delay="0.1s">
<div class="portfolio-wrap">
<figure>
<img src="img/portfolio/web3.jpg" class="img-fluid" alt="">
<a href="img/portfolio/web3.jpg" class="link-preview" data-lightbox="portfolio" data-title="Web 3" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="#">Web</a></h4>
<p>Web</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-bc wow fadeInUp" data-wow-delay="0.2s">
<div class="portfolio-wrap">
<figure>
<img src="img/portfolio/app2.jpg" class="img-fluid" alt="">
<a href="img/portfolio/app2.jpg" class="link-preview" data-lightbox="portfolio" data-title="App 2" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="#">Blockchain</a></h4>
<p>App</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-ar wow fadeInUp">
<div class="portfolio-wrap">
<figure>
<img src="#" class="img-fluid" alt="">
<a href="#" class="link-preview" data-lightbox="portfolio" data-title="Card 2" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href="">AR-VR</a></h4>
<p>XYZ</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-iot wow fadeInUp">
<div class="portfolio-wrap">
<figure>
<img src="#" class="img-fluid" alt="">
<a href="#" class="link-preview" data-lightbox="portfolio" data-title="Card 2" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</figure>
<div class="portfolio-info">
<h4><a href=""> IOT</a></h4>
<p>XYZ</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Contributor Section Section
============================-->
<section id="team">
<div class="container">
<div class="section-header wow fadeInUp">
<h3>Contributors</h3>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque</p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="member">
<img src="img/pani.jpg" class="img-fluid" alt="" style="user-select: auto;width: 200px;">
<div class="member-info">
<div class="member-info-content">
<h4>Saptarshi Pani</h4>
<span>Analog Design Engg, Texas</span>
<div class="social">
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<!-- <a href=""><i class="fa fa-google-plus"></i></a> -->
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="testimonials" class="section-bg wow fadeInUp">
<div class="container">
<header class="section-header">
<h3>Maintainers</h3>
</header>
<div class="owl-carousel testimonials-carousel">
<div class="testimonial-item">
<img src="img/Sainik.jpg" class="testimonial-img" alt="" style="user-select: auto;width: 250px;height: 250px;">
<h3>SAINIK KHADDAR</h3>
<h4><b><span>Co-Founder,CMO, Pegman</span></b> </h4>
<div class="social">
<a href=""><i class="fa fa-instagram"></i></a>
<a href=""><i class="fa fa-facebook"></i></a>
<!-- <a href=""><i class="fa fa-google-plus"></i></a> -->
<a href=""><i class="fa fa-linkedin"></i></a>
</div>
<p>
<img src="img/quote-sign-left.png" class="quote-sign-left" alt=""> In the world of open source, knowledge is free, collaboration is priceless, and innovation knows no boundaries.
<img src="img/quote-sign-right.png" class="quote-sign-right" alt="">
</p>
</div>
<div class="testimonial-item">
<img src="img/Tiham.jpg" class="testimonial-img" alt="" style="user-select: auto;width: 250px;height: 250px;">
<h3>TIHAM HOSSAIN</h3>
<h4>SDE-1, Accenture</h4>
<p>
<img src="img/quote-sign-left.png" class="quote-sign-left" alt="">Open source is the art of giving without expecting, the science of sharing without limitations.
<img src="img/quote-sign-right.png" class="quote-sign-right" alt="">
</p>
</div>
</div>
</div>
</section>
<!-- #testimonials -->
<!--==========================
Team Section
============================-->
<!--==========================
Contact Section
============================-->
<!-- #contact -->
</main>
<!--==========================
Footer
============================-->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row" style="display: flex; justify-content:space-between">
<div class="col-lg-3 col-md-6 footer-info">
<h3>ProjectFusion</h3>
<p>One Hub, Infinite Possibilities - where your projects become more than just tasks; they become journeys of achievement and growth. Join us on this transformative path, and together, we'll redefine what's possible.</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="ion-ios-arrow-right"></i> <a href="#">Home</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#">About us</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#">Services</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#">Terms of service</a></li>
<li><i class="ion-ios-arrow-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact">
<h4>Contact Us</h4>
<div class="social-links">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright 2023 All Rights Reserved
</div>
<div class="credits">
<!--
All the links in the footer should remain intact.
You can delete the links only if you purchased the pro version.
Licensing information: https://bootstrapmade.com/license/
Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/buy/?theme=BizPage
-->
by Sainik
</div>
</div>
</footer>
<!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/superfish/hoverIntent.js"></script>
<script src="lib/superfish/superfish.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<script src="lib/touchSwipe/jquery.touchSwipe.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
</body>
</html>