-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
742 lines (708 loc) · 29.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Krinish Radadiya</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='manifest' href='/manifest.json'>
<script src="https://smtpjs.com/v3/smtp.js"></script>
<!-- Template css Files -->
<link href="css/custom.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/skins/pink.css" type="text/css">
<link rel="icon" type="image/png" href="images/icon-144X144.jpg" sizes="144x144" />
<!-- iso support -->
<link rel="apple-touch-icon" type="image/png" href="images/icon-128X128.jpg" sizes="128x128" />
<meta name="apple-mobile-web-app-status-bar" content="#aa7700">
<meta name="theme-color" content="#e8dfec" />
<!-- <script type="module" src="pwabuilder-sw.js"></script>
<script type="module" src="pwabuilder-sw-register.js"></script> -->
<!-- live skins demo -->
<link rel="stylesheet" class="alternate-style" title="pink" href="css/skins/pink.css" type="text/css" disabled>
<link rel="stylesheet" class="alternate-style" title="blue" href="css/skins/blue.css" type="text/css" disabled>
<link rel="stylesheet" class="alternate-style" title="orange" href="css/skins/orange.css" type="text/css" disabled>
<link rel="stylesheet" class="alternate-style" title="yellow" href="css/skins/yellow.css" type="text/css" disabled>
<link rel="stylesheet" class="alternate-style" title="green" href="css/skins/green.css" type="text/css" disabled>
<link rel="stylesheet" href="css/styleSwitcher.css" type="text/css">
</head>
<body>
<!-- preloder -->
<div class="preloader">
<div class="loader">
</div>
</div>
<!-- preloder End-->
<!--Main container -->
<div class="main-container">
<!--Aside-->
<div class="aside">
<!-- Logo-->
<div class="logo">
<a href="#">Krinish</a>
</div>
<!--Nav-->
<div class="nav-toggler">
<span></span>
</div>
<ul class="nav">
<li><a href="#home" class="active"> <i class="fa fa-home"></i>Home</a></li>
<li><a href="#about"><i class="fa fa-user"></i>About</a></li>
<li><a href="#projects"><i class="fa fa-list"></i>Projects</a></li>
<!-- <li><a href="#portfolio"><i class="fa fa-briefcase"></i>Portfolio</a></li> -->
<li><a href="#contact"><i class="fa fa-comments"></i>Contact</a></li>
</ul>
<!-- Copyright -->
<div class="counter">
<p>This page was viewed</p>
<h5 id="count"><strong>0</strong></h5>
<p>times</p>
</div>
<div class="copyright-text">
© 2021 Personal Portfolio Template
</div>
</div>
<!--Aside End-->
<!--Main conten -->
<div class="main-content">
<section class="home section active" id="home">
<div class="container">
<div class="intro">
<img src="images/0.jpg" alt="profile" class=".shadow-dark">
<h1>Krinish Radadiya</h1>
<p> I'm a Developer</p>
<div class="social-link">
<a href="https://twitter.com/R291Krinish" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.facebook.com/profile.php?id=100004951247988" target="_blank"><i
class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/krinish_radadiya/" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/krinish-radadiya-035425190/" target="_blank"><i
class="fa fa-linkedin"></i></a>
<a href="https://github.com/krinish291" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</section>
<!--Main conten End-->
<!--about section-->
<section class="about section " id="about">
<div class="container">
<div class="row">
<div class="section-title padd-15">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="about-content padd-15 ">
<div class="row">
<div class="about-text padd-15">
<h3>Krinish Radadiya a <span> Developer</span></h3>
<p>I am pursuing computer engineering in DHARMSINH DESAI UNIVERSITY.
in my hobbies, I like to drawing / painting with music also I like to play mobile game.
I am an active memeber of NSS. in my family, apart from my perents, I have a younger sister.</p>
</div>
</div>
<br /><br />
<!--slide show-->
<div>
<div id="exampleSlider">
<div class="MS-content">
<div class="item">
<img src="images/python.png" alt="python">
</div>
<div class="item">
<img src="images/java-coffee-cup-logo.png" alt="java">
</div>
<div class="item">
<img src="images/c-programming.png" alt="c">
</div>
<div class="item">
<img src="images/c-sharp-logo-2.png" alt="c-sharp">
</div>
<div class="item">
<img src="images/html-5.png" alt="html">
</div>
<div class="item">
<img src="images/css3.png" alt="css3">
</div>
<div class="item">
<img src="images/bootstrap.png" alt="bootstrap">
</div>
<div class="item">
<img src="images/javascript.png" alt="javascript">
</div>
<div class="item">
<img src="images/reactnative.png" alt="React Native">
</div>
<div class="item">
<img src="images/mysql-logo.png" alt="mysql">
</div>
<div class="item">
<img src="images/django.png" alt="django">
</div>
<div class="item">
<img src="images/visual-studio.png" alt="visual-studio">
</div>
<div class="item">
<img src="images/wordpress.png" alt="wordpress">
</div>
<div class="item">
<img src="images/github.png" alt="github">
</div>
</div>
<div class="MS-controls">
<button class="MS-left"><i class="fa fa-chevron-left" aria-hidden="true"></i></button>
<button class="MS-right"><i class="fa fa-chevron-right" aria-hidden="true"></i></button>
</div>
</div>
</div>
<!--slide show End-->
<!-- personal info -->
<div class="row">
<div class="personal-info padd-15">
<div class="row">
<div class="info-item padd-15">
<p>Birthday : <span>29 Oct 1999</span></p>
</div>
<div class="info-item padd-15">
<p>Age : <span>21</span></p>
</div>
<div class="info-item padd-15">
<p>Email : <span>[email protected]</span></p>
</div>
<div class="info-item padd-15">
<p>Phone : <span>+91 9429355416</span></p>
</div>
</div>
<div class="row">
<div class="button padd-15">
<a href="#" class="btn">Download CV</a>
</div>
</div>
</div>
</div>
<!-- personal info End-->
<!-- Education skills -->
<div class="row">
<div class="education padd-15">
<h3 class="title">Education</h3>
<!--box1-->
<div class="row">
<div class="time-box padd-15">
<div class="timeline shadow-dark">
<!-- timeline-items -->
<div class="timeline-items">
<div class="circle-dot"></div>
<h6 class="timeline-date">
<i class="fa fa-calendar"></i>2017-Present
</h6>
<h4 class="timeline-title">B.Tech in Computer Engineering</h4>
<p class="timeline-text">
Dharmsinh Desai University, Nadiad CPI: <strong>8.27</strong>
</p>
</div>
<!-- timeline-items End -->
<!-- timeline-items -->
<div class="timeline-items">
<div class="circle-dot"></div>
<h6 class="timeline-date">
<i class="fa fa-calendar"></i>2015-2017
</h6>
<h4 class="timeline-title">Higher Secondary Education</h4>
<p class="timeline-text">
Dream International School, Dhoraji Percentile: <strong>99.53%</strong>
</p>
</div>
<!-- timeline-items End -->
<!-- timeline-items -->
<div class="timeline-items">
<div class="circle-dot"></div>
<h6 class="timeline-date">
<i class="fa fa-calendar"></i>2014-2015
</h6>
<h4 class="timeline-title">Secondary Education</h4>
<p class="timeline-text">
Adarsh Education Society, Dhoraji Percentile: <strong>99.67%</strong>
</p>
</div>
<!-- timeline-items End -->
</div>
</div>
</div>
</div>
<div class="experience padd-15">
<h3 class="title">Skills & Achievments</h3>
<!--box2-->
<div class="row">
<div class="time-box padd-15">
<div class="timeline shadow-dark">
<div class="skills">
<img src="images/Screenshot__22_-removebg-preview.png" alt="problem solving">
<img src="images/python-hackerank.png" alt="problem solving">
<img src="images/Screenshot__22_-removebg-preview-java.png" alt="problem solving">
<img src="images/30days.png" alt="problem solving">
<img src="images/10days.png" alt="problem solving">
<img src="images/sql.png" alt="problem solving">
<img src="images/js.png" alt="problem solving">
</div>
<div class="certi">
<a href="https://www.hackerrank.com/certificates/912aa3a5d64e" target="_blank"><img
src="images/problemsolving-c.png" alt="problem solving"></a>
<a href="https://www.hackerrank.com/certificates/963fac0cf524" target="_blank"><img
src="images/python-c.png" alt="problem solving"></a>
<a href="https://www.hackerrank.com/certificates/39b8b740de3b" target="_blank"><img
src="images/java-c.png" alt="problem solving"></a>
</div>
<div class="medal">
<img src="images/medal.png" alt="problem solving">
<p>“AUDIENCE CHOICE 2020” winner in an event called ‘Star of DDU’</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Education skills End -->
</div>
</div>
</div>
</section>
<!--about End-->
<!-- sections Projects -->
<div class="project section " id="projects">
<div class="container">
<div class="row">
<div class="section-title padd-15">
<h2>Projects & Works</h2>
</div>
</div>
<div class="row">
<div class="project-title padd-15">
<h3>Live Projects</h3>
</div>
</div>
<div class="row">
<!--Service items-->
<div class="project-item padd-15">
<div class="project-item-inner">
<h4>Farmer Portal</h4>
<p>we provides facility to farmers that they can share innovative ideas. Farmers can raise query
category wise. and related experts can give answers to those queries.
Any person can apply as an expert than an admin can verify / reject them. based on some requirements
</p>
<strong>Tools & Technology</strong>
<br />
<div class="project-pill ">
<h6>django</h6>
</div>
<div class="project-pill ">
<h6>python3</h6>
</div>
<div class="project-pill ">
<h6>Html5</h6>
</div>
<div class="project-pill ">
<h6>Css3</h6>
</div>
<div class="project-pill ">
<h6>bootstrap</h6>
</div>
<div class="project-pill ">
<h6>MySQL</h6>
</div>
<br /><br />
<strong>Role</strong>
<P> Frontend-Backend
<p>
<div class="project-pill">
<h6><a style="color:#ffffff;" href="http://krinish291.pythonanywhere.com/" target="_blank">Site
link</a></h6>
</div>
<div class="project-git ">
<h6><a style="color:#ffffff;" href="https://github.com/krinish291/Farmer_portal"
target="_blank">Github Link</a></h6>
</div>
</div>
</div>
<!--Service items ends-->
<!--Service items-->
<div class="project-item padd-15">
<div class="project-item-inner">
<h4>Amrut Ahhar</h4>
<p style="margin-bottom: 35px;">Amrut Ahhar mall is the online shopping site. where user can purchase
products which is avalible.
products divides in category wise like fruits, Vegetables and grocery items. user can manage cart and
also generate invoice.</p>
<strong>Tools & Technology</strong>
<br />
<div class="project-pill ">
<h6>wordpress</h6>
</div>
<br /><br /><br /><br />
<strong>Role</strong>
<P>Main
<p>
<div class="project-pill">
<h6><a style="color:#ffffff;" href="http://www.amrutahhar.freesite.vip/" target="_blank">Site link</a>
</h6>
</div>
</div>
</div>
<!--Service items ends-->
<!--Service items-->
<div class="project-item padd-15">
<div class="project-item-inner">
<h4>Twitter Bot</h4>
<p style="margin-bottom: 35px;">Twitter bot reporting live 24*7 on Twitter platform, whenever someone
mention bot (@Twitterbot74781006) with #Tweetbot that time-box
bot retweet that tweet and give a like. twitter bot now in developing phase.
</p>
<strong>Tools & Technology</strong>
<br />
<div class="project-pill ">
<h6>Python3</h6>
</div>
<br /><br /><br /><br />
<strong>Role</strong>
<P>Main
<p>
<div class="project-pill">
<h6><a style="color:#ffffff;" href="https://twitter.com/Tweetbo74781006" target="_blank">Site link</a>
</h6>
</div>
</div>
</div>
<!--Service items ends-->
<!--Service items -->
<div class="project-item padd-15">
<div class="project-item-inner">
<h4>Personal Portfolio</h4>
<p>my personal website provide informations about me, my projects and contect page.
</p>
<strong>Tools & Technology</strong>
<br />
<div class="project-pill ">
<h6>Html5</h6>
</div>
<div class="project-pill ">
<h6>Css3</h6>
</div>
<div class="project-pill ">
<h6>JavaScript</h6>
</div>
<div class="project-pill ">
<h6>jQuery</h6>
</div>
<br /><br />
<strong>Role</strong>
<P> Frontend
<p>
<div class="project-pill ">
<h6><a style="color:#ffffff;" href="https://krinish291.github.io/" target="_blank">site Link</a></h6>
</div>
<div class="project-git ">
<h6><a style="color:#ffffff;" href="https://github.com/krinish291/krinish291.github.io"
target="_blank">Github Link</a></h6>
</div>
</div>
</div>
<!--Service items ends-->
</div>
<div class="row">
<div class="project-title padd-15">
<h3>Other Projects & work</h3>
</div>
</div>
<div class="row">
<!--Service items-->
<div class="project-item padd-15">
<div class="project-item-inner">
<h4>MurMur</h4>
<p>Murmur is a like Social media web application where authorize user can share post, like /dislike post
also user can commets on post. they can send follow and accept requests. also chatting avalible for
online user.
</p>
<strong>Tools & Technology</strong>
<br />
<div class="project-pill ">
<h6>Dot Net</h6>
</div>
<div class="project-pill ">
<h6>C#</h6>
</div>
<div class="project-pill ">
<h6>MVC</h6>
</div>
<div class="project-pill ">
<h6>Html5</h6>
</div>
<div class="project-pill ">
<h6>Css3</h6>
</div>
<div class="project-pill ">
<h6>bootstrap</h6>
</div>
<div class="project-pill ">
<h6>MySQL</h6>
</div>
<div class="project-pill ">
<h6>JavaScript</h6>
</div>
<div class="project-pill ">
<h6>SignalR</h6>
</div>
<br /><br />
<strong>Role</strong>
<P> Frontend
<p>
<div class="project-git ">
<h6><a style="color:#ffffff;" href="https://github.com/GDThumar2409/Social-Media-.Net-MVC"
target="_blank">Github Link</a></h6>
</div>
</div>
</div>
<!--Service items ends-->
<!--Service items-->
<div class="project-item padd-15">
<div class="project-item-inner">
<h4>DevTutorials</h4>
<p>DeveTutorials is an Online E-Learning web application. Learners can read free courses, enroll in paid
courses and give
feedbacks. Learners can manage their own profile also. admin can manage user who enroll courses</p>
<strong>Tools & Technology</strong>
<br />
<div class="project-pill ">
<h6>Angular6</h6>
</div>
<div class="project-pill ">
<h6>Html5</h6>
</div>
<div class="project-pill ">
<h6>Css3</h6>
</div>
<div class="project-pill ">
<h6>JavaScript</h6>
</div>
<div class="project-pill ">
<h6>jQuery</h6>
</div>
<div class="project-pill ">
<h6>NodeJS</h6>
</div>
<div class="project-pill ">
<h6>MongoDB</h6>
</div>
<div class="project-pill ">
<h6>ExpressJS</h6>
</div>
<br /><br />
<strong>Role</strong>
<P>Frontend-Backend
<p>
<div class="project-git ">
<h6><a style="color:#ffffff;" href="https://github.com/krinish291/E-Learning" target="_blank">Github
Link</a></h6>
</div>
</div>
</div>
<!--Service items ends-->
<!--Service items-->
<div class="project-item padd-15">
<div class="project-item-inner">
<h4>Event Management</h4>
<p>Event Management System divides in 3 parts WCF services basic Add, Update, delete, search operations.
other parts are self hostting and web client part with
concept of Service Oriented Architecture.
</p>
<strong>Tools & Technology</strong>
<br />
<div class="project-pill ">
<h6>Asp .Net</h6>
</div>
<div class="project-pill ">
<h6>C#</h6>
</div>
<div class="project-pill ">
<h6>WCF Service</h6>
</div>
<div class="project-pill ">
<h6>Html5</h6>
</div>
<div class="project-pill ">
<h6>MySQL</h6>
</div>
<div class="project-pill ">
<h6>visual-studio</h6>
</div>
<div class="project-pill ">
<h6>SOA</h6>
</div>
<br /><br />
<strong>Role</strong>
<P>Backend
<p>
<div class="project-git ">
<h6><a style="color:#ffffff;" href="https://github.com/krinish291/Event-management"
target="_blank">Github Link</a></h6>
</div>
</div>
</div>
<!--Service items-->
<div class="project-item padd-15">
<div class="project-item-inner">
<h4>HackerRank</h4>
<p>Solution of 30days code, problem solving, 10 days statistics and python3 code
</p>
<strong>Tools & Technology</strong>
<br />
<div class="project-pill ">
<h6>python3</h6>
</div>
<div class="project-pill ">
<h6>java</h6>
</div>
<br /><br />
<div class="project-pill ">
<h6><a style="color:#ffffff;" href="https://www.hackerrank.com/Krinish291"
target="_blank">HackerRank</a></h6>
</div>
<div class="project-git ">
<h6><a style="color:#ffffff;" href="https://github.com/krinish291/HackerRank" target="_blank"> Github
Link</a></h6>
</div>
</div>
</div>
<!--service item end-->
</div>
</div>
</div>
<!--project section end-->
<!--contact page-->
<div class="contact section" id="contact">
<div class="container">
<div class="row">
<div class="section-title padd-15">
<h2>Contact Me</h2>
</div>
</div>
<div class="row">
<!--contact items-info-->
<div class="contact-info-item padd-15">
<div class="icon">
<i class="fa fa-envelope"></i>
</div>
<h4>Email</h4>
<p>[email protected]</p>
</div>
<!--contact items-end-->
<!--contact items-info-->
<div class="contact-info-item padd-15">
<div class="icon">
<i class="fa fa-phone"></i>
</div>
<h4>Call Us On</h4>
<p>+91 9429355416</p>
</div>
<!--contact items-end-->
<!--contact items-info-->
<div class="contact-info-item padd-15">
<div class="icon">
<i class="fa fa-map-marker"></i>
</div>
<h4>Home</h4>
<p>"Shree", Station Ploat,Visi Road,</p>
<p>Dhoraji-360410</p>
</div>
<!--contact items-end-->
</div>
<!--form-->
<br /><br />
<form action="https://formspree.io/[email protected]" method="POST">
<div class="row">
<div class="contact-form padd-15">
<div class="row">
<div class="form-item col-6 padd-15">
<div class="form-group">
<input type="text" class="form-cantrol" placeholder="Name*" id="name" name="name" required>
</div>
</div>
<div class="form-item col-6 padd-15">
<div class="form-group">
<input type="email" class="form-cantrol" placeholder="Email*" id="email" name="_replyto" required>
</div>
</div>
</div>
<div class="row">
<div class="form-item col-12 padd-15">
<div class="form-group">
<input type="text" class="form-cantrol" placeholder="Subject*" name="subject"id="subject" required>
</div>
</div>
</div>
<div class="row">
<div class="form-item col-12 padd-15">
<div class="form-group">
<textarea type="text" class="form-cantrol" placeholder="Message*" id="msg" name="message" required></textarea>
</div>
</div>
</div>
<div class="row">
<div class=" col-12 padd-15">
<button type="submit" class="btn" disabled>Send Message</button>
</div>
</div>
</div>
</div>
</form>
<!--form End-->
</div>
</div>
<!--contact page End-->
<!--Main content End-->
</div>
<!--Main container End-->
<!-- style-switcher -->
<div class="style-switcher">
<div class="toggle-style-switcher">
<i class="fa fa-cog fa-spin"></i>
</div>
<h5>Style Switcher</h5>
<ul>
<li> <a href="javascript:void(0);" title="pink" style="background-color: #ec1839;"
onclick="setActiveStyle('pink')"></a></li>
<li> <a href="javascript:void(0);" title="pink" style="background-color: #2196f3;"
onclick="setActiveStyle('blue')"></a></li>
<li> <a href="javascript:void(0);" title="pink" style="background-color: #fa5b0f;"
onclick="setActiveStyle('orange')"></a></li>
<li> <a href="javascript:void(0);" title="pink" style="background-color: #ffb400;"
onclick="setActiveStyle('yellow')"></a></li>
<li> <a href="javascript:void(0);" title="pink" style="background-color: #72b626;"
onclick="setActiveStyle('green')"></a></li>
</ul>
<h5>Body Skin</h5>
<label>
<input type="radio" class="body-skin" name="body-style" value="light" checked="true">Light
</label>
<label>
<input type="radio" class="body-skin" name="body-style" value="dark">Dark
</label>
</div>
<!-- style-switcher End-->
<!-- Include jQuery -->
<script src="js/jquery-2.2.4.min.js"></script>
<!-- Include Multislider -->
<script src="js/multislider.min.js"></script>
<!-- Initialize element with Multislider -->
<script>
$('#exampleSlider').multislider({
interval: 1000,
slideAll: false,
duration: 2000,
});
</script>
<!-- style-switcher js-->
<script src="js/script.js"></script>
<script src="js/styleSwitcher.js"></script>
<script src="js/app.js"></script>
<script src="js/mail.js"></script>
</body>
</html>