-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
745 lines (741 loc) · 44.1 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
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
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Welcome to Harsh Saglani's website. Get to know more about him, his projects, work experience and interests.">
<meta name="keywords"
content="HarshSaglani's,Harsh-Saglani,Harshsaglani,hsaglani twitter,beingawesomeharsh instagram,ashawe github,Ashawe57 facebook,hsaglani linkedin,harsh saglani goodreads,Harsh-Saglani Quora,ashawe stackoverflow,awesome.harsh snapchat,harshsaglani blogspot,saglani harsh,Harsh Saglani website,harsh website,pune,amravati,harsh saglani pune,harsh saglani amravati,hsaglani website,ashawe website,ashawe57 website,hsaglani buymeacoffee,Harsh,Saglani, harsh saglani, awesome, ash, ash's website, harsh's website,harsh saglani's website,one page,one, page, one-page,one page website, website by harsh saglani, harsh saglani website, website - harsh saglani,harshsaglani, harsh's website, harshsaglaniwebsite, ashstudios, ashstudios owner, harshsaglani ash studios, harsh saglani ashstudios, harsh saglani ash studios, harsh saglani youtube">
<meta name="author" content="Harsh Saglani">
<link rel="stylesheet" href="assets/css/fontawesome/css/fontawesome.min.css">
<link rel="stylesheet" href="assets/css/fontawesome/css/brands.min.css">
<link rel="stylesheet" href="assets/css/fontawesome/css/solid.min.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/blog.css">
<link rel="stylesheet" href="assets/css/timeline.css">
<link rel="stylesheet" href="assets/css/dark.css">
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/timeline.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/dark.js"></script>
<title>Harsh Saglani</title>
</head>
<body>
<a id="go_up" href="#">
<div class="up-arrow">
<i class="fas fa-angle-up"></i>
</div>
</a>
<nav class="header-nav">
<div class="nav-inner" id="navbar">
<section class="nav-start">
<h4 class="nav-name main">Harsh Saglani</h4>
</section>
<ul class="nav-center">
<li><a href="#projects">Projects</a></li>
<li><a href="#work-exp">Work Experience</a></li>
<li><a href="#cert">Certifications</a></li>
<li><a href="#connect">Connect</a></li>
</ul>
<section class="nav-aside">
<a id="searchIcon">🔍</a>
<span onclick="darkToggle()">
<i class="fas fa-moon" id="nav-icon"></i>
</span>
</section>
</div>
<div class="search-tray">
<input class="search-input" type="text" placeholder="START TYPING TO SEARCH">
</div>
</nav>
<section id="home">
<header>
<div class="container-fluid">
<div class="main-intro-inner">
<div class="main-intro-side">
<div class="main-intro-profile-image">
<img src="assets/img/profile.jpg" alt="profile photo" />
</div>
<div class="main-intro-position">
<h5>Cybersecurity Graduate</h5>
<h5 class="bold">University of Maryland</h5>
</div>
<div class="social-icons">
<a href="https://github.com/ashawe"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/hsaglani"><i class="fab fa-twitter"></i></a>
<a href="https://instagram.com/beingawesomeharsh"><i class="fab fa-instagram"></i></a>
<a href="https://youtube.com/ashstudios"><i class="fab fa-youtube"></i></a>
<a href="https://stackoverflow.com/users/6303750/ashawe"><i
class="fab fa-stack-overflow"></i></a>
</div>
</div>
<div class="main-intro-featured">
<h4 class="main-intro-title bold">Hi, I'm <br><span class="jumbo-name-text">Harsh Saglani</span>
</h4>
<h5 class="main-intro-sub-title bold">Cybersecurity Enthusiast & Penetration Tester.</h5>
<p class="main-intro-description">I am a tech hobbyist, cybersecurity enthusiast, and a digital
content creator. I'm looking forward to working in the field of cybersecurity, product security, and digital forensics.</p>
<a target="_blank" href="assets/CV.pdf"><button class="read">Download CV</button></a> <a
href="projects.html"><button class="ghost">View Projects</button></a>
</div>
</div>
</div>
</header>
</section>
<section id="projects">
<section class="currently-working-on">
<div class="container-fluid">
<div class="cwo-wrapper">
<div class="section-header-title">
<h3>💻 Currently Working On</h3>
</div>
</div>
<div class="cwo-inner">
<div class="cwo-image">
<div class="img-wrap">
<img class="project-img" src="https://images.unsplash.com/photo-1461685265823-f8d5d0b08b9b" alt="project image">
</div>
</div>
<div class="cwo-info">
<p class="blog-category blue">
Blog
</p>
<h4 class="project-title bold">What is Cybersecurity & Why should you care about it? </h4>
<p class="project-commit">Latest Blog (October 4th, 2023) </p>
<p class="project-description"> Around 85% of security breaches are caused by Human Errors. Cybersecurity is an essential skill every individual, employee, and
business owner needs to have. With this blog, I aim to explain the power of cyber, the risks of cyber attacks as an individual, an employee, and a business,
and your responsibility regarding Cybersecurity. </p>
<a target="_blank" href="https://ashawe.medium.com/what-is-cybersecurity-why-you-should-give-care-about-it-48a9f8b00058"><button class="read">Read
Blog</button></a>
</div>
</div>
</div>
</section>
<section class="other-cool-projects">
<div class="container-fluid">
<div class="ocp-wrapper">
<div class="section-header-title">
<h3>💻 Other Cool Projects I've Worked on</h3>
</div>
</div>
<div class="ocp-outer">
<div class="ocp-inner">
<div class="ocp-image">
<div class="img-wrap">
<img class="project-img" src="assets/img/safana.png" alt="project image">
</div>
</div>
<div class="ocp-info">
<p class="blog-category blue">
Android
</p>
<h4 class="project-title bold">Safana - Worker Management and Project Management System </h4>
<p class="project-commit">Latest Commit (Sep 7, 2019): Merge pull request #8 from
ashawe/add-license-1 </p>
<p class="project-description">Safana is a worker and project management system which helps
to manage all the tasks for an employee and supervisor in the company. This project was
made for Pulzion '19'. 🏆 It won the first prize. </p>
<a target="_blank" href="https://github.com/ashawe/Safana">View Project</a>
</div>
</div>
<div class="ocp-inner">
<div class="ocp-image">
<div class="img-wrap">
<img class="project-img" src="assets/img/ctf.png" alt="project image">
</div>
</div>
<div class="ocp-info">
<p class="blog-category blue">
Website
</p>
<h4 class="project-title bold">Capture the Flag - Front-End template</h4>
<p class="project-commit">Latest Commit (Mar 21, 2020): 👥 Add Contributors </p>
<p class="project-description">This is the front end of Lakshya CTF 2020. Lakshya CTF is an
inter college capture the flag competition, whose main objective is to spread awareness
about the threats and security
vulnerabilities, as well as promote cyber security and safe internet practices.
</p>
<a target="_blank" href="https://github.com/ashawe/CTF-Website-Template-2020">View
Project</a>
</div>
</div>
<div class="ocp-inner">
<div class="ocp-image">
<div class="img-wrap">
<img class="project-img" src="assets/img/sample_.jpg" alt="project image">
</div>
</div>
<div class="ocp-info">
<p class="blog-category blue">
Machine Learning
</p>
<h4 class="project-title bold">Attendy - A face recognition attendance app</h4>
<p class="project-commit">Latest Commit (Jul 16, 2020): Update README.md </p>
<p class="project-description">Attendy is an Android application which marks student
attendance by recognizing his/her face. It uses the ML kit library provided by Google
combined with various face recognition
libraries in Python. The app recognizes the face on a recognition server and marks the
attendance on the Firebase server.
</p>
<a target="_blank" href="https://github.com/ProjectGroupL3/Attendance">View Project</a>
</div>
</div>
<div class="aside">
<a href="projects.html">View All</a>
</div>
</div>
</div>
</section>
</section>
<section id="work-exp">
<div class="container-fluid">
<div class="work-exp-wrapper">
<div class="section-header-title">
<h3>💼 Collaborated with these awesome companies</h3>
</div>
<div class="work-exp-outer">
<div id="timeline_row" class="row">
<div id="timeline">
<div class="row timeline-movement">
<div class="timeline-badge">
</div>
<div class="col-sm-3 timeline-item year">
<button class="my_big_tag">2023</button>
</div>
<div class="col-sm-6 timeline-item">
<div class="work-card">
<div class="work-wrapper">
<p class="blog-category blue">@ Praetorian</p>
<h4 class="work-title bold">Security Engineer II</h4>
<p class="project-commit">June 2023 – Present</p>
<p class="underline bold">Full-Time</p>
<p class="work-card-body">
<ul>
<li>Executed in-depth internal and external network penetration tests, leveraging tools such as Burp Suite, Nessus, and Nmap to identify system vulnerabilities and weaknesses. Conducted product security vulnerability testing, meticulously assessing potential risks and providing strategic recommendations to enhance the overall security posture</li>
<li>Led the creation of detailed vulnerability assessment reports, offering clear insights into identified risks and potential impacts and providing clients with practical mitigation recommendations</li>
<li>Maintained proactive communication with clients through daily status updates of ongoing penetration testing activities</li>
<li>Collaborated seamlessly within a team environment to execute thorough web application penetration testing, delivering insightful findings and actionable recommendations for securing critical client applications</li>
<li>Successfully executed a social engineering attack against a multinational company, showcasing expertise in identifying and addressing human-centric security vulnerabilities in addition to technical aspect</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="row timeline-movement">
<div class="timeline-badge">
</div>
<div class="col-sm-3 timeline-item year">
<button class="my_big_tag">2022</button>
</div>
<div class="col-sm-6 timeline-item">
<div class="work-card">
<div class="work-wrapper">
<p class="blog-category green">@ UMD Dining Services</p>
<h4 class="work-title bold">Graduate Assistant</h4>
<p class="project-commit">Jan 2022 – May 2023</p>
<p class="underline bold">Graduate Assistantship</p>
<p class="work-card-body">
<ul>
<li>Planned the Information Security and Privacy related functions of
the dining services website</li>
<li>Managed security updates and planned vulnerability management
strategies for the website</li>
<li>Created and maintained a new centralized web platform for all catering service providers in UMD </li>
<li>Transformed the existing customer-facing nutrition website into a better-optimized, intuitive, and user-friendly website</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="row timeline-movement">
<div class="timeline-badge">
</div>
<div class="col-sm-3 timeline-item year">
<button class="my_big_tag">2021</button>
</div>
<div class="col-sm-6 timeline-item">
<div class="work-card">
<div class="work-wrapper">
<p class="blog-category yellow">@ R2i2 Technologies</p>
<h4 class="work-title bold">Web Developer</h4>
<p class="project-commit">May 2021 – July 2021 (2.5 Months)</p>
<p class="underline bold">Internship</p>
<p class="work-card-body">
<ul>
<li>Enhanced usability of an internal website that creates and manages
projects, thereby increasing the team’s productivity</li>
<li>Strategized and designed an algorithm which solved the MTSP Problem
using Google OR tools using REST APIs</li>
<li>Implemented new protection mechanisms and security controls into the
current website</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="row timeline-movement">
<div class="timeline-badge">
</div>
<div class="col-sm-3 timeline-item year">
<button class="my_big_tag">2018</button>
</div>
<div class="col-sm-6 timeline-item">
<div class="work-card">
<div class="work-wrapper">
<p class="blog-category pink">@ Globular Tech</p>
<h4 class="work-title bold">Android Developer</h4>
<p class="project-commit">May 2018 - July 2018 ( 3 months )</p>
<p class="underline bold">Internship</p>
<p class="work-card-body">
<ul>
<li>
Learned and developed various basic to advanced
level of Android applications and deployed them on the Play Store
</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="row timeline-movement">
<div class="timeline-badge">
</div>
<div class="col-sm-3 timeline-item year">
<button class="my_big_tag">2017</button>
</div>
<div class="col-sm-6 timeline-item">
<div class="work-card">
<div class="work-wrapper">
<p class="blog-category blue">@ Globular Tech </p>
<h4 class="work-title bold">PHP Web Developer</h4>
<p class="project-commit">May 2017 - Jun 2017 ( 2 months )</p>
<p class="underline bold">Internship</p>
<p class="work-card-body">
<ul>
<li>
Developed an advanced, dynamic website for "<a target="_blank"
href="http://zheptours.com/">Zheptours</a>" - a tours and
travel company
</li>
<li>
Enhanced the security architecture of the website by prioritizing
implementation of secure coding practices
</li>
<li>
Minimized vulnerabilities and attack vectors by auditing the website
codebase and implementing secure code alternatives
</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<!-- <div class="row timeline-movement">
<div class="col-sm-3 timeline-item year">
</div>
<div class="col-sm-6 timeline-item">
<div class="work-card">
<div class="work-wrapper">
<p class="blog-category pink">Google </p>
<h4 class="work-title bold">Web Developer</h4>
<p class="project-commit">2018 - 2019</p>
<p class="underline bold">Internship
</p>
<p class="work-card-body">Lorem ipsum dolor sit amet, consectetur adipiscing
elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
ut aliquip
ex ea commodo consequat.</p>
</div>
</div>
</div>
</div>
<div class="row timeline-movement">
<div class="timeline-badge">
</div>
<div class="col-sm-3 timeline-item year">
<button class="my_big_tag">2018</button>
</div>
<div class="col-sm-6 timeline-item">
<div class="work-card">
<div class="work-wrapper">
<p class="blog-category yellow">Apple</p>
<h4 class="work-title bold">System's Engineer</h4>
<p class="project-commit">April 2016 - March 2018</p>
<p class="underline bold">Job
</p>
<p class="work-card-body">Lorem ipsum dolor sit amet, consectetur adipiscing
elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
ut aliquip
ex ea commodo consequat.</p>
</div>
</div>
</div>
</div>
<div class="row timeline-movement hidden-work-exp">
<div class="col-sm-3 timeline-item year">
</div>
<div class="col-sm-6 timeline-item">
<div class="work-card">
<div class="work-wrapper">
<p class="blog-category pink">Google </p>
<h4 class="work-title bold">Web Developer</h4>
<p class="project-commit">2017 - 2018</p>
<p class="underline bold">Internship
</p>
<p class="work-card-body">Lorem ipsum dolor sit amet, consectetur adipiscing
elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
ut aliquip
ex ea commodo consequat.</p>
</div>
</div>
</div>
</div>
<div class="row timeline-movement hidden-work-exp">
<div class="timeline-badge">
</div>
<div class="col-sm-3 timeline-item year">
<button class="my_big_tag">2017</button>
</div>
<div class="col-sm-6 timeline-item">
<div class="work-card">
<div class="work-wrapper">
<p class="blog-category yellow">Apple</p>
<h4 class="work-title bold">System's Engineer</h4>
<p class="project-commit">April 2016 - March 2017</p>
<p class="underline bold">Job
</p>
<p class="work-card-body">Lorem ipsum dolor sit amet, consectetur adipiscing
elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi
ut aliquip
ex ea commodo consequat.</p>
</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
<!-- <div class="work-exp aside">
<a href="#!" id="view-all-work-exp">View All</a>
</div> -->
</div>
</div>
</section>
<!-- <section id="new-blog-posts" class="new-blog-posts">
<div class="container-fluid">
<div class="section-header-title">
<h3> 📝 New Blog Posts</h3>
</div>
<div class="new-blog-outer">
<div class="new-blog-inner">
<article id="post-8876" class="new-blog-inner-item">
<a href="#">
<div class="img-wrap">
<img src="assets/img/sample2.jpg" alt="image" data-rjs="2">
</div>
</a>
<div class="text">
<p class="blog-category blue">
Social Video
</p>
<a href="#">
<h4>What’s trending in social media news: February</h4>
</a>
<p class="read"><a href="#" class="read-post">Read story</a></p>
</div>
</article>
<article id="post-13589" class="new-blog-inner-item">
<a href="#">
<div class="img-wrap">
<img src="assets/img/sample2.jpg" alt="image" data-rjs="2">
</div>
</a>
<div class="text">
<p class="blog-category pink">
Social Video
</p>
<a href="#">
<h4>What’s trending in social media news: February</h4>
</a>
<p class="read">
<a href="#" class="read-post">Read story</a>
</p>
</div>
</article>
<article id="post-13589" class="new-blog-inner-item">
<a href="#">
<div class="img-wrap">
<img src="assets/img/sample2.jpg" alt="image" data-rjs="2">
</div>
</a>
<div class="text">
<p class="blog-category yellow">
Social Video
</p>
<a href="#">
<h4>What’s trending in social media news: February</h4>
</a>
<p class="read">
<a href="#" class="read-post">Read story</a>
</p>
</div>
</article>
</div>
</div>
<div class="aside">
<a href="blog.html">View All</a>
</div>
</div>
</section> -->
<section id="cert">
<div class="container-fluid">
<div class="section-header-title">
<h3>🎓 Certifications and Publications</h3>
</div>
<div class="cert-outer-wrapper">
<div class="cert-inner-wrapper">
<div class="img-wrap">
<div class="img-wrap">
<img src="assets/img/AWS_SAA.png">
</div>
</div>
<div class="cert-info">
<p class="blog-category yellow">Amazon Web Services</p>
<h5>Solutions Architect Associate (CA03) </h5>
<p class="project-commit">Sept 2023</p>
<a target="_blank" class="underline" href="https://www.credly.com/badges/5804e315-25ce-4717-b50b-d4958514332b/public_url">See Badge</a>
</div>
</div>
<div class="cert-inner-wrapper">
<div class="img-wrap">
<div class="img-wrap">
<img src="assets/img/CompTIA_PenTest.png">
</div>
</div>
<div class="cert-info">
<p class="blog-category yellow">CompTIA</p>
<h5>Pentest+ </h5>
<p class="project-commit">June 2023</p>
<a target="_blank" class="underline" href="https://www.credly.com/badges/1c31eaec-d4b8-4113-af05-f14778e70218/public_url">See Badge</a>
</div>
</div>
<div class="cert-inner-wrapper">
<div class="img-wrap">
<img src="assets/img/ast.png">
</div>
<div class="cert-info">
<p class="blog-category blue">Antisyphon Infosec Training - Chris Brenton</p>
<h5>Getting Started with Packet Decoding </h5>
<p class="project-commit">Feb 2022</p>
<a target="_blank" class="underline" href="assets/certs/packet.pdf">See Certificate</a>
</div>
</div>
<div class="cert-inner-wrapper">
<div class="img-wrap">
<img src="assets/img/ast.png">
</div>
<div class="cert-info">
<p class="blog-category blue">Antisyphon Infosec Training - John Strand</p>
<h5>Active Defense & Cyber Deception </h5>
<p class="project-commit">Jan 2022</p>
<a target="_blank" class="underline" href="assets/certs/attack.pdf">See Certificate</a>
</div>
</div>
<div class="cert-inner-wrapper">
<div class="img-wrap">
<img src="assets/img/ast.png">
</div>
<div class="cert-info">
<p class="blog-category blue">Antisyphon Infosec Training - John Strand</p>
<h5>Getting Started in Security with BHIS and MITRE ATT&CK </h5>
<p class="project-commit">Jan 2022</p>
<a target="_blank" class="underline" href="assets/certs/mitre.pdf">See Certificate</a>
</div>
</div>
<div class="cert-inner-wrapper">
<div class="img-wrap">
<div class="cert-pub">
<h4>📄</h4>
</div>
</div>
<div class="cert-info">
<p class="blog-category yellow">Research Paper</p>
<h5>Segmented Federated Learning for Adaptive Intrusion Detection System </h5>
<p class="project-commit">July 2021</p>
<a target="_blank" class="underline" href="https://arxiv.org/abs/2107.00881">See Research
Paper</a>
</div>
</div>
<div id="other-cert">
<div class="cert-inner-wrapper">
<div class="img-wrap">
<img src="assets/img/coursera.jpg">
</div>
<div class="cert-info">
<p class="blog-category blue">Coursera</p>
<h5>Front-End Web UI Frameworks and Tools: Bootstrap 4 (with Honors) </h5>
<p class="project-commit">July 2020</p>
<a target="_blank" class="underline"
href="https://www.coursera.org/account/accomplishments/certificate/YKR9FSTD9DFH">See
Certificate</a>
</div>
</div>
<div class="cert-inner-wrapper">
<div class="img-wrap">
<img src="assets/img/coursera.jpg">
</div>
<div class="cert-info">
<p class="blog-category blue">Coursera</p>
<h5>Software Security </h5>
<p class="project-commit">June 2020</p>
<a target="_blank" class="underline"
href="https://www.coursera.org/account/accomplishments/certificate/CV9DEUC7CX8H">See
Certificate</a>
</div>
</div>
<div class="cert-inner-wrapper">
<div class="img-wrap">
<img src="assets/img/coursera.jpg">
</div>
<div class="cert-info">
<p class="blog-category blue">Coursera</p>
<h5>Cryptography </h5>
<p class="project-commit">Oct 2020</p>
<a target="_blank" class="underline"
href="https://coursera.org/share/f9c4b641ce8fe7d18d59f0d0c7132a06">See
Certificate</a>
</div>
</div>
<div class="cert-inner-wrapper">
<div class="img-wrap">
<img src="assets/img/coursera.jpg">
</div>
<div class="cert-info">
<p class="blog-category blue">Coursera</p>
<h5>Blockchain Basics </h5>
<p class="project-commit">May 2020</p>
<a target="_blank" class="underline"
href="https://www.coursera.org/account/accomplishments/certificate/DTG7J6MGR2VD">See
Certificate</a>
</div>
</div>
<div class="cert-inner-wrapper">
<div class="img-wrap">
<img src="assets/img/coursera.jpg">
</div>
<div class="cert-info">
<p class="blog-category blue">Coursera</p>
<h5>Usable Security</h5>
<p class="project-commit">March 2020</p>
<a target="_blank" class="underline"
href="https://www.coursera.org/account/accomplishments/verify/J7N9PESRU9JU">See
Certificate</a>
</div>
</div>
<div class="cert-inner-wrapper">
<div class="img-wrap">
<img src="assets/img/cybrary.jpg">
</div>
<div class="cert-info">
<p class="blog-category pink">Cybrary</p>
<h5>Microcourse on Cryptography </h5>
<p class="project-commit">Feb 2020</p>
<a target="_blank" class="underline"
href="https://api-courses.cybrary.it/api/certificate/CC-11871e52-f690-4ae3-a032-a740cad76d34/view">See
Certificate</a>
</div>
</div>
</div>
<div class="aside">
<a href="#!" id="view-all-cert">View All</a>
</div>
</div>
</div>
</section>
<section id="connect">
<div class="container-fluid">
<div class="section-header-title">
<h3>🌍 Lets Connect </h3>
</div>
<div class="connect-outer-wrapper">
<div class="connect-info">
<h5>Lets get in touch! We can talk about tech, cybersecurity, pizza, aliens or anything else you
would like to talk about.</h5>
</div>
<div class="connect-inner-wrapper">
<div class="connect-description">
<p>Please use the adjacent contact form to beam your message straight into my inbox on high
priority. Alternatively, you can email me directly at <a class="blog-category pink"
href="mailto:[email protected]">[email protected]</a>.</p>
<p>If social media is more your jam, you can also message me on <a
href="https://twitter.com/hsaglani">Twitter</a>, <a
href="https://facebook.com/Ashawe57">Facebook Messenger</a> and <a
href="https://linkedin.com/in/hsaglani">LinkedIn</a></p>
<p>Alternatively, you can also connect with me via:</p>
<div class="social-icons">
<a href="https://github.com/ashawe"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/hsaglani"><i class="fab fa-twitter"></i></a>
<a href="https://instagram.com/beingawesomeharsh"><i class="fab fa-instagram"></i></a>
<a href="https://youtube.com/ashstudios"><i class="fab fa-youtube"></i></a>
<a href="https://stackoverflow.com/users/6303750/ashawe"><i
class="fab fa-stack-overflow"></i></a>
</div>
</div>
<div class="form">
<b><u>Note</u>: This is the static version of the website. The form doesn't work</b>
<form>
<input type="text" placeholder="Name">
<input type="text" placeholder="Email Id">
<textarea placeholder="Message"></textarea>
<button class="read">Send Message</button>
</form>
</div>
</div>
</div>
</div>
</section>
<hr>
<footer style="margin-top: 10px;">
<div class="container-fluid">
<div class="footer-outer-wrapper">
<div class="footer-wrapper">
<div class="section-header-title">
<h3>Living, Learning & Leveling up one day at a time</h3>
</div>
<div class="sub-section-header-title">
<h5>Designed and build with <i class="fas blog-category pink fa-heart"></i> by Harsh Saglani
</h5>
</div>
<div class="github-stats">
<i class="fas fa-eye"></i>2
<i class="fas fa-star"></i>2
<i class="fas fa-code-branch"></i>3
</div>
<nav class="footer-nav">
<ul class="nav-center">
<li><a href="#">Home</a></li>
<li><a href="my_story.html">My Story</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="talks.html">Talks & Publications</a></li>
<!-- <li><a href="blog.html">Blog</a></li>
<li><a href="youtube.html">Youtube</a></li>
<li><a href="fun.html">Fun</a></li>
<li><a href="#">What am I upto?</a></li> -->
</ul>
</nav>
</div>
</div>
</div>
</footer>
</body>
</html>