-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
570 lines (499 loc) · 33.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
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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicons -->
<link rel="apple-touch-icon" href="assets\img\profile-pic.png" sizes="180x180">
<link rel="icon" href="assets\img\profile-pic.png" sizes="32x32" type="image/png">
<link rel="icon" href="assets\img\profile-pic.png" sizes="16x16" type="image/png">
<link rel="manifest" href="assets\img\profile-pic.png">
<link rel="mask-icon" href="assets\img\profile-pic.png" color="#98eafa">
<link rel="icon" href="assets\img\profile-pic.png">
<link rel="stylesheet" href="assets\css\styles.css">
<!-- =====BOX ICONS===== -->
<link href='https://cdn.jsdelivr.net/npm/boxicons@2.0.5/css/boxicons.min.css' rel='stylesheet'>
<title>Anurag Tripathi</title>
</head>
<body>
<!--===== HEADER =====-->
<header class="l-header">
<nav class="nav bd-grid">
<div>
<a href="#" class="nav__logo">Anurag Tripathi</a>
</div>
<div class="nav__menu" id="nav-menu">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link active">Home</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About</a></li>
<li class="nav__item"><a href="#skills" class="nav__link">Skills</a></li>
<li class="nav__item"><a href="#publications" class="nav__link">Publications</a></li>
<li class="nav__item"><a href="#projects" class="nav__link">Projects</a></li>
<li class="nav__item"><a href="#experience" class="nav__link">Experience</a></li>
<li class="nav__item"><a href="#sap" class="nav__link">SAP</a></li>
<li class="nav__item"><a href="#Certifications" class="nav__link">Certifications</a></li>
<li class="nav__item"><a href="#extracurricular" class="nav__link">Extracurricular</a></li>
<!-- <li class="nav__item"><a href="#contact" class="nav__link">Contact</a></li> -->
</ul>
</div>
<div class="nav__toggle" id="nav-toggle">
<i class='bx bx-menu'></i>
</div>
</nav>
</header>
<main class="l-main">
<!--===== HOME =====-->
<section class="home bd-grid" id="home">
<div class="home__data">
<h1 class="home__title">Hi,<br>I'am <span class="home__title-color">Anurag</span><br>
</h1>
<a href="assets\extra\Office\AnuragTripathi.pdf" target="_blank" class="button">Download CV</a>
</div>
<div class="home__social">
<a href="https://www.linkedin.com/in/nowitsanurag/" target="_blank" class="home__social-icon"><i class='bx bxl-linkedin'></i></a>
<a href="https://scholar.google.com/citations?user=gU5VCnYAAAAJ&hl=en" target="_blank" class="home__social-icon"><i class='bx bxl-google' ></i></a>
<a href="https://github.com/nowitsanurag" target="_blank" class="home__social-icon"><i class='bx bxl-github'></i></a>
<a href="https://medium.com/@nowitsanurag" target="_blank" class="home__social-icon"><i class='bx bxl-medium'></i></a>
<a href="mailto:tripathi.anurag123.at@gmail.com" target="_blank" class="home__social-icon"><i class='bx bxs-calendar-exclamation'></i></a>
</div>
<div class="home__img">
<svg class="home__blob" viewBox="0 0 479 467" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink">
<mask id="mask0" mask-type="alpha">
<path
d="M9.19024 145.964C34.0253 76.5814 114.865 54.7299 184.111 29.4823C245.804 6.98884 311.86 -14.9503 370.735 14.143C431.207 44.026 467.948 107.508 477.191 174.311C485.897 237.229 454.931 294.377 416.506 344.954C373.74 401.245 326.068 462.801 255.442 466.189C179.416 469.835 111.552 422.137 65.1576 361.805C17.4835 299.81 -17.1617 219.583 9.19024 145.964Z" />
</mask>
<g mask="url(#mask0)">
<path
d="M9.19024 145.964C34.0253 76.5814 114.865 54.7299 184.111 29.4823C245.804 6.98884 311.86 -14.9503 370.735 14.143C431.207 44.026 467.948 107.508 477.191 174.311C485.897 237.229 454.931 294.377 416.506 344.954C373.74 401.245 326.068 462.801 255.442 466.189C179.416 469.835 111.552 422.137 65.1576 361.805C17.4835 299.81 -17.1617 219.583 9.19024 145.964Z" />
<image class="home__blob-img" x="50" y="60" href="assets\img\profile-pic.png" />
</g>
</svg>
</div>
</section>
<!--===== VIDEO =====-->
<div class="Resumecontainer">
<iframe class="responsive-iframe" src="https://www.powtoon.com/embed/dC4NPq0dz1a/" ></iframe>
</div>
<!--===== VIDEO =====-->
<!--===== ABOUT =====-->
<section class="about section " id="about">
<h2 class="section-title">About</h2>
<div class="about__container bd-grid">
<div class="about__img">
<img src="assets\img\about.jpg" alt="">
</div>
<div>
<!--<h2 class="about__subtitle">I'am Anurag</h2>-->
<p align="justify" class="about__text">Recent graduate in Electronics & Communication Engineering from Amity University
where I was affiliated as an undergraduate research assistant at the Signal Processing Lab with
<a href="https://www.amity.edu/aset/departments-ece-Research-Cells-ece-Signal.asp" target="_blank">Anupama Bhan</a>.
Have over one year of experience in IT Risk Management and Artificial Intelligence.
Proficient with Python and its web frameworks as well as Machine Learning and Deep Learning.
Besides research, I enjoy reading literary fictions and playing table tenis.</p>
<br>
<p align="justify">My focus is on building intelligent learning systems that learn about the world from implicit representations.
Through this lens, I develop algorithms in probabilistic learning with applications to real-world sequential learning problems.</p>
</div>
</div>
</section>
<!--===== SKILLS =====-->
<section class="skills section" id="skills">
<h2 class="section-title">Skills</h2>
<div class="skills__container bd-grid">
<div>
<!-- <h2 class="skills__subtitle">Profesional Skills</h2>
<p class="skills__text">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Velit optio id
vero amet, alias architecto consectetur error eum eaque sit.</p> -->
<div class="skills__data">
<div class="skills__names">
<i class='bx bx-code-alt skills__icon'></i>
<span class="skills__name">Python</span>
</div>
<div class="skills__bar skills__html">
</div>
<div>
<span class="skills__percentage">95%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxl-css3 skills__icon'></i>
<span class="skills__name">Machine Learning</span>
</div>
<div class="skills__bar skills__css">
</div>
<div>
<span class="skills__percentage">85%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bx-code skills__icon'></i>
<span class="skills__name">Django</span>
</div>
<div class="skills__bar skills__ux">
</div>
<div>
<span class="skills__percentage">85%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxs-flask skills__icon'></i>
<span class="skills__name">Flask</span>
</div>
<div class="skills__bar skills__js">
</div>
<div>
<span class="skills__percentage">65%</span>
</div>
</div>
<div class="skills__data">
<div class="skills__names">
<i class='bx bxs-data skills__icon'></i>
<span class="skills__name">SQL</span>
</div>
<div class="skills__bar skills__ux">
</div>
<div>
<span class="skills__percentage">85%</span>
</div>
</div>
</div>
</div>
</section>
<!--===== Publications =====-->
<section class="about section " id="publications">
<h2 class="section-title">Publications</h2>
<div class="about__container bd-grid">
<div>
<h2 class="about__subtitle">Classification of Cervical Cancer using Machine Learning</h2>
<p class="about__text">Result obtained: SVM classifier: 95%
<br>
<i>Read more : </i><a href="https://ieeexplore.ieee.org/document/9358570" target="_blank">IEEE Xplore</a>
</p>
</div>
<div>
<h2 class="about__subtitle">Classification of Cervical cancer using Deep Learning</h2>
<p class="about__text">Classification of cervical cancer on SIPAKMED Dataset on different deep learning models was done.
<br>
<i>Read more : </i><a href="https://ieeexplore.ieee.org/document/9432382?source=AUTHORALERT&dld=Z21haWwuY29t" target="_blank">IEEE Xplore</a>
</p>
</div>
<div>
<h2 class="about__subtitle">Automatic Diabetes and Liver Disease Diagnosis and Prediction Through SVM and KNN Algorithms
</h2>
<p class="about__text">Classification of Pima diabetes and BUPA liver disorder.
Result Obtained:
<li>Diabetes: Accuracy: 98.96% with SVM</li>
<li>Liver Disorder: Accuracy: 91.01 with SVM</li>
<i>Read more : </i><a href="https://link.springer.com/chapter/10.1007/978-981-33-4367-2_56" target="_blank">Springer</a>
</p>
</div>
<div>
<h2 class="about__subtitle">Implementation of Machine Learning using Python for Classification of Human Limb Movement using UWB antenna</h2>
<p class="about__text">Classified human limb movement using machine learning with python by fabricating on body ultra-wideband antennas which were used on the human limb to record readings for limb movements.
<br>
<i>Read more : Paper Submitted to JMLR Journal for publication</i>
</p>
</div>
</div>
</section>
<!--===== My Digital Garden =====-->
<section class="about section " id="publications">
<h2 class="section-title">Digital Garden</h2>
<div class="skills__container bd-grid">
<!-- medium blogs -->
<p align="justify" class="about__text">I am also an avid blogger, and many of my Github repositories are a supplement
to my Medium articles, so if you would like, please give them a read at
<a href="https://medium.com/@nowitsanurag" target="_blank"> <strong>Medium </strong></a>.
Some of the repositories contain
supplementary material for my research publications, some are simple and plain fun projects, while a few are an
effort to contribute to the community by facilitating educational content in Computer Science & Engineering.
I love to code in Python and C++ and these are the programming languages you would find most of my Github repository
to be based on, although I have studied other areas of
programming as well, including MATLAB,HTML and CSS, Electronic Design & Automation HDL's
such as System Verilog, VHDL but does not use them too frequently.
</p>
<br>
</div>
</section>
<!--===== Projects =====-->
<section class="about section " id="projects">
<h2 class="section-title">Projects</h2>
<div class="about__container bd-grid">
<div>
<h2 class="about__subtitle">Design and fabrication of compact Ultra-Wide Band antenna</h2>
<p align="justify" class="about__text">Designed and simulated a compact Ultra-Wideband antenna (29.5 mm x 30 mm) on CST software. Fabricated antenna on PCB; tested in an anechoic chamber. Plotted antennae parameters (S-parameter, polarization, power radiation etc.) from readings obtained deploying a Vector Network Analyzer. </p>
</div>
<div>
<h2 class="about__subtitle">Face-X</h2>
<p align="justify" class="about__text">Recognition of faces by different algorithms and frameworks. Despite a variety of open-source face recognition frameworks available, there was no ready-made solution to implement. In this project, all kinds of algorithms are implemented and even with various operations that can be implemented in a frontal face. The available algorithms processed only high-resolution static shots and performed sufficiently well.
<br>
<a href="https://github.com/UAceIt-Winter-of-Mentorship/Face-X" target="_blank">Project Link</a>
</p>
</div>
<div>
<h2 class="about__subtitle">Classification of cervical cancer using machine learning and deep learning</h2>
<p align="justify" class="about__text">This project was my bachelor's thesis. The main objective of this project was to classifying two diffrent dataset of cervical cancer using different techniques of machine learning and deep learning. This allowed me to make a clear distinction between the old techniques and the newest techniques, which helped me see how even the smallest changes lead to big differences.
<br>
<a href="https://nowitsanurag.github.io/AnuragPortfolio/assets/extra/Office/majorProjectUG.pdf" target="_blank">Report</a>
</p>
</div>
<div>
<h2 class="about__subtitle">Face mask detection using YOLO Algorithm</h2>
<p align="justify" class="about__text">Detection of face mask using YOLO Algorithm.
<br>
<a href="https://drive.google.com/drive/folders/1jtwh0HEe_FR3o76g_OFYuA0xPM_xC6UG?usp=sharing" target="_blank">Project Link</a>
</p>
</div>
<div>
<h2 class="about__subtitle">Developing A CNN for MNIST handwritten digit classification</h2>
<p align="justify" class="about__text">Classified handwritten image digit into one of 10 classes representing integer values from 0 to 9 using deep learning convolutional neural networks that achieve a classification accuracy of above 99%, with an error rate between 0.4 %and 0.2% on the holdout test dataset.
<br>
<a href="https://nowitsanurag.github.io/AnuragPortfolio/assets/extra/Office/Mnist.pdf" target="_blank">Report</a>
</p>
</div>
<div>
<h2 class="about__subtitle">To display deep learning model on Pima Indians onset of diabetes binary classification problem</h2>
<p align="justify" class="about__text">Classified Pima Indians dataset using neural network.
<br>
<a href="https://nowitsanurag.github.io/AnuragPortfolio/assets/extra/Office/Pima%20Diabetes%20classification.pdf" target="_blank">Report</a>
</p>
</div>
</div>
</section>
<!--===== WorkExp =====-->
<section class="skills section" id="experience">
<h2 class="section-title">Industrial Experience</h2>
<div class="work__container bd-grid">
<div>
<div class="workexp">
<h2 class="skills__subtitle">Product Manager @ <a href="https://www.comolho.com/" target="_blank">Com Olho</a></h2>
<h6 class="skills__subtitle">Feb 2022 - Present</h6>
<p align="justify" class="skills__text">
</ol><li>Developed web application back end components with Django while communicating with clients to identify their needs/goals and work on meeting them.</li>
<li align="justify">Obtained adequate experience in reviewing Python code for running the troubleshooting test-cases and bug issues.</li>
<li align="justify">Experienced with front-end technologies, such as HTML, CSS for good UI development.</li>
<li align="justify">Worked on the improvement of data protection and security by implementing face login using deep learning on company’s platform.</li>
<li align="justify">Database knowledge and python interaction with databases.</li>
<li align="justify">Experienced with selenium web-based automation tools and developing under Linux environment.</li>
<li align="justify">Designed and developed analysis systems to extract information from large scale data.</li>
</ol>
<br>
<i><a href="https://nowitsanurag.github.io/AnuragPortfolio/assets/extra/Office/LOR_ComOlho.pdf" target="_blank">LOR</a></i>
<br>
<!-- <i><a href="#" target="_blank">Experience Letter</a></i> -->
</p>
</div>
</div>
<div>
<div class="workexp">
<h2 class="skills__subtitle">Software Engineer @ <a href="https://ennoventure.com/" target="_blank">Ennoventure</a></h2>
<h6 class="skills__subtitle">Aug 2021 - Feb 2022</h6>
<p align="justify" class="skills__text">
</ol><li>Experienced with flask framework.</li>
<li align="justify">Responsible for creating and testing APIs and deploying in Azure cloud.</li>
<li align="justify">Updated and optimized 20+ stored procedures using MySQL.</li>
<li align="justify">Developed SQL stored procedure, functions and style sheets to reduce data retrieval time by 50%.</li>
<li align="justify">Re-structured schemas with 50+ tables to enhance data integrity.</li>
<li align="justify">Responsible for training machine learning models on the company's patented product for identification when scanned from mobile app.</li>
<li align="justify">Optimized classification algorithms for applications (vyu app on Google Play Store).</li>
</ol>
<br>
<!-- <i><a href="https://drive.google.com/file/d/1OfmYRzOKtDl8ZIXNmt3VHP6IE8gZZdG9/view" target="_blank">Experience Letter</a></i> -->
</p>
</div>
</div>
<div>
<div class="workexp">
<h2 class="skills__subtitle">Research Intern @ <a href="https://www.comolho.com/" target="_blank">Com Olho</a></h2>
<h6 class="skills__subtitle">Feb 2021 - June 2021</h6>
<p align="justify" class="skills__text">
</ol><li>Use of high-speed computer vision to study the effect of vehicular frequency over time on pollution.</li>
<li align="justify">Implemented vehicle detection at NH-8 (near Cybercity, Gurgaon) using the OpenCV model.</li>
<li align="justify">Model was running for 1 month to get the trend of frequency and density of vehicles observed with respect to the real-time air quality index.</li>
<li align="justify">Study revealed that 75% of city pollution is contributed by vehicular density.</li>
</ol>
<br>
<i><a href="https://nowitsanurag.github.io/AnuragPortfolio/assets/extra/Office/Com_Olho_Intern.pdf" target="_blank">Experience Letter</a></i>
</p>
</div>
</div>
<div>
<div class="workexp">
<h2 class="skills__subtitle">Software Developer @ <a href="https://www.clearexam.ac.in/" target="_blank">ClearExam </a></h2>
<h6 class="skills__subtitle">Dec 2020 - Feb 2021</h6>
<p align="justify" class="skills__text">
</ol><li>Extracted and collected data to create needed reports.</li>
<li align="justify">Design and maintain SQL scripts.</li>
<li align="justify">Validated accuracy of data to ensure database integrity.</li>
<li align="justify">Created and optimized diverse SQL queries.</li>
<li align="justify">Generate reports and spreadsheets detailing database changes and performance.</li>
</ol>
<br>
<i><a href="https://nowitsanurag.github.io/AnuragPortfolio/assets/extra/Office/LOR-ClearExam.pdf" target="_blank">LOR</a></i>
<br>
<i><a href="https://nowitsanurag.github.io/AnuragPortfolio/assets/extra/Office/CertificateClearExam.pdf" target="_blank">Experience Letter</a></i>
</p>
</div>
</div>
</div>
<div>
</div>
</div>
</section>
<!--===== SAP =====-->
<section class="about section " id="sap">
<h2 class="section-title">Study Abrod Experience</h2>
<div class="about__container bd-grid">
<div class="about__img">
<img src="assets\extra\Certificate\sapCertificate.jpeg" alt="">
</div>
<div>
<!-- <h2 class="about__subtitle">I'am Anurag</h2> -->
<p align="justify" class="about__text">
During my junior year, I had the opportunity to study at Birkbeck University, London for 5 weeks as a part of the study abroad program organized by my university. Here, I took various courses which taught me about the development of global information technology and helped me to understand the principles and practices of commercial research. The program was not only theoretical in terms of uncovering a different classroom culture but also gave me a revelation about a foreign culture. This visit gave me the opportunity to interact with people from diverse backgrounds and experience a different culture. I realized that I enjoy learning from the experiences of people and thrive well in a diverse environment.
</p>
</div>
</div>
</section>
<!--===== Certifications =====-->
<section class="work section" id="Certifications">
<h2 class="section-title">Certifications</h2>
<div class="certification__container bd-grid">
<a href="https://www.coursera.org/account/accomplishments/verify/QXCV9T94FVE2" target="_blank" class="work__img">
<img src="assets\extra\Certificate\a.jpg" alt="">
</a>
<a href="https://www.coursera.org/account/accomplishments/certificate/TDFJDFHKZ6C5" target="_blank" class="work__img">
<img src="assets\extra\Certificate\b.jpeg" alt="">
</a>
<a href="https://www.coursera.org/account/accomplishments/certificate/RCG9GY5ZJXT8" target="_blank" class="work__img">
<img src="assets\extra\Certificate\c.jpeg" alt="">
</a>
<a href="https://www.coursera.org/account/accomplishments/verify/KNTN6R7XZJZG" target="_blank" class="work__img">
<img src="assets\extra\Certificate\d.jpeg" alt="">
</a>
<a href="https://www.coursera.org/account/accomplishments/verify/LXHVXNMVK8K5" target="_blank" class="work__img">
<img src="assets\extra\Certificate\e.jpeg" alt="">
</a>
<a href="https://www.udemy.com/certificate/UC-AL8FDUWR/" target="_blank" class="work__img">
<img src="assets\extra\Certificate\f.jpg" alt="">
</a>
<a href="https://www.udemy.com/certificate/UC-9NGZHU32/" target="_blank" class="work__img">
<img src="assets\extra\Certificate\g.jpg" alt="">
</a>
<a href="assets\extra\Certificate\h.jpg" target="_blank" class="work__img">
<img src="assets\extra\Certificate\h.jpg" alt="">
</a>
<a href="https://www.udemy.com/certificate/UC-7DXM17KX/" target="_blank" class="work__img">
<img src="assets\extra\Certificate\i.jpg" alt="">
</a>
<!-- <a href="" class="work__img">
<img src="assets\extra\Certificate\p.jpg" alt="">
</a>
<a href="" class="work__img">
<img src="assets\extra\Certificate\q.jpg" alt="">
</a> -->
</div>
</section>
<!--===== Extra Courses =====-->
<section class="work section" id="Certifications">
<h2 class="section-title">Educational Courses</h2>
<div class="educationalCourses__container bd-grid">
<a href=" assets\extra\Certificate\french.jpg" target="_blank" class="work__img">
<img src="assets\extra\Certificate\french.jpg" alt="">
</a>
<a href="assets\extra\Certificate\eng.jpg" target="_blank" class="work__img">
<img src="assets\extra\Certificate\eng.jpg" alt="">
</a>
<a href="assets\extra\Certificate\bs.jpg" target="_blank" class="work__img">
<img src="assets\extra\Certificate\bs.jpg" alt="">
</a>
</div>
</section>
<!--===== extracurricular =====-->
<section class="work section" id="extracurricular">
<h2 class="section-title">Extracurricular</h2>
<div class="certification__container bd-grid">
<a href="assets\extra\Certificate\m.jpg" target="_blank" class="work__img">
<img src="assets\extra\Certificate\m.jpg" alt="">
</a>
<a href="assets\extra\Certificate\n.jpg" target="_blank" class="work__img">
<img src="assets\extra\Certificate\n.jpg" alt="">
</a>
<a href="assets\extra\Certificate\o.jpg" target="_blank" class="work__img">
<img src="assets\extra\Certificate\o.jpg" alt="">
</a>
<a href="assets\extra\Certificate\j.jpg" target="_blank" class="work__img">
<img src="assets\extra\Certificate\j.jpg" alt="">
</a>
<a href="assets\extra\Certificate\k.jpg" target="_blank" class="work__img">
<img src="assets\extra\Certificate\k.jpg" alt="">
</a>
<a href="assets\extra\Certificate\l.jpg" target="_blank" class="work__img">
<img src="assets\extra\Certificate\l.jpg" alt="">
</a>
<!-- <a href="" class="work__img">
<img src="assets\extra\Certificate\r.jpg" alt="">
</a> -->
</div>
</section>
<!--===== NGO =====-->
<section class="about section " id="extracurricular">
<h2 class="section-title">NGO Experience</h2>
<div class="about__container bd-grid">
<div class="about__img">
<img src="assets\extra\Office\JaxNGOcertificate.jpg" alt="">
</div>
<div>
<h2 class="about__subtitle"><a href="https://jaxhcf.org/" target="_blank">JAX Foundation</a></h2>
<p align="justify" class="about__text"><li align="justify">Worked on the topic of Cancer Awareness.</li>
<li align="justify">Working with community program leaders and advocates to make resources available to those in need.</li>
<li align="justify">Taught unprivileged kids every weekend and introduced them to computers and the internet world.</li>
<i><a href="https://nowitsanurag.github.io/AnuragPortfolio/assets/extra/Office/JAX%20Foundation.pdf" target="_blank">Report</a></i>
</p>
</div>
<div class="about__img">
<img src="assets\img\lakshyNGO.jpg" alt="">
</div>
<div>
<h2 class="about__subtitle"><a href="https://www.facebook.com/people/Lakshya-foundation/100064565714573/" target="_blank">Lakshy Foundation</a></h2>
<p align="justify" class="about__text"><li align="justify">Worked in healthcare and assisted the fundraising team with writing grant proposals.</li>
<li align="justify">Developed and created programs and monitored effectiveness towards individual participants in community workshops to promote various programs and educate the public about needs.</li>
<li align="justify">Helped to develop an online platform for stray animal adoption.</li>
<i><a href="https://nowitsanurag.github.io/AnuragPortfolio/assets/extra/Office/Lakshay%20Foundation%20Ngo.pdf" target="_blank">Experience Letter</a></i>
</p>
</div>
</div>
</section>
<!--===== CONTACT =====-->
<!-- <section class="contact section" id="contact">
<h2 class="section-title">Contact</h2>
<div class="contact__container bd-grid">
<form action="" class="contact__form">
<input type="text" placeholder="Name" class="contact__input">
<input type="mail" placeholder="Email" class="contact__input">
<textarea name="" id="" cols="0" rows="10" class="contact__input"></textarea>
<input type="button" value="Enviar" class="contact__button button">
</form>
</div>
</section> -->
</main>
<!--===== FOOTER =====-->
<footer class="footer">
<p class="footer__title">Anurag</p>
<div class="footer__social">
<a href="https://www.linkedin.com/in/nowitsanurag/" class="footer__icon"><i class='bx bxl-linkedin'></i></a>
<a href="https://github.com/nowitsanurag" class="footer__icon"><i class='bx bxl-github'></i></a>
<!-- <a href="#" class="footer__icon"><i class='bx bxl-twitter' ></i></a> -->
</div>
<p class="footer__copy">© 2022 Anurag Tripathi. Powered by Anurag Tripathi</p>
</footer>
<!--===== SCROLL REVEAL =====-->
<!-- <script src="https://unpkg.com/scrollreveal"></script> -->
<!--===== MAIN JS =====-->
<script src="assets/js/main.js"></script>
</body>
</html>