-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
535 lines (454 loc) · 28 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J70JE5QX35"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J70JE5QX35');
</script>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<!-- Required Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- css files -->
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="responsive.css">
<!-- js files -->
<!-- font awesome icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/v4-shims.css">
<title>Abhishek Vaishnav</title>
<!-- fav icon -->
<link rel="shortcut icon" href="logo1.jpg"/>
<!-- animation animate.css + wow.js -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.compat.css"/>
<!-- javascript -->
<script src='index.js'></script>
</head>
<body>
<div class="navi navbar-wrapper container-fluid">
<!-- navigation bar -->
<nav class="container-fluid navbar navbar-expand-lg navbar-light pt-3 fixed-top" style="background:#0a0a0a;" >
<a class="navbar-brand" href="#"><img src="logo1.jpg" alt="logo" width="45" height="35" style="border-radius: 10px;" ></a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#collapsedNav" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar top-bar"></span>
<span class="icon-bar middle-bar"></span>
<span class="icon-bar bottom-bar"></span>
</button>
<div class="collapse navbar-collapse " id="collapsedNav">
<ul class="navbar-nav ml-auto" >
<li class="nav-item">
<a class="nav-link active" href="#home">Home |</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About |</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#education">Education |</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects |</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#hobbies">Hobbies |</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="#contact">Contact |</a>
</li>
</ul>
</div>
</nav>
</div>
<section id="home" class="section">
<!-- hello world -->
<div class="container-fluid">
<div class="row">
<div class="col-md-12 col-lg-12 col-sm-12 col-xs-12">
<h3 class="hello pink">HELLO, WORLD</h3>
</div>
</div>
</div>
<!-- i'm programmer -->
<div class="container-fluid">
<div class="row">
<div class="col-md-4 col-lg-4 col-sm-12 col-sm-12">
<h3 class="iam wow fadeIn">I'm</h3>
</div>
<div class="col-md-8 col-lg-8 col-sm-12 col-sm-12">
<h3 class="programmer wow fadeIn"><span class="pink">PRO</span>GRAMMER</h3>
</div>
</div>
</div>
<!-- name -->
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<h3 class="name wow fadeInUp">A B H I S H E K V A I S H N A V</h3>
</div>
</div>
</div>
<!-- explore button -->
<div class="container-fluid explore">
<div class="row justify-content-center pt-3">
<a class="exploreButton " style="text-decoration: none;" href="#about" >ABOUT ME ▾</a>
</div>
</div>
<!-- social icons -->
<div class="container-fluid">
<ul class="intro-social">
<li >
<a href="https://github.com/abhishek0777">
<i class="fa fa-github wow fadeInUp" data-wow-delay="0.3s" ></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/">
<i class="fa fa-facebook wow fadeInUp" data-wow-delay="0.3s"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/abhishek-vaishnav-719aa5195/">
<i class="fa fa-linkedin wow fadeInUp" data-wow-delay="0.3s"></i>
</a>
</li>
<li>
<a href="https://twitter.com/Parinda_01">
<i class="fa fa-twitter wow fadeInUp" data-wow-delay="0.3s"></i>
</a>
</li>
<li>
<a href="https://www.quora.com/profile/Abhishek-Vaishnav-12">
<i class="fa fa-quora wow fadeInUp" data-wow-delay="0.3s"></i>
</a>
</li>
</ul>
</div>
</section>
<!-- About --><!-- About --><!-- About --><!-- About --><!-- About --><!-- About -->
<section id="about" class="section">
<div class="container">
<h3 class="pink About">ABOUT</h3>
<h2 class="introduce">Let me introduce myself</h2>
</div>
<div class="container">
<div class="row">
<div class="col-md-3 col-lg-3 col-sm-12 col-xs-12">
<img src="vaishnav_img.jpg" class="profileImg wow slideInRight" alt="profile">
</div>
<div class="col-md-9 col-lg-9 col-sm-12 col-xs-12">
<h2 class="introduction">I’m Abhishek Vaishnav. I live in Bangalore where I design & develop softwares. I did B.Tech. in Computer Science from NIT Allahabad. I am a software engineer by education, developer by choice and a photographer by heart. I am so much passionate about solving and discussing data structure and algorithm problems.</h2>
<h2 class="introduction">Currently focusing on learning software system designs, stock market, photography, videography and editing.</h2>
<br>
<p>Disclaimer: This portfolio is on the path of deprecation, new portfolio is in developing phase. Stay tuned. To know more about me, reach out to my LinkedIn profile.</p>
</div>
</div>
<h1><hr width="70%" align="right" size="15"></h1>
</div>
<!-- profile and skills -->
<!-- <div class="container PSpadding">-->
<!-- <div class="row">-->
<!-- <div class="col-md-6 col-lg-6 col-sm-12 col-xs-12">-->
<!-- <h2 class="PS">P R O F I L E<hr style="border: 1.5px solid #FF0077 ;width:70%;" align="left"></h2>-->
<!-- <p class="grey" style="font-size:20px;">Here is my quick bio. You can get to know more about me through my social handles.</p>-->
<!-- <h3 class="profileItems wow fadeIn">FULL NAME:</h3>-->
<!-- <p class="grey wow fadeIn">Abhishek Vaishnav</p>-->
<!-- <h3 class="profileItems wow fadeIn">BIRTH DATE:</h3>-->
<!-- <p class="grey wow fadeIn">February 17,2001</p>-->
<!-- <h3 class="profileItems wow fadeIn">PROFESSION:</h3>-->
<!-- <p class="grey wow fadeIn">B.Tech Student IT @ MNNIT</p>-->
<!-- <h3 class="profileItems wow fadeIn">WEBSITE:</h3>-->
<!-- <a href="https://abhishek0777.github.io/">www.abhishek0777.github.io/</a>-->
<!-- <h3 class="profileItems wow fadeIn">EMAIL:</h3>-->
<!-- <p class="grey wow fadeIn">[email protected]</p>-->
<!-- <h3 class="profileItems wow fadeIn">MOBILE:</h3>-->
<!-- <p class="grey wow fadeIn">+91 7427044022</p>-->
<!-- <h3 class="profileItems wow fadeIn">ADDRESS:</h3>-->
<!-- <p class="grey wow fadeIn">I-416 Azad Nagar, Bhilwara, Raj.</p>-->
<!-- </div> -->
<!--<!–skills –><!–skills –><!–skills –><!–skills –><!–skills –><!–skills –><!–skills –><!–skills –><!–skills –>-->
<!-- <div class="col-md-6 col-lg-6 col-sm-12 col-xs-12">-->
<!-- <h2 class="PS">S K I L L S<hr style="border: 1.5px solid #FF0077 ;width:70%;" align="left"></h2>-->
<!-- <p class="grey wow fadeIn" style="font-size:20px;">Below graphed are my prior technical skills on which i works frequently.</p>-->
<!-- <h3 class="profileItems wow fadeIn" style="padding-top: 1.7vh;">ALGORITHM:</h3>-->
<!-- <div class="progress mb-4 wow fadeIn" style="height:10px;">-->
<!-- <div class="progress-bar progress-bar-striped progress-bar-animated bg-dark" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 55%"></div>-->
<!-- </div>-->
<!-- <h3 class="profileItems wow fadeIn" style="padding-top: 1.7vh;">DATA STRUCTURE:</h3>-->
<!-- <div class="progress mb-4 wow fadeIn" style="height:10px;">-->
<!-- <div class="progress-bar progress-bar-striped progress-bar-animated bg-dark" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 70%"></div>-->
<!-- </div>-->
<!-- <h3 class="profileItems wow fadeIn" style="padding-top: 1.7vh;">FRONT END:</h3>-->
<!-- <div class="progress mb-4 wow fadeIn" style="height:10px;">-->
<!-- <div class="progress-bar progress-bar-striped progress-bar-animated bg-dark" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 80%"></div>-->
<!-- </div>-->
<!-- <h3 class="profileItems wow fadeIn" style="padding-top: 1.7vh;">BACK END:</h3>-->
<!-- <div class="progress mb-4 wow fadeIn" style="height:10px;">-->
<!-- <div class="progress-bar progress-bar-striped progress-bar-animated bg-dark" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 50%"></div>-->
<!-- </div>-->
<!-- <!– buttons –>-->
<!-- <div class="row justify-content-center pt-3">-->
<!-- <a class="skillsButton wow fadeIn" style="text-decoration: none;" href="#contact" >CONTACT ME ▾</a>-->
<!-- </div>-->
<!-- <div class="row justify-content-center pt-3">-->
<!-- <a class="skillsButton wow fadeIn" style="text-decoration: none;" href="Abhishek_Vaishnav.pdf" target="_blank">RESUME ▾</a>-->
<!-- </div-->
<!-- </div>-->
</div>
</div>
</section>
<!-- education section --><!-- education section --><!-- education section --><!-- education section -->
<section id="education" class="section">
<div class="container">
<h3 class="pink About">EDUCATION</h3>
</div>
<!-- timeline -->
<div class="">
<div class="container">
<h2 class="pb-3 pt-2 border-bottom mb-5"></h2>
<!--first section-->
<div class="row align-items-center how-it-works d-flex">
<div class="col-2 text-center bottom d-inline-flex justify-content-center align-items-center">
<div class="circle font-weight-bold"><i class="fa fa-chalkboard-teacher"></i></div>
</div>
<div class="col-6 wow slideInRight">
<h3>X-HIGH SCHOOL</h3>
<p>Shree Mahesh Public School,Bhilwara</p>
<p class="grey">April,2016-May,2017</p>
<h5>CGPA : 10/10</h5>
<!-- <p class="grey">Secondry High School (or class 10) affiliated to Central Board of Secondry Education(CBSE).</p> -->
</div>
</div>
<!--path between 1-2-->
<div class="row timeline">
<div class="col-2">
<div class="corner top-right"></div>
</div>
<div class="col-8">
<hr/>
</div>
<div class="col-2">
<div class="corner left-bottom"></div>
</div>
</div>
<!--second section-->
<div class="row align-items-center justify-content-end how-it-works d-flex">
<div class="col-6 text-right wow slideInLeft">
<h3>XII-HIGH SCHOOL</h3>
<p>Sarvodaya Sn. Sec. School,Kota</p>
<p class="grey">June,2017-May,2019</p>
<h5>PCM : 94.33%</h5>
<!-- <p class="grey">Secondry High School (or class 12) affiliated to Central Board of Secondry Education(CBSE).</p> -->
</div>
<div class="col-2 text-center full d-inline-flex justify-content-center align-items-center">
<div class="circle font-weight-bold"><i class="fa fa-chalkboard-teacher"></i></div>
</div>
</div>
<!--path between 2-3-->
<div class="row timeline">
<div class="col-2">
<div class="corner right-bottom"></div>
</div>
<div class="col-8">
<hr/>
</div>
<div class="col-2">
<div class="corner top-left"></div>
</div>
</div>
<!--third section-->
<div class="row align-items-center how-it-works d-flex">
<div class="col-2 text-center top d-inline-flex justify-content-center align-items-center">
<div class="circle font-weight-bold"><i class="fa fa-user-graduate"></i></div>
</div>
<div class="col-6 wow slideInRight">
<h3>BACHELOR</h3>
<p>MN National Institute Of Technology</p>
<p class="grey">July,2019-July,2023</p>
<h5>CPI : 9.04</h5>
<p class="grey">B.Tech in Information Technology</p>
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="section" style="margin-top:0%">
<div class="container">
<h3 class="pink About">PROJECTS</h3>
</div>
<p style="color:#f1eaea;text-align: center;">Only major projects are shown here.</p>
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="card d-block w-90" style="margin:auto;">
<div class="card-body">
<h5 class="card-title">JobSpace</h5>
<p class="card-text">It's a Full Stack website dedicated for hiring developers and techies and a platform for recruiters to post job vacancies and can filter applications in further stages when developers portfolio selected and can also evaluate techies by quizzes / test</p>
</div>
<!-- <div class="container tech-stack-list">-->
<!-- <ul class="list-group">-->
<!-- <li class="list-group-item active">Tech-Stack</li>-->
<!-- <li class="list-group-item">Node.js</li>-->
<!-- <li class="list-group-item">Backend Framework: Express.js</li>-->
<!-- <li class="list-group-item">Databse: MongoDB & ORM : Mongoose</li>-->
<!-- <li class="list-group-item">Front-end Library: Bootstrap</li>-->
<!-- </ul>-->
<!-- </div>-->
<div class="card-body">
<h5><a href="https://github.com/abhishek0777/JobSpace" class="project-link"><i class="fa fa-github"></i> Code</a></h4><br>
<h5><a href="https://www.linkedin.com/posts/abhishek777vaishnav_javascript-jobspace-nodejs-activity-6729276800599506944-ukbb?utm_source=share&utm_medium=member_desktop" class="project-link"><i class="fa fa-desktop"></i> Demo Video</a></h4>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card d-block w-90" style="margin: auto;">
<div class="card-body">
<h5 class="card-title">DockLock</h5>
<p class="card-text">DocLock is a dedicated one-stop solution for all kinds of official paperwork done, proper management in an institution . This Project was build under the annual Hackathon Hack36 5th edition organised by MNNIT Allahabad. 36 hours of caffeniation , collaboration and celebration gave such a tremendous use of IPFS and Web-development . </p>
<p class="card-text">DockLock stands as 1st runner up in Hackathon.</p>
</div>
<div class="card-body">
<h5><a href="https://github.com/abhishek0777/DocLock" class="project-link"><i class="fa fa-github"></i> Code</a></h4><br>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card d-block w-90" style="margin: auto;">
<div class="card-body">
<h5 class="card-title">Portfolio</h5>
<p class="card-text">Designed my own portfolio which have various sections including introduction, education, projects, skills, contact etc. Implemented using Bootstrap v4, wow.js and animate.js</p>
</div>
<!-- <div class="container tech-stack-list">-->
<!-- <ul class="list-group">-->
<!-- <li class="list-group-item active">Tech-Stack</li>-->
<!-- <li class="list-group-item">Front-end Library: Bootstrap v4</li>-->
<!-- <li class="list-group-item">Language : HTML,CSS,JavaScript</li>-->
<!-- -->
<!-- </ul>-->
<!-- </div>-->
<div class="card-body">
<h5><a href="https://github.com/abhishek0777/abhishek0777.github.io" class="project-link"><i class="fa fa-github"></i> Code</a></h4><br>
<h5><a href="https://abhishekvaishnav.com" class="project-link"><i class="fa fa-desktop"></i> Live</a></h4>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card d-block w-90" style="margin: auto;">
<div class="card-body">
<h5 class="card-title">Blog App</h5>
<p class="card-text">Web Application to upload, update, delete blogs with login and sign-up functionality using passport authentication.Implenting full-fledged CRUD functionalities with good UI.</p>
</div>
<!-- <div class="container tech-stack-list">-->
<!-- <ul class="list-group">-->
<!-- <li class="list-group-item active">Tech-Stack</li>-->
<!-- <li class="list-group-item">Node.js</li>-->
<!-- <li class="list-group-item">Backend Framework: Express.js</li>-->
<!-- <li class="list-group-item">Databse: MongoDB & ORM : Mongoose</li>-->
<!-- <li class="list-group-item">Front-end Library: Bootstrap</li>-->
<!-- </ul>-->
<!-- </div>-->
<div class="card-body">
<h5><a href="https://github.com/abhishek0777/BlogApp" class="project-link"><i class="fa fa-github"></i> Code</a></h4><br>
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- form and contact --><!-- form and contact --><!-- form and contact --><!-- form and contact -->
<section id="contact" class="section">
<h3 class="pink About" style="padding-top: 12vh;">CONTACT</h3>
<h4 class="feedback">I'd Love To Hear From You.</h4>
<h5 class="wanna">Wanna help or giving feedback? Drop me a message</h5>
<div class="container">
<form action="https://formspree.io/xnqgdged" method="POST" >
<input type="text" name="name" placeholder="N a m e"><br>
<input type="email" name="email" placeholder="E m a i l"><br>
<input type="text" name="subject" placeholder="S u b j e c t"><br>
<input type="text" name="message" placeholder="M e s s a g e"><br><br><br>
<input class="Submit" type="submit" value="S u b m i t"><br>
</form>
</div>
<div class="container-fluid icon-row">
<div class="row">
<div class="col-md-4 col-lg-4 col-sm-12 col-xs-12 wow fadeInDown">
<div class="contact-icon">
<i class="fa fa-map-marker"></i>
</div>
<h3 class="pink" style="text-align:center;font-size: 1.3vh;font-weight: 800;">FIND ME@</h3>
<div class="pink contact-text">
<a href="https://www.google.com/maps/place/Azad+Nagar,+Bhilwara,+Rajasthan+311001/@25.327402,74.6242745,53m/data=!3m1!1e3!4m5!3m4!1s0x3968c23bfe97fb53:0x4e5d70bc3dac4d49!8m2!3d25.3268751!4d74.613691" target="_blank">
<span>Bhilwara,Rajasthan</span><br>India
</a>
</div>
</div>
<div class="col-md-4 col-lg-4 col-sm-12 col-xs-12 wow fadeInDown">
<div class="contact-icon">
<i class="fa fa-envelope"></i>
</div>
<h3 class="pink" style="text-align:center;font-size: 1.3vh;font-weight: 800;">MAIL ME@</h3>
<div class="pink contact-text">
<a href="mailto:[email protected]" target="_blank">
abhishek777vaishnav
</a>
</div>
</div>
<div class="col-md-4 col-lg-4 col-sm-12 col-xs-12 wow fadeInDown">
<div class="contact-icon">
<i class="fa fa-phone"></i>
</div>
<h3 class="pink" style="text-align:center;font-size: 1.3vh;font-weight: 800;">CALL ME@</h3>
<div class="pink contact-text">
<a href="tel:7427044022" target="_blank">
<span>Mobile:</span><br>
(+91) 7427044022
</a>
</div>
</div>
</div>
</div>
</section>
<!-- footer --><!-- footer --><!-- footer --><!-- footer --><!-- footer -->
<div class="container-fluid copyright">
<footer class="text-center">
<span class="pink">Designed <i class="fa fa-paint-brush"></i> and </> by ΔV<br></span>
<span style="color:#f1eaea">© Copyright 2024 | All rights reserved </span>
</footer>
</div>
</body>
<!-- Js links -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.js"></script>
<!-- javascript -->
<script src='index.js'></script>
<script>
var wow = new WOW(
{
boxClass: 'wow', // animated element css class (default is wow)
animateClass: 'animated', // animation css class (default is animated)
offset: 0, // distance to the element when triggering the animation (default is 0)
mobile: true, // trigger animations on mobile devices (default is true)
live: true, // act on asynchronously loaded content (default is true)
callback: function(box) {
// the callback is fired every time an animation is started
// the argument that is passed in is the DOM node being animated
},
scrollContainer: null // optional scroll container selector, otherwise use window
}
);
wow.init();
</script>
</html>