forked from Vanshikapandey30/Vanshikapandey30
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
543 lines (484 loc) · 27.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>VanshikaPandey</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet">
<!-- Favicon
==================================================
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon.png">-->
<!-- Stylesheets
================================================== -->
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header id="masthead" class="site-header" data-anchor-target=".hero" data-top="background: rgba(255,255,255,0); padding: 30px 0; box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0);" data-top-bottom="background: rgba(255,255,255,1); padding: 10px 0; box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.2);">
<nav id="primary-navigation" class="site-navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle collapsed" data-target="#portfolio-perfect-collapse" aria-expanded="false">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- <a href="#hero" class="site-logo"><img src="assets/img/logo.png" alt="logo"></a> -->
</div>
<!-- /.navbar-header -->
<div class="main-menu" id="portfolio-perfect-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="page-scroll"><a href="#hero">Home</a></li>
<li class="page-scroll"><a href="#about">About</a></li>
<li class="page-scroll"><a href="#service">Service</a></li>
<li class="page-scroll"><a href="#project">Projects</a></li>
<li class="page-scroll"><a href="#contact">Contact</a></li>
</ul>
<!-- /.navbar-nav -->
</div>
<!-- /.navbar-collapse -->
</div>
</nav>
<!-- /.primary-navigation -->
</header>
<!-- /#header -->
<div id="hero" class="hero">
<div class="container">
<div class="row">
<div class="col-md-6">
<h1>Vanshika Pandey</h1>
<div class="page-scroll">
<p class="job-title">An enthusiastic Web Developer</p>
<a href="#about" class="btn btn-fill ">Hire me</a>
<div class="clearfix visible-xxs"></div>
<!-- <a href="#portfolio" class="btn btn-border">Projects</a> -->
</div>
</div>
<div class="col-md-6 text-right">
<img class="animate__animated animate__flash animate__fast" src="assets/img/2.PNG" style="border-radius: 40px;" alt="Vanshika">
</div>
</div>
</div>
</div>
<!-- /.hero -->
<main id="main" class="site-main">
<section id="about" class="site-section section-about text-center">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h2>About</h2>
<img src="assets/img/lines.svg" class="img-lines" alt="lines">
<p>Hello! I'm Vanshika, I am a self-motivated Web Developer and a person slighty obsessed for code quality. I'm passionate and hardworking with penchant for meeting deadlines. Interested in exploring things and learning new things.
If I'll be hired by you then it would be a great pleasure for me. I’m currently looking for opportunities. To get in touch mail me <a href="mailto:[email protected]">here.</a>
</p>
<a href="Vanshika's Resume.pdf" class="btn btn-fill" target="_blank" download>Download my
resume</a>
</div>
</div>
</div>
</section>
<!-- /.secton-about -->
<section class="site-section section-skills">
<div class="container">
<div class="text-center">
<h3>My Skills</h3>
<img src="assets/img/lines.svg" class="img-lines" alt="lines">
</div>
<div class="row">
<div class="col-md-4">
<div class="skill">
<h4>Html/Css</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="80"></div>
<!-- /.progress-bar -->
</div>
<!-- /.progress -->
</div>
<!-- /.skill -->
<div class="skill">
<h4>JavaScript</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="65"></div>
<!-- /.progress-bar -->
</div>
<!-- /.progress -->
</div>
<div class="skill">
<h4>Python</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="50"></div>
<!-- /.progress-bar -->
</div>
<!-- /.progress -->
</div>
<!-- /.skill -->
</div>
<div class="col-md-4">
<div class="skill">
<h4>SQL</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="60"></div>
<!-- /.progress-bar -->
</div>
<!-- /.progress -->
</div>
<!-- /.skill -->
<div class="skill">
<h4>Git/Github</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="60"></div>
<!-- /.progress-bar -->
</div>
<!-- /.progress -->
</div>
<div class="skill">
<h4>Linux</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="40"></div>
<!-- /.progress-bar -->
</div>
<!-- /.progress -->
</div>
<!-- /.skill -->
</div>
<div class="col-md-4">
<div class="skill">
<h4>C++</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="65"></div>
<!-- /.progress-bar -->
</div>
<!-- /.progress -->
</div>
<!-- /.skill -->
<div class="skill">
<h4>PHP</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="40"></div>
<!-- /.progress-bar -->
</div>
<!-- /.progress -->
</div>
<div class="skill">
<h4>Machine Learning</h4>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="20"></div>
<!-- /.progress-bar -->
</div>
<!-- /.progress -->
</div>
<!-- /.skill -->
</div>
</div>
</div>
</section>
<!-- /.secton-skills -->
<section id="service" class="site-section section-services overlay text-center">
<div class="container" style="background-color: #537895;
background-image: linear-gradient(315deg, #537895 0%, #09203f 74%);">
<div class="row">
<div class="col-md-12">
<h3 style="color: white;">What i do</h3>
<img src="assets/img/lines.svg" class="img-lines" alt="lines">
</div>
<div class="col-sm-4">
<div class="service">
<img src="assets/img/i12.png" width="70px" height="70px" alt="Front End Developer">
<h4 style="color: white;">Development</h4>
<p style="color: white;">As a Web developer, I have experience in HTML and CSS techniques working with CSS and JavaScript Frameworks, I'm also good with version controls & I have worked with PHP and SQL, I have interest in Python & ML. Currently I am
learning React.js & TypeScript.
</p>
</div>
<!-- /.service -->
</div>
<div class="col-sm-4">
<div class="service">
<img src="assets/img/profile-pic (2).png" width="80px" height="" alt="Coding">
<h4 style="color: white; font-size: 1.3rem;">@codecrookshanks</h4>
<p style="color: white;">I own an Instagram Page with 70k+ followers where I try to make programming contents that teach students how to code efficiently. The topics include various DSA, interview questions and other technical topics.
</p>
</div>
<!-- /.service -->
</div>
<div class="col-sm-4">
<div class="service">
<img src="assets/img/i11.png" width="70px" height="70px" alt="Back End Developer">
<h4 style="color: white;">Experience</h4>
<p style="color: white;">I have done various internships as Web Developer, Digital Marketer etc. I got selected as Google Developer Students Lead of my campus, I'm the part of various communities like CodingBlocks, GirlScript, GDG. I love to contribute
in open source & participate in Hackathons.
</p>
</div>
<!-- /.service -->
</div>
</div>
</div>
</section>
<!-- /.secton-services -->
<section id="project" class="ste-section text-center" style="margin-top:20px">
<div class="col-md-12">
<h2 style="color: black;text-transform: uppercase;">My Projects</h2>
<img src="assets/img/lines.svg" class="img-lines" alt="lines">
</div>
</section>
<section class="hero-section" style="margin-bottom: 100px;">
<div class="card-grid">
<a class=" card " target=" _blank " href=" https://github.com/Vanshikapandey30/Nowcasting ">
<div class=" card__background " style=" background-image: url(https://images.unsplash.com/photo-1516912481808-3406841bd33c?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8d2VhdGhlcnxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60) ">
</div>
<div class=" card__content ">
<h3 class=" card__heading ">Nowcasting IMD</h3>
<p class=" card__category ">Implemented a project based on ML and AI with my team members.
<br>Built a U-net model which nowcast the weather.
</p>
</div>
</a>
<a class=" card " target=" _blank " href=" https://github.com/Vanshikapandey30/smile-detector ">
<div class=" card__background " style=" background-image: url(https://images.unsplash.com/photo-1590698933947-a202b069a861?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTd8fHNtaWxlfGVufDB8fDB8fA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60) ">
</div>
<div class=" card__content ">
<h3 class=" card__heading ">Smile Dectector</h3>
<p class=" card__category ">A python project based on opencv which recognise the face of a person and detects the smile. I have used haarcascade in this project.</p>
</div>
</a>
<a class=" card " target=" _blank " href=" https://github.com/Vanshikapandey30/blogweb ">
<div class=" card__background " style=" background-image: url(https://images.unsplash.com/photo-1541140911322-98afe66ea6da?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=375&q=80) ">
</div>
<div class=" card__content ">
<h3 class=" card__heading ">Blog Website</h3>
<p class=" card__category ">Built a blog website according to the client requirements
<br>which includes publishing articles, submission of articles through mail, listing previous issues & current issues etc.
</p>
</div>
</a>
<a class=" card " target=" _blank " href=" https://github.com/Vanshikapandey30/python-dictionary ">
<div class=" card__background " style=" background-image: url(https://images.unsplash.com/photo-1530970279610-8234f88384c3?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MjB8fGRpY3Rpb25hcnl8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60) ">
</div>
<div class=" card__content ">
<h3 class=" card__heading ">Python Dictionary</h3>
<p class=" card__category ">I have built a dictionary using python which basically gives the meaning of words,we ask for.</p>
</div>
</a>
<a class=" card " target=" _blank " href=" https://github.com/Vanshikapandey30/WeStandTogether ">
<div class=" card__background " style=" background-image: url(https://images.unsplash.com/photo-1560821829-18a5fbb8b4ce?ixid=MnwxMjA3fDB8MHxzZWFyY2h8NHx8dW5pdHl8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60) ">
</div>
<div class=" card__content ">
<h3 class=" card__heading ">We Stand Together</h3>
<p class=" card__category ">During this pandemic situation we need to stand together and help each other in this tough time and therefore we have created this app I built it using reactjs and firebase and I am thinking to integrate it further. I learned to
work with npm and it was a great experience for me.</p>
</div>
</a>
<a class=" card " target=" _blank " href=" https://github.com/Vanshikapandey30/E-Pocket- ">
<div class=" card__background " style=" background-image: url(https://images.unsplash.com/photo-1614260937422-f93aec4da8c5?ixid=MnwxMjA3fDB8MHxzZWFyY2h8MXx8cG9ja2V0fGVufDB8fDB8fA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60) ">
</div>
<div class=" card__content ">
<h3 class=" card__heading ">E-Pocket Management System</h3>
<!-- <p class=" card__category ">I have built a dictionary using python which basically gives the meaning of words,we ask for.</p> -->
</div>
</a>
</div>
</section>
<section class="site-section section-counters text-center">
<div class="container">
<div class="row">
<div class="col-sm-4 col-xs-12">
<p class="counter start" data-from="0" data-to="10" data-speed="2000">0</p>
<h4>Hackathons</h4>
</div>
<div class="col-sm-4 col-xs-12">
<p class="counter start" data-from="0" data-to="10" data-speed="2000">0</p>
<h4>Projects</h4>
</div>
<div class=" col-sm-4 col-xs-12 ">
<p id="infinity" class="counter" data-from="0" data-to="1" data-speed="1000">0</p>
<h4>Seconds on this site!<br>What are you waiting for?</h4>
</div>
</div>
</div>
</section>
<!-- /.section-counters -->
<section id="contact" class=" site-section section-form text-center " style=" padding-top: 35px;padding-bottom:0 ">
<div class=" container ">
<!-- <h3 >footer</h3> -->
<!-- <img src=" assets/img/lines.svg " class=" img-lines " alt=" lines "> -->
<div class=" row ">
<div class=" col-sm-4 col-xs-12 ">
<!-- <a class=" icon facebook-bg " href=" # "><i class=" icon-facebook "></i></a> -->
<a class=" icon twitter-bg " href=" https://twitter.com/Vanshika302 "><i
class=" icon-twitter "></i></a>
<a class=" icon gplus-bg " href=" https://www.linkedin.com/in/vanshika-pandey-b448391a5/ "><i
class=" icon-linkedin "></i></a>
<!-- <a class=" icon linkedin-bg " href=" # "><i class=" icon-gplus "></i></a> -->
</div>
<div class=" col-sm-4 col-sm-offset-0 col-xs-6 col-xs-offset-3 ">
<p class=" copyright " style=" color: black; ">Made with <span>❤️</span> by <a href=" http://vanshika.tech ">Vanshika</a></p>
</div>
<div class=" col-sm-4 col-xs-3 ">
<div class=" text-right page-scroll ">
<a class=" icon icon-up-bg " href=" #hero "><i class=" icon-up "></i></a>
</div>
</div>
</div>
</section>
<!-- /.section-form-->
</main>
<!-- Modals -->
<div id=" portfolioItem1 " class=" modal fade " role=" dialog ">
<div class=" modal-dialog ">
<div class=" modal-content ">
<div class=" modal-header ">
<a class=" close " data-dismiss=" modal "><span class=" glyphicon glyphicon-remove "></span></a>
<img class=" img-res " src=" assets/img/portfolio-1.jpg " alt=" ">
</div>
<div class=" modal-body ">
<h4 class=" modal-title ">Nowcasting IMD</h4>
<p>Implemented a project based on ML and AI with my team members.
<br>Built a U-net model which nowcast the weather.
</p>
</div>
<div class=" modal-footer ">
<a href=" https://github.com/Vanshikapandey30/Nowcasting " class=" btn btn-fill ">Visit Page</a>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
<div id=" portfolioItem2 " class=" modal fade " role=" dialog ">
<div class=" modal-dialog ">
<div class=" modal-content ">
<div class=" modal-header ">
<a class=" close " data-dismiss=" modal "><span class=" glyphicon glyphicon-remove "></span></a>
<img class=" img-res " src=" assets/img/portfolio-2.jpg " alt=" ">
</div>
<div class=" modal-body ">
<h4 class=" modal-title ">Smile Dectector</h4>
<p>A python project based on opencv which recognise the face of a person and detects the smile. I have used haarcascade in this project.</p>
</div>
<div class=" modal-footer ">
<a href=" https://github.com/Vanshikapandey30/smile-detector " class=" btn btn-fill ">Visit Page</a>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
<div id=" portfolioItem3 " class=" modal fade " role=" dialog ">
<div class=" modal-dialog ">
<div class=" modal-content ">
<div class=" modal-header ">
<a class=" close " data-dismiss=" modal "><span class=" glyphicon glyphicon-remove "></span></a>
<img class=" img-res " src=" assets/img/portfolio-3.jpg " alt=" ">
</div>
<div class=" modal-body ">
<h4 class=" modal-title ">Blog Website</h4>
<p>Built a blog website according to the client requirements<br>which includes publishing articles, submission of articles through mail, listing previous issues & current issues etc.</p>
</div>
<div class=" modal-footer ">
<a href=" https://github.com/Vanshikapandey30/blogweb " class=" btn btn-fill ">Visit Page</a>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
<div id=" portfolioItem4 " class=" modal fade " role=" dialog ">
<div class=" modal-dialog ">
<div class=" modal-content ">
<div class=" modal-header ">
<a class=" close " data-dismiss=" modal "><span class=" glyphicon glyphicon-remove "></span></a>
<img class=" img-res " src=" assets/img/portfolio-4.jpg " alt=" ">
</div>
<div class=" modal-body ">
<h4 class=" modal-title ">Python Dictionary</h4>
<p>I have built a dictionary using python which basically gives the meaning of words,we ask for.
</p>
</div>
<div class=" modal-footer ">
<a href=" https://github.com/Vanshikapandey30/python-dictionary " class=" btn btn-fill ">Visit
Page</a>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
<div id=" portfolioItem5 " class=" modal fade " role=" dialog ">
<div class=" modal-dialog ">
<div class=" modal-content ">
<div class=" modal-header ">
<a class=" close " data-dismiss=" modal "><span class=" glyphicon glyphicon-remove "></span></a>
<img class=" img-res " src=" assets/img/portfolio-5.jpg " alt=" ">
</div>
<div class=" modal-body ">
<h4 class=" modal-title ">We Stand Together</h4>
<p>During this pandemic situation we need to stand together and help each other in this tough time and therefore we have created this app I built it using reactjs and firebase and I am thinking to integrate it further. I learned to work
with npm and it was a great experience for me.</p>
</div>
<div class=" modal-footer ">
<a href=" https://github.com/Vanshikapandey30/WeStandTogether " class=" btn btn-fill ">Visit
Page</a>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
<div id=" portfolioItem6 " class=" modal fade " role=" dialog ">
<div class=" modal-dialog ">
<div class=" modal-content ">
<div class=" modal-header ">
<a class=" close " data-dismiss=" modal "><span class=" glyphicon glyphicon-remove "></span></a>
<img class=" img-res " src=" assets/img/portfolio-6.jpg " alt=" ">
</div>
<div class=" modal-body ">
<h4 class=" modal-title ">E-Pocket Management System</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec commodo finibus tristique. Maecenas dignissim condimentum sem eu tincidunt. Curabitur in dui quis magna vestibulum pulvinar a ut urna. Nam pellentesque mattis urna. Aenean
eget lectus sit amet turpis facilisis consectetur quis vel ante. Integer in massa ut nibh ultricies sagittis imperdiet in ante. Nam sed turpis vel ante placerat feugiat ac tempus magna. Nam aliquet ullamcorper dolor non hendrerit.
</p>
</div>
<div class=" modal-footer ">
<a href=" https://github.com/Vanshikapandey30/E-Pocket- " class=" btn btn-fill ">Visit Page</a>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src=" https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js "></script>
<script src=" assets/js/bootstrap.min.js "></script>
<script src=" https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js "></script>
<script src=" assets/js/skrollr.min.js "></script>
<script src=" https://cdnjs.cloudflare.com/ajax/libs/bootstrap-progressbar/0.9.0/bootstrap-progressbar.min.js "></script>
<script src=" assets/js/jquery.countTo.min.js "></script>
<script src=" assets/js/script.js "></script>
</body>
</html>