-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
646 lines (584 loc) · 30.8 KB
/
index.html
File metadata and controls
646 lines (584 loc) · 30.8 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
635
636
637
638
639
640
641
642
643
644
645
646
<!--
Author: W3layouts
Author URL: http://w3layouts.com
-->
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Jatin Lamba</title>
<!-- web fonts -->
<link href="//fonts.googleapis.com/css?family=Nunito:400,600,700,800,900&display=swap" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Hind&display=swap" rel="stylesheet">
<!-- //web fonts -->
<!-- Template CSS -->
<link rel="stylesheet" href="assets/css/style-starter.css">
</head>
<body>
<section class="w3l-bootstrap-header">
<nav class="navbar navbar-expand-lg navbar-light py-lg-3 py-2">
<div class="container">
<!-- <a class="navbar-brand" href="index.html"> My Website</a> -->
<!-- if logo is image enable this
<a class="navbar-brand" href="#index.html">
<img src="image-path" alt="Your logo" title="Your logo" style="height:35px;" />
</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 fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">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="#portfolio">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="assets/jatin_lamba_resume.pdf">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</section>
<!-- Main banner section -->
<section class="w3l-main-banner" id="home">
<div class="companies20-content">
<div class="companies-wrapper">
<div class="item">
<div class="slider-info banner-view text-center">
<div class="banner-info container">
<img src="assets/images/dp.jpg" alt="about image" class="img-fluid">
<h3 class="banner-text mt-5">Hello, I’m Jatin Lamba
</h3>
<p class="my-4 mb-5">Quantitative Developer | Finance Enthusiast </p><br>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //Main banner section -->
<section class="w3l-about" id="about">
<div class="skills-bars py-5">
<div class="container py-md-3">
<div class="heading text-center mx-auto">
<h3 class="head">About</h3>
<p class="my-3 head">“Stay Hungry. Stay Foolish.”
<br>
- Steve Jobs
</p>
<p class="my-3 head">
Hi there! I’m a quantitative developer with a passion for blending machine learning and finance to tackle complex problems. With a B.Tech (Honors) in Computer Science from IIT Bombay, my journey started with research in theortical computer science, artificial intelligence and deep learning. Over time, this foundation evolved into a keen interest in designing data-driven financial models that optimize risk and deliver results.
</p>
<p class="my-3 head">
Outside the professional sphere, I embrace exploration in all forms. A lifelong FC Barcelona fan, I love analyzing matches and discussing tactics (often overenthusiastically). I’m also into badminton, volleyball, and tennis—because why stop at one sport? Outside the field, I’ve backpacked through most of western Europe: driving, cycling and hiking wherever the path takes me. I pride myself on being a traveler, not a tourist, soaking in experiences rather than itineraries.
</p>
<p class="my-3 head">
Whether it’s diving into uncharted territories in technology, meeting new people, or exploring places and food, I’m passionate about growth, discovery, and meaningful connections. Life, for me, is about constantly expanding horizons—professionally and personally.
</p>
</div>
<!-- <h4 class="head text-center mx-auto" style="margin-top: 2em; border-top: 1px solid #454545; padding-top: 1em;">I've got some skills!</h4>
<div class="row mt-5 pt-3">
<div class="col-lg-4 col-md-4 col-sm-6 skills-bar-grids mb-4 pb-2">
<h4>C/C++</h4>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-color" role="progressbar" style="width: 95% ;height:4px;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 skills-bar-grids mb-4 pb-2">
<h4>Python</h4>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-color" role="progressbar" style="width: 90% ;height:4px;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 skills-bar-grids mb-4 pb-2">
<h4>Pytorch</h4>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-color" role="progressbar" style="width: 85% ;height:4px;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 skills-bar-grids mb-4 pb-2">
<h4>Django/PostgreSQL</h4>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-color" role="progressbar" style="width: 80% ;height:4px;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 skills-bar-grids mb-4 pb-2">
<h4>Bash</h4>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-color" role="progressbar" style="width: 75% ;height:4px;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-6 skills-bar-grids mb-4 pb-2">
<h4>HTML5</h4>
<div class="progress">
<div class="progress-bar progress-bar-striped bg-color" role="progressbar" style="width: 75% ;height:4px;" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100">
</div>
</div>
</div>
</div>
</div>
</div> -->
</section>
<!-- specifications -->
<section class="w3l-specifications-9">
<div class="main-w3 py-4" id="stats">
<div class="container py-md-3">
<div class="heading text-center mx-auto" style="border-bottom: 1px solid #454545; padding-bottom: 2em; margin-bottom: 1em;">
<h5 class="head text-white" style="line-height: 150%;">I am about ½ quant enthusiast, ¼ energetic sportaholic, ⅛ passionate traveller, ...<br>
Always willing to explore crazy things until they're not.</h5>
<!-- <p class="my-3 head text-white"> I am about ½ computer science enthusiast, ¼ traveller, ⅛ couch potato, ...</p> -->
</div>
<div class="main-cont-wthree-fea row ">
<div class="grids-speci1 col-lg-3 col-6">
<div class="spec-2 text-center">
<h3 class="title-spe">3+</h3>
<p>Years of Full Time Experience</p>
</div>
</div>
<div class="grids-speci1 las-t col-lg-3 col-6 mt-lg-0 mt-4">
<div class="spec-2 text-center">
<h3 class="title-spe">4</h3>
<p>Internships Completed</p>
</div>
</div>
<div class="grids-speci1 midd-eff-spe col-lg-3 col-6">
<div class="spec-2 text-center">
<h3 class="title-spe">3</h3>
<p>Accepted Research Papers and Patents</p>
</div>
</div>
<div class="grids-speci1 las-but col-lg-3 col-6 mt-lg-0 mt-4">
<div class="spec-2 text-center">
<h3 class="title-spe">10+</h3>
<p>Countries Visited</p>
</div>
</div>
</div>
</div>
</div>
<!-- //specifications -->
</section>
<div class="products-4" id="portfolio">
<!-- Products4 block -->
<div id="products4-block" class="text-center">
<div class="container">
<div class="heading text-center mx-auto mb-5">
<h3 class="head">Checkout Some Of My Projects</h3>
<!-- <p class="my-3 head"> Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae;
Nulla mollis dapibus nunc, ut rhoncus
turpis sodales quis. Integer sit amet mattis quam.</p> -->
</div>
<input id="tab1" type="radio" name="tabs" checked>
<label class="tabtle" for="tab1">All Projects</label>
<input id="tab2" type="radio" name="tabs">
<label class="tabtle" for="tab2">Internship Projects</label>
<input id="tab3" type="radio" name="tabs">
<label class="tabtle" for="tab3">Course Projects</label>
<input id="tab4" type="radio" name="tabs">
<label class="tabtle" for="tab4">Other Projects</label>
<section id="content1" class="tab-content text-left">
<div class="d-grid grid-col-3">
<div class="product">
<a href="assets/images/video_text_retrieval.png" data-lightbox="example-set"
data-title="Modeling joint interactions between audio and visual entities for audio-visual video parsing task">
<figure>
<img src="assets/images/avvp3.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/info_retrieval.jpeg" data-lightbox="example-set"
data-title="Improved the ability to query documents in a more natural way">
<figure>
<img src="assets/images/info_retrieval.jpeg" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/resume-parser.png" data-lightbox="example-set"
data-title="Improved extraction and smarter identification of resume data for cloud based HR solutions">
<figure>
<img src="assets/images/resume-parser.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/ast.png" data-lightbox="example-set"
data-title="Developed a tool that transforms lock-free data structures from automatic garbage collection to safe memory reclamation with hazard pointers">
<figure>
<img src="assets/images/ast.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/face_generation.gif" data-lightbox="example-set"
data-title="Trained DCGANs on the CelebA dataset to generate realistic samples of human faces">
<figure>
<img src="assets/images/face_generation.gif" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/chinese_checkers.png" data-lightbox="example-set"
data-title="Designed AI bot capable of competing with humans and a game simulator that can predict winner at any stage">
<figure>
<img src="assets/images/chinese_checkers.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/spc.jpg" data-lightbox="example-set"
data-title="Designed a secure and personal cloud based file system with complete user control over encryption schema">
<figure>
<img src="assets/images/spc.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/super-resolution.jpg" data-lightbox="example-set"
data-title="Implemented deep CNN models to directly learn end-to-end mappings between low and high resolution images">
<figure>
<img src="assets/images/super-resolution.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/TextureSynthesis.jpg" data-lightbox="example-set"
data-title="Generated new stochastic textures using patch based synthesis procedure with existing images">
<figure>
<img src="assets/images/TextureSynthesis.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
</div>
</section>
<section id="content2" class="tab-content text-left">
<div class="d-grid grid-col-3">
<div class="product">
<a href="assets/images/info_retrieval.jpeg" data-lightbox="example-set"
data-title="Improved the ability to query documents in a more natural way">
<figure>
<img src="assets/images/info_retrieval.jpeg" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/resume-parser.png" data-lightbox="example-set"
data-title="Improved extraction and smarter identification of resume data for cloud based HR solutions">
<figure>
<img src="assets/images/resume-parser.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/ast.png" data-lightbox="example-set"
data-title="Developed a tool that transforms lock-free data structures from automatic garbage collection to safe memory reclamation with hazard pointers">
<figure>
<img src="assets/images/ast.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/face_generation.gif" data-lightbox="example-set"
data-title="Trained DCGANs on the CelebA dataset to generate realistic samples of human faces">
<figure>
<img src="assets/images/face_generation.gif" class="img-responsive" alt="" />
</figure>
</a>
</div>
</div>
</section>
<section id="content3" class="tab-content text-left">
<div class="d-grid grid-col-3">
<div class="product">
<a href="assets/images/chinese_checkers.png" data-lightbox="example-set"
data-title="Designed AI bot capable of competing with humans and a game simulator that can predict winner at any stage">
<figure>
<img src="assets/images/chinese_checkers.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/spc.jpg" data-lightbox="example-set"
data-title="Designed a secure and personal cloud based file system with complete user control over encryption schema">
<figure>
<img src="assets/images/spc.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/super-resolution.jpg" data-lightbox="example-set"
data-title="Implemented deep CNN models to directly learn end-to-end mappings between low and high resolution images">
<figure>
<img src="assets/images/super-resolution.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/email_service.png" data-lightbox="example-set"
data-title="Implemented simplified version of PoP3 email protocol with a server and multiple simultaneous clients with message retrieval support">
<figure>
<img src="assets/images/email_service.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/TextureSynthesis.jpg" data-lightbox="example-set"
data-title="Generated new stochastic textures using patch based synthesis procedure with existing images">
<figure>
<img src="assets/images/TextureSynthesis.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/sat_solver.png" data-lightbox="example-set"
data-title="Implemented the DPLL algorithm for deciding the boolean satisfiability of propositional logic formulae in conjunctive normal form">
<figure>
<img src="assets/images/sat_solver.png" class="img-responsive" alt="" />
</figure>
</a>
</div>
</div>
</section>
<section id="content4" class="tab-content text-left">
<div class="d-grid grid-col-3">
<div class="product">
<a href="assets/images/xlr8.jpg" data-lightbox="example-set"
data-title="Made an mobile application controlled motorized ground vehicle">
<figure>
<img src="assets/images/xlr8.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
<div class="product">
<a href="assets/images/form_reader.jpg" data-lightbox="example-set"
data-title="Automated the task of manual digitalization & validation of paper application forms">
<figure>
<img src="assets/images/form_reader.jpg" class="img-responsive" alt="" />
</figure>
</a>
</div>
</div>
</section>
</div>
</div>
<!-- Products4 block -->
</div>
<script src="assets/js/jquery-3.3.1.min.js"></script>
<script src="assets/js/lightbox-plus-jquery.min.js"></script>
<section class="services-12" id="experience">
<div class="form-12-content">
<div class="container">
<h3 class="mb-5" style="text-align: center;">Timeline</h3>
<div class="grid grid-column-2 ">
<div class="column1">
<div class="experience-top">
<h5>June 2021 to Present</h5>
<h4>Quantitative Developer | Edge Focus</h4>
<p class="my-3 text-white">
Contributing to underwriting and investment processes in credit market in US
</p>
</div>
<div class="experience-top">
<h5>July 2020 to May 2021</h5>
<h4>Bachelor Research Thesis | IIT Bombay</h4>
<p class="my-3 text-white">
Modeled joint representations for audio-visual video parsing
</p>
</div>
<div class="experience-top">
<h5>Jan 2021 to May 2021</h5>
<h4>Teaching Assistant | IIT Bombay</h4>
<p class="my-3 text-white">
Undergraduate Teaching Assistant for Computer Programming and Utilization course taught by Prof. Supratim Biswas
</p>
</div>
<div class="experience-top">
<h5>Summer 2020</h5>
<h4>Intern | Adobe Reseach, India</h4>
<p class="my-3 text-white">
Worked on NLP and CV research for information retrieval systems
<br>
Formulated a new multimodal information retrieval task to enable better consumption of documents
</p>
</div>
<div class="experience-top">
<h5>July 2019 to June 2020</h5>
<h4>Teaching Assistant | IIT Bombay</h4>
<p class="my-3 text-white">
Undergraduate Teaching Assistant for Logic in Computer Science course taught by Prof. Krishna S and Prof. Ashutosh Gupta, IIT Bombay for 2 semesters
</p>
</div>
</div>
<div class="column2">
<!-- <h3 class="mb-5">Education</h3> -->
<div class="experience-top">
<h5>Summer 2019</h5>
<h4>Research Assistant | Technische Universität Braunschweig, Germany</h4>
<p class="my-3 text-white">
Developed a tool that transforms lock-free data structures (DS) from automatic garbage collection to safe memory reclamation with hazard pointers
</p>
</div>
<div class="experience-top">
<h5>Winter 2019</h5>
<h4>Intern | FlexiEle, India</h4>
<p class="my-3 text-white">Delivered improved extraction and smarter identification of resume data for cloud based HR solutions</p>
</div>
<div class="experience-top">
<h5>March 2018 to Jan 2019</h5>
<h4>Coordinator | Techfest, IIT Bombay</h4>
<p class="my-3 text-white">Worked as marketing and hospitality coordinator at Techfest</p>
</div>
<div class="experience-top">
<h5>July 2017 to May 2021</h5>
<h4>Undergraduate | CSE, IIT Bombay</h4>
<p class="my-3 text-white">
Pursued major in Computer Science and Engineering with honors
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- contact -->
<section class="w3l-contacts-12" id="contact">
<div class="contact-top pt-5">
<!-- <h3 style="text-align: center; margin-bottom: 1rem;">Contact</h3> -->
<div class="heading text-center mx-auto mb-5">
<h3 class="head">Contact</h3>
</div>
<div class="container py-md-3">
<div class="row cont-main-top">
<!-- contact form -->
<div class="contacts12-main col-lg-6 ">
<h5>Wanna get in touch or talk about a project?<br>Shoot me an email!</h5>
</div>
<!-- //contact form -->
<!-- contact address -->
<div class="contact col-lg-6 mt-lg-0 mt-5">
<!-- <div class="cont-subs">
<div class="cont-add">
<div class="cont-add-lft">
<span class="fa fa-map-marker" aria-hidden="true"></span>
</div>
<div class="cont-add-rgt">
<p class="contact-text-sub">Room 178, Hostel 5, IIT Bombay</p>
</div>
</div> -->
<div class="cont-add add-2">
<div class="cont-add-lft">
<span class="fa fa-envelope" aria-hidden="true"></span>
</div>
<div class="cont-add-rgt">
<a href="mailto:jatin.lamba99@gmail.com">
<p class="contact-text-sub">jatin.lamba99@gmail.com</p>
</a>
</div>
</div>
<div class="cont-add">
<div class="cont-add-lft">
<span class="fa fa-phone" aria-hidden="true"></span>
</div>
<div class="cont-add-rgt">
<a href="tel:+91 9899614946">
<p class="contact-text-sub">+91 9899614946</p>
</a>
</div>
</div>
<!-- <div class="cont-add add-3">
<div class="cont-add-lft">
<span class="fa fa-file-pdf-o" aria-hidden="true"></span>
</div>
<div class="cont-add-rgt">
<a href="#">
<p class="contact-text-sub">Download Resume</p>
</a>
</div>
</div> -->
</div>
</div>
<!-- //contact address -->
</div>
</div>
</div>
</section>
<!-- //contact -->
<!-- grids block 5 -->
<section class="w3l-footer-29-main" id="footer">
<div class="footer-29 text-center">
<div class="container">
<div class="main-social-footer-29">
<a href="https://www.facebook.com/jatin.lamba99/" class="facebook"><span class="fa fa-facebook"></span></a>
<a href="https://www.instagram.com/jatin.lamba99/" class="instagram"><span class="fa fa-instagram"></span></a>
<a href="https://github.com/jatinlambda" class="google-plus"><span class="fa fa-github"></span></a>
<a href="https://www.linkedin.com/in/jatin-lamba99" class="linkedin"><span class="fa fa-linkedin"></span></a>
</div>
<div class="bottom-copies text-center">
<p class="copy-footer-29">My Website | Last updated on Dec 2024 | Jatin Lamba</p>
</div>
</div>
</div>
<!-- move top -->
<button onclick="topFunction()" id="movetop" title="Go to top">
<span class="fa fa-angle-up"></span>
</button>
<script>
// 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) {
document.getElementById("movetop").style.display = "block";
} else {
document.getElementById("movetop").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>
<!-- /move top -->
</section>
<!-- // grids block 5 -->
<script src="assets/js/jquery-3.3.1.min.js"></script>
<!-- //footer-28 block -->
</section>
<script>
$(function () {
$('.navbar-toggler').click(function () {
$('body').toggleClass('noscroll');
})
});
</script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"
integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous">
</script>
<!-- Smooth scrolling -->
</body>
</html>
<!-- // grids block 5 -->