-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
570 lines (469 loc) · 23.9 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Monika Jha</title>
<link rel="shortcut icon" href="images/tulip.jpg">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<style type="text/css">
html {
scroll-behavior: smooth;
}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
font-size: 25px;
border: none;
outline: none;
background-color: #C0C0C0;
color: white;
font-color: blue;
cursor: pointer;
padding: 6px;
border-radius: 50%;
height: 50px;
width: 50px;
}
.fa-angle-double-up {
font-weight: bolder;
background-color: #C0C0C0;
}
.fa-angle-double-up:hover {
background-color: white;
}
#myBtn:hover {
background-color: white;
}
.nava {
width: 32%;
height: 7%;
}
.long {
font-size: 50px;
}
.fix {
margin-top: 0px;
width: 100%;
height: 8%;
opacity: 0.85;
overflow: hidden;
z-index: 1020;
position: fixed;
}
.navbar-brand {
font-size: 22px;
}
.form-group {
margin-top: 20px;
margin-left: 30px;
margin-right: 20px;
}
.ff {
border: 2px solid white;
border-radius: 25px;
background-color: #000316;
width: 600px;
margin: 40px auto;
color: #FFFAFA;
letter-spacing: 1.3px;
}
.form-button {
margin-top: 20px;
margin-left: 270px;
margin-right: 40px;
margin-bottom: 20px;
}
.btn-primary {
align-self: center;
background-color: #D8BFD8;
border: 2px solid #FFFAFA;
color: #2F4F4F;
}
.form-button button:hover {
background-color: #A9A9A9;
color: white;
}
</style>
</head>
<body>
<div id="particles-js" class="mb-0">
<nav class="navbar navbar-expand-lg navbar-dark fix">
<div class="container mt-1">
<a class="navbar-brand" href="https://github.com/m-code12"><b><img src="https://img.icons8.com/bubbles/50/000000/analytics-professional-female.png"/> Monika Jha</b></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a href="#home" class="nav-link mr-5 ml-5" style="color: #F8F8FF"><span><img src="https://img.icons8.com/fluent/46/000000/home.png"/> </span>Home</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link mr-5" style="color: #F8F8FF"><span><img src="https://img.icons8.com/color/46/000000/project-management.png"/> </span>Projects</a>
</li>
<li class="nav-item">
<a href="#experience" class="nav-link mr-5" style="color: #F8F8FF"><span><img src="https://img.icons8.com/office/39/000000/parse-resumes.png" /> </span>Experience</a>
</li>
<li class="nav-item">
<a href="#education" class="nav-link mr-5" style="color: #F8F8FF"><span><img src="https://img.icons8.com/dusk/46/000000/student-center.png"/> </span>Education</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link mr-3" style="color: #F8F8FF"><span><img src="https://img.icons8.com/cotton/46/000000/contact-card.png"/> </span>Contact Me</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa fa-angle-double-up p-1 font-weight-bold" aria-hidden="true" style="color: black;"></i></button>
<section class="container-fluid pb-5 pt-3" id="home">
<div class="row align-items-center">
<div class="col-lg-5 pl-5 pr-0 ml-0 px-2">
<!--<img class="img-fluid" src="images/img3.gif" width="500">--->
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
<lottie-player src="https://assets4.lottiefiles.com/private_files/lf30_yziydbap.json" background="transparent" speed="1" style="width: 550px; height: 550px;" loop autoplay></lottie-player>
</div>
<div id="one" class="col-lg-7 col-sm-12 text-left pl-5 pr-5 pt-1">
<div class="card border-light glow-but mr-auto">
<div class="card-body">
<h5 class="mb-3 primary"><center>About Me</center></h5>
<h5 style="color: #FFE4E1;"><b>Software Developer || Technology Analyst @Deloitte USI || Former Intern @Morgan Stanley || Semi-Finalist @Microsoft Fixathon 2.0</b></h5>
<p class="secondary pt-3" align="justify">I am Monika Jha, a 2022 Computer Engineering Graduate from Thadomal Shahani Engineering College. I am a software developer and a hardworking, optimistic, and an ambitious individual looking out for opportunities in the technology-centric domain. I am eager to join a team wherein I can add value and produce positive outcomes along with creating a social impact through my work.</p>
</div>
</div>
</div>
</div>
</section>
<section class="container-fluid pt-3 pb-2">
<div class="row align-items-center">
<div id="one" class="col-lg-7 col-sm-12 text-left pl-2 pr-0 ml-0.2">
<div class="row">
<div class="col-1"></div>
<div class="col-10 pb-5">
<div class="card border-light glow-but mr-auto">
<div class="card-body">
<div class="pt-0">
<!-- <h5 style="color: #FFFFF0;"><b>I have good knowledge of Programming in C, C++, DSA, OOPS, DBMS and Web Dev using MERN.</b></h5></div>
<div class="pt-3"> -->
<h5 style="color: #FFFFF0;"><b>I have good knowledge of Programming in C, C++, Data Structures and Algorithms, OOPS, DBMS and Web Development using MERN.</b></h5></div>
<!-- <h5 style="color: #FFFFF0;"><b>I am currently working as a Developer at Deloitte and have previously interned at Morgan Stanley and other startups.</b></h5></div> -->
<h5 style="color: #FFFFF0;"><b>I am currently working as a Developer at Deloitte and have previously interned at Morgan Stanley and other startups.</b></h5></div>
<div class="pt-3">
<!-- <h5 style="color: #FFFFF0;"><b>My vision is to contribute to the education sector and create a social impact through my work.</b></h5></div> -->
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-5 pl-2 pr-5 pb-5" data-animate-scroll='{"rotationY":"-15", "alpha": "0", "duration": "1","scaleX": "0","scaleY": "0"}'>
<img class="img-fluid" src="images/img1.png" width="800">
</div>
</div>
<h1 style="color: #F0FFF0" class="mt-5"><center>Have a look at my Resume!</center></h1>
<section class="container pt-3 pb-0 nava" data-animate-scroll='{"scaleX": "2","scaleY": "2", "alpha": "0", "duration": "1.5"}'>
<div class="row">
<div class="col-lg-12 pr-5 mr-5 ml-4 pl-4">
<div class="card border-light gl1">
<div class="card-body">
<div class="row">
<a href="Monika Jha.pdf" style="color: #FFEBCD" class="stretched-link"></a>
<div class="col-lg-4">
<i class="fa fa-telegram glyp4" aria-hidden="false"></i></div>
<div class="col-lg-8 col-sm-12">
<h1 style="color: #EEE8AA" class="long">Resume</h1>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="projects" class="mt-0">
<br><br><br>
<h1 style="color: #F8F8FF" class="mt-1"><center>Projects</center></h1>
<section class="container">
<div class="row">
<div class="col-lg-6 pr-5 pb-4 pt-5">
<div class="card border-light gl" data-animate-scroll='{"x": "-20","y": "-20","rotation": "-3","alpha": "0", "duration": "1.3"}'>
<div class="card-body">
<h1 class="pl-1 pb-1"><b><center>Sensing Shooter</center></b></h1>
<div align="center"><i class="fa fa-microchip glyp pr-3" aria-hidden="false"></i></div>
<div class="card-body">
<p class="card-text">The project was designed using Arduino UNO to be used in prohibited areas for Border Security which senses the target and displays it with the help of camera and performs shooting depending on the command given.The link to the project is <a href="https://github.com/m-code12/Sensing-Shooter"> here</a> .</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 pr-5 pt-5">
<div class="card border-light gl" data-animate-scroll='{"x": "20","y": "20","rotation": "3","alpha": "0", "duration": "1.3"}'>
<div class="card-body">
<h1 class="pl-1 pb-1"><b><center>Library Management System</center></b></h1>
<div align="center"><i class="fa fa-book glyp pr-3" aria-hidden="false"></i></div>
<div class="card-body">
<p class="card-text pt-0">A complete Library Management System in C programming languauge .The link to the project is <a href="https://github.com/m-code12/Library_Management_in_C"> here</a> .</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 pr-5 pt-5 pb-4">
<div class="card border-light gl" data-animate-scroll='{"x": "-20","y": "-20","rotation": "-3","alpha": "0", "duration": "1.3"}'>
<div class="card-body">
<h1 class="pl-1 pb-1"><b><center>The Girl Code's Blog</center></b></h1>
<div align="center"><i class="fa fa-bookmark-o glyp pr-3" aria-hidden="false"></i></div>
<div class="card-body">
<p class="card-text pt-0">This blog-website was developed as part of a project by #Build Program of Girlscript Foundation. It was made using HTML,CSS and Bootstrap.The link to the project is <a href="https://github.com/m-code12/The_Girl_Code_Blog"> here</a> .</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 pr-5 pt-5">
<div class="card border-light gl" data-animate-scroll='{"x": "20","y": "20","rotation": "3","alpha": "0", "duration": "1.3"}'>
<div class="card-body">
<h1 class="pl-1"><b><center>Hangman Game</center></b></h1>
<div align="center"><i class="fa fa-gamepad glyp pr-3" aria-hidden="false"></i></div>
<div class="card-body">
<p class="card-text pt-0">A beginner-level project in python which uses various modules and concepts of python to play with words.The link to the project is <a href="https://github.com/m-code12/Hangman_Game"> here</a> .</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 pr-5 pt-5">
<div class="card border-light gl" data-animate-scroll='{"x": "-20","y": "-20","rotation": "-3","alpha": "0", "duration": "1.3"}'>
<div class="card-body">
<h1 class="pl-1 pb-3"><b><center>JPMorgan Chase Virtual Internship</center></b></h1>
<div align="center"><i class="fa fa-building-o glyp pr-3" aria-hidden="false"></i></div>
<div class="card-body">
<p class="card-text pt-0">It gave me insights about the entry-level tasks to be performed and made me familiar with JPMorgan Chase Tools and Frameworks. It consisted of several modules consisting of data analysis ,data visualization ,stock market and trading concepts.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6 pr-5 pt-5">
<div class="card border-light gl" data-animate-scroll='{"x": "20","y": "20","rotation": "3","alpha": "0", "duration": "1.3"}'>
<div class="card-body">
<h1 class="pl-1 pb-3"><b><center>Animation Project using C language</center></b></h1>
<div align="center"><i class="fa fa-umbrella glyp3 pr-3" aria-hidden="false"></i></div>
<div class="card-body">
<p class="card-text pt-0">The project depicts a man walking with an umbrella on a rainy day.The link to the project is <a href="https://github.com/m-code12/Animation_using_C"> here</a> .</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<section id="experience" class="mt-0">
<br><br><br>
<h1 style="color: #FFFFF0" class="mt-1"><center>Internships</center></h1>
<section class="container">
<div class="row">
<div class="col-lg-4 pr-5 pt-5">
<div class="card border-light pt-0 pb-0 mt-0 mb-0" data-animate-scroll='{"rotationY":"-15", "alpha": "0", "duration": "1.5","scaleX": "0","scaleY": "0"}'>
<div class="card-body glow">
<div align="center"><img src="images/indie.jpeg" width="220"></div>
<h1 class="pl-1 pt-3"><b><center>Web Developer</center></b></h1>
<p class="card-text pt-0">Contributed as a Web Developer at a mobile and web app firm named, The Indie Corp.</p>
</div>
</div>
</div>
<div class="col-lg-4 pr-5 pt-5">
<div class="card border-light pt-0 pb-0 mt-0 mb-0" data-animate-scroll='{"rotationY":"-15", "alpha": "0", "duration": "1.5","scaleX": "0","scaleY": "0"}'>
<div class="card-body glow">
<div align="center"><img src="images/hc.jpg"></div>
<h1 class="pl-1 pt-3"><b><center>Project Mentor</center></b></h1>
<p class="card-text pt-0">Provided technical guidance to the fellow contributors in the Contributor's Hack, 2020 Program.</p>
</div>
</div>
</div>
<div class="col-lg-4 pr-5 pt-5">
<div class="card border-light pt-0 pb-0 mt-0 mb-0" data-animate-scroll='{"rotationY":"-15", "alpha": "0", "duration": "1.5","scaleX": "0","scaleY": "0"}'>
<div class="card-body glow">
<div align="center"><img src="images/muq.jpg" width="250"></div>
<h1 class="pl-0 pt-3"><b><center>Intern Administrator</center></b></h1>
<p class="card-text pt-0">Involved in website maintenance ,working on database and uploading required data on server in muquestionpapers.com .</p>
</div>
</div>
</div>
</div>
<div class="row pb-0">
<div class="col-lg-4 pr-5 pt-5">
<div class="card border-light pt-0 pb-0 mt-0 mb-0" data-animate-scroll='{"rotationY":"-15", "alpha": "0", "duration": "1.5","scaleX": "0","scaleY": "0"}'>
<div class="card-body glow">
<div align="center"><img src="images/gsoc.jpg" width="280"></div>
<h1 class="pl-1 pt-3"><b><center>Open Source Contributor</center></b></h1>
<p class="card-text pt-0">Contributed to four projects in domains like web development, system testing,etc and secured a rank in top 35 in Girlscript Summer of Code 2020.</p>
</div>
</div>
</div>
<div class="col-lg-4 pr-5 pt-5">
<div class="card border-light pt-0 pb-0 mt-0 mb-0" data-animate-scroll='{"rotationY":"-15", "alpha": "0", "duration": "1.5","scaleX": "0","scaleY": "0"}'>
<div class="card-body glow">
<div align="center"><img src="images/ma.jpg" width="120"></div>
<h1 class="pl-1 pt-2"><b><center>Database Manager</center></b></h1>
<p class="card-text pt-0">My responsibilities include to handle the database using technologies like Firebase and co-ordinate with other team members in Mobile App Developer's Club of my college.</p>
</div>
</div>
</div>
<div class="col-lg-4 pr-5 pt-5">
<div class="card border-light pt-0 pb-0 mt-0 mb-0" data-animate-scroll='{"rotationY":"-15", "alpha": "0", "duration": "1.5","scaleX": "0","scaleY": "0"}'>
<div class="card-body glow">
<div align="center"><img src="images/ludifu.jpg" width="140"></div>
<h1 class="pl-1 pt-3"><b><center>Marketing Intern</center></b></h1>
<p class="card-text pt-0">My responsibilities were to manage
database in MS Excel and do marketing via email in a startup named, Let Us Do It For You (LUDIFU) .</p>
</div>
</div>
</div>
</div>
</section>
</div>
<section id="education" class="mt-0">
<br><br><br>
<h1 style="color: #FFFFF0" class="mt-1"><center>Education</center></h1>
<section class="container pt-5">
<div class="row">
<div class="col-lg-12 pr-5 pb-0">
<div class="card border-light gl" data-animate-scroll='{"rotationY":"-15", "alpha": "0", "duration": "1.7","scaleX": "0","scaleY": "0"}'>
<div class="card-body">
<div class="row">
<div class="col-lg-2">
<i class="fa fa-graduation-cap glyp pl-3 pt-5" aria-hidden="false"></i></div>
<div class="col-lg-10">
<h1 style="color: #EEE8AA" class="pl-5"><b>Thadomal Shahani Engineering College</b></h1>
<p style="color: #FAFAD2" class="pl-5">Pursuing Third year Computer Engineering ( 2018-2022 ) - 8.63 CGPA</p>
<p style="color: #FAFAD2" class="pt-2 pl-5">⚡ Core Team Member of Coding Club of TSEC, TSEC Codecell and Mobile App Developer's (MAD) Club.</p>
<p style="color: #FAFAD2" class="pt-0 pl-5">⚡ Ranked 4th in the internal Smart India Hackathon conducted by our college.</p>
<p style="color: #FAFAD2" class="pt-0 pl-5">⚡ Ranked 3rd in Project Expo conducted by E-cell of our college.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="container pt-5 pb-0">
<div class="row">
<div class="col-lg-12 pr-5 pb-0">
<div class="card border-light gl" data-animate-scroll='{"rotationY":"-15", "alpha": "0", "duration": "1.7","scaleX": "0","scaleY": "0"}'>
<div class="card-body">
<div class="row">
<div class="col-lg-2">
<i class="fa fa-university glyp pl-3 pt-5" aria-hidden="false"></i></div>
<div class="col-lg-10">
<h1 style="color: #EEE8AA" class="pl-5"><b>Shri T.P.Bhatia Junior College of Science</b></h1>
<p style="color: #FAFAD2" class="pl-5">Prepared for Engineering Entrance exams with Computer Science as vocational subject ( 2016-2018 ) - 89.54%</p>
<h1 style="color: #EEE8AA" class="pl-5 pt-3"><b>Our Lady of Remedy High School</b></h1>
<p style="color: #FAFAD2" class="pl-5">Upheld various leadership positions with academics and got the All-Rounder Student Award ( 2006-2016 ) - 92.2%</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<section id="contact" class="mt-0">
<br><br><br>
<h1 style="color: #00FFFF" class="mt-1"><center>Connect with me via :</center></h1>
<section class="container">
<div class="row">
<div class="col-lg-4 pr-5 pt-5">
<div class="card border-light glow pt-0 pb-0 mt-0 mb-0" data-animate-scroll='{"x": "-20","y": "-20","rotation": "-3","alpha": "0", "duration": "1.3"}'>
<div class="card-body">
<div align="center"><a href="https://github.com/m-code12" style="color: #FFEBCD" class="stretched-link"><i class="fa fa-github glyp pr-3" aria-hidden="false"></i></a></div>
<h1 class="pl-1"><b><center>GitHub</center></b></h1>
<div class="card-body">
<p class="card-text pt-0">Have a look at my projects. I love to collaborate on Open Source Projects .</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 pr-5 pt-5">
<div class="card border-light glow mr-auto" data-animate-scroll='{"x": "20","y": "20","rotation": "3","alpha": "0", "duration": "1.3"}'>
<div class="card-body">
<center><a href="https://www.linkedin.com/in/monika-jha-413895176/" style="color: #FFEBCD" class="stretched-link"><i class="fa fa-linkedin-square glyp1 pr-3" aria-hidden="true"></i></a></center>
<h1 class="pl-1"><b><center>LinkedIn</center></b></h1>
<div class="card-body">
<p class="card-text">Come, be a part of my Professional Network . As they say , your Network is your Net-worth .</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 pr-5 pt-5">
<div class="card border-light glow mr-auto" data-animate-scroll='{"x": "-20","y": "-20","rotation": "-3","alpha": "0", "duration": "1.3"}'>
<div class="card-body">
<p class="card-text"><h1 class="pl-1"><i class="fa fa-phone glyp2 pr-3" aria-hidden="true"></i><b> Phone </h1>7715899478</b></p>
<p class="card-text"><h1 class="pl-1"><a href="mailto: monikajha70@gmail.com" style="color: #FFEBCD" class="stretched-link"><i class="fa fa-envelope glyp2 pr-3" aria-hidden="true"></i></a><b> Email </h1>monikajha70@gmail.com</b></p>
</div>
</div>
</div>
</div>
</section>
<h1 style="color: #C0C0C0" class="mt-5 mb-5"><center>Get in Touch :</center></h1>
<div class="ff" data-animate-scroll='{"rotationY":"-15", "alpha": "0", "duration": "1.5","scaleX": "0","scaleY": "0"}'>
<form action="https://docs.google.com/forms/u/0/d/e/1FAIpQLSe2kLsQ5N54LhqoFMuC9Q3d6RVg-u-3AqPiiXsI_BCeMJbMIA/formResponse" target="_self" method="POST">
<div class="user">
<div class="form-group">
<label for="exampleFormControlTextarea1">Name</label>
<input class="form-control form-control-lg" type="text" name="entry.2005620554" id="entry.2005620554" required>
<!--<textarea class="form-control" id="exampleFormControlTextarea1" rows="1"></textarea>-->
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Email</label>
<input class="form-control form-control-lg" type="email" name="entry.1045781291" id="entry.1045781291" required>
</div>
<div class="form-group">
<label for="exampleFormControlTextarea1">Message</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="8" name="entry.1065046570" id="entry.1065046570" required></textarea>
</div>
<div class="form-button">
<button type="submit" class="btn btn-primary">Submit</button>
</div>
</div>
</form>
</div>
</section>
<center><p class="text-white mt-4 mt-3">Made with ❤ by Monika Jha</p></center>
</section>
<script>
//Get the button
var mybutton = document.getElementById("myBtn");
// When the user scrolls down 20px from the top of the document, show the button
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<script src="particles.js"></script>
<script src="app.js"></script>
<!--<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>--->
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>--->
<!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>--->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.10.3/TweenMax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.10.3/TimelineMax.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.10.3/easing/EasePack.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.10.3/plugins/ScrollToPlugin.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/1.10.3/plugins/EaselPlugin.min.js"></script>
<script src="animate-scroll/animate-scroll.js"></script>
<script>
$(document).animateScroll();
</script>
</body>
</html>