-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume-card.1.html
639 lines (553 loc) · 37.9 KB
/
resume-card.1.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
<div id="basic-resume-card" class="card" style="margin-bottom: 40px;">
<!-- Resume Header -->
<div class="resume-header" style="background-color: #343a40;">
<div class="intro-profile d-flex flex-wrap">
<img src="images/profile3.jpg" >
<div class="card-body text-white">
<h1 class="name" style="margin-bottom: 20px;">Ashish R Bhandari</h1>
<h4 class="designation" style="margin-bottom: 20px;"> Security Engineer | Troubleshooter | Software Explorer </h4>
<div class="row row-cols-1 row-cols-md-2 g-3">
<div class="col">
<img src="images/svg/phone.svg" alt="" width="32">
<a class="text-white text-decoration-none send-me-mail" href='tel:+917718972307'>+91 77189 72307</a>
</div>
<div class="col">
<img src="images/svg/inbox.svg" alt="" width="32">
<a class="text-white text-decoration-none send-me-mail" href='mailto:aashishrbhandari@gmail.com'>aashishrbhandari@gmail.com</a>
</div>
<div class="col">
<img src="images/svg/geo.svg" alt="" width="32">
Mumbai, India
</div>
<div class="col">
<img src="images/svg/github.svg" alt="" width="32">
<a class="text-white text-decoration-none send-me-mail" href='https://github.com/aashishrbhandari/'>github/aashishrbhandari</a>
</div>
<div class="col">
</div>
</div>
</div>
</div>
</div>
<!-- Resume Header Ends -->
<div class="card-body">
<!-- Career Summary -->
<div class="career-summary" style="margin: 0px 0px 20px 0px">
<!-- <h4>CAREER SUMMARRY</h4>
<hr> -->
<p>
I am a Security Engineer, who loves to explore Softwares & Network from different angles (Security, Frontend, Backend), I keep on improving my skills by reading, researching and developing (small projects), i try to learn the concepts in a way that i can EXPLAIN it to others, this helps me to increase my Knowledge & Expertise on the subject.
I always try to learn concepts from different ways so that i can fully decode and relate with it. I am very much curious to learn something new and always try to challenge myself.
</p>
</div>
<!-- Career Summary Ends -->
<!-- Work Experience & Skills-Tools -->
<div class="work-exp_skills-tools">
<div class="row">
<div class="col-lg-8">
<div class="work-experience"> <!-- Work Experience -->
<h4>Work Experience</h4>
<hr>
<div class="work-exp-content" style="position: relative; padding-left: 24px;">
<!-- Work Experience 1 [(SafeSquid)]-->
<div class="word-exp-1 work-exp-item">
<figure>
<div class="d-flex justify-content-between">
<h5 class="card-title">Security Analyst</h5>
<h6 class="card-title">
<a class="btn btn-sm" href="https://www.apiholdings.in/" target="_blank">
API Holdings
<img src="./images/svg/link1.svg" alt="">
</a>
</h6>
</div>
<h6 class="card-subtitle mb-2 text-muted"> 10/2021 - Present </h6>
</figure>
<p class="card-body job-res-show">
<img class="pinner" src="images/svg/pin.svg" alt="">
My Analysis till now <cite> `No Problem can be solved without proper data & management` </cite> <br>
My Day starts with checking mail showing any Network related challenges faced at any location, and trying to figure out the possible existing area of the flaw, is it DNS, ISP, Service being down, AP, Firewall Rules, SD-WAN related etc. <br>
<strong> First: </strong> Before beginning Security Review I should be well aware of Location Network Architecture, so that I can then identify the challenge and work on the flaw. Before actually implementing Security Control, I should make sure the Architecture is in place.
I be in close touch with Network Team, to understand any problem faced by them and i take active part in resolving that problem. <br>
<strong> Second: </strong> I then began my work on implementation of the Security Controls at Firewall, SD-WAN, AP. I make sure that I explain it to Network Team & IT Executive the changes & possible problem that might come up after the change is made. And how with Simple SOP they can gather the details and help speed up the resolution. <br>
<strong> Third: </strong> I am in charge of the Cloud Firewall POC, where i use my checklist to test & understand the security control & how easy it is to implement it in that solution.
</p>
<h6><b>Core:</b></h6>
<ul>
<li> Firewall Management: Security Review and Implementation </li>
<li> Review, Implement, Manage: Sonciwall, FortiGate Firewall across All Locations </li>
<li> Cloud Firewall POC & Implementation: NetSkope, ZScaler, Prisma Access, Cisco Umbrella, Checkpoint </li>
<li> New Network Infrastructure: Setup, Testing & Review </li>
<li> Co-ordinating with the Network & Infrastructure team to identify & help resolve any blocker or challenges </li>
<li> Tech Support Integration: Amazon OpenSearch, CylancePROTECT, AP Security, Druva, Dev Team, Security Review & Training </li>
</ul>
<h6><b>Other Tasks:</b></h6>
<ul>
<li> Security Review & Implementation: JumpCloud, Site247-NCM, GMS-Sonicwall, IBM-QRadar, OpenVPN </li>
<li> Troubleshooting: Firewall, OpenVPN, SilverPeak(SD-WAN), ELK, NetSkope, Network Related Challenges </li>
<li> Communicating with Vendor to resolve Network Infrastructure Problems. </li>
</ul>
<p>
<h6><b>Job Skills:</b></h6>
<span class="badge bg-dark">Firewall Management & Review</span>
<span class="badge bg-dark">Networking</span>
<span class="badge bg-dark">SOC Analysis</span>
<span class="badge bg-dark">Scripting</span>
<span class="badge bg-dark">Troubleshooting</span>
<span class="badge bg-dark">DNS Security</span>
<span class="badge bg-dark">Network Arch Testing & Validating</span>
</p>
</div>
<!-- Work Experience 1 Ends -->
<!-- Work Experience 2A [(SafeSquid)]-->
<div class="word-exp-2a work-exp-item">
<figure>
<div class="d-flex justify-content-between">
<h5 class="card-title">Security Engineer</h5>
<h6 class="card-title">
<a class="btn btn-sm" href="https://www.safesquid.com/" target="_blank">
SafeSquid Labs
<img src="./images/svg/link1.svg" alt="">
</a>
</h6>
</div>
<h6 class="card-subtitle mb-2 text-muted"> 05/2018 - 09/2021 </h6>
</figure>
<figure class="same-comp-exp" style="position: relative;">
<div>
<h5 class="card-title" style="display: inline-block;">Jr. Security Engineer </h5>
<h6 class="card-subtitle mb-2 text-muted" style="display: inline-block;">(05/2018 - 06/2019)</h6>
</div>
</figure>
<p class="card-body job-res-show">
<img class="pinner" src="images/svg/pin.svg" alt="">
My Role requires me to be flexible enough to understand the Enterprise Security Requirements, Understand how Web Apps work. I have to understand, troubleshoot & test Internet Apps working and should able to apply policy based restrictions on it. <br>
I Work Closely with the NOC & SOC team to identify problems faced due to website/application broken functionality, which can be caused by Inline Content-Filtering Solution(Firewall/IDPS/AV Scanner). <br>
I handle the Application Security Testing part where i provide a detailed report on the Security Vulnerabilities of the Product.
One part of my work focuses on finding the Bugs & issues related to product found in the testing phase or at the client side.
</p>
<h6><b>Core:</b></h6>
<ul>
<li> Testing using <strong>#OWASP Top 10</strong>, <strong>#SANS Top 25</strong> Methodology. </li>
<li> Internal Application Security Testing (Burp Suite, Fiddler, Postman, MitmProxy, Curl & Manual Approach) </li>
<li> Conduct VAPT on Product as well as on all Services including Web, Network & API VAPT </li>
</ul>
<h6><b>Responsibilities:</b></h6>
<ul>
<li> As a SOC Analyst, I keep on hunting for different types of use cases that happen at client setup </li>
<li> Leading Multiple Projects and Team, being able to help customer in all the phases and beyond </li>
<li> Product Demonstration, Demonstrating New Ways of Applying Security Restrictions, Webinars, Requirement Gathering.</li>
</ul>
<p>
<h6><b>Job Skills:</b></h6>
<span class="badge bg-dark">Security Testing</span>
<span class="badge bg-dark">Linux Administration</span>
<span class="badge bg-dark">Web Development</span>
<span class="badge bg-dark">Scripting</span>
<span class="badge bg-dark">Content-Filtering</span>
<span class="badge bg-dark">Troubleshooting</span>
<span class="badge bg-dark">DLP</span>
<span class="badge bg-dark">DNS Security</span>
<span class="badge bg-dark">Fuzzing</span>
</p>
</div>
<!-- Work Experience 2A Ends -->
<!-- Work Experience 3 [EKids India]-->
<div class="word-exp-3 work-exp-item">
<div class="d-flex justify-content-between">
<h5 class="card-title">Network Engineer</h5>
<h6 class="card-title">
<a class="btn btn-sm" href="https://www.ekidsindia.com/" target="_blank">
EKids India
<img src="./images/svg/link1.svg" alt="">
</a>
</h6>
</div>
<h6 class="card-subtitle mb-2 text-muted"> 06/2017 - 05/2018 </h6>
<p class="card-body job-res-show">
<img class="pinner" src="images/svg/pin.svg" alt="">
Maintain Security Restrictions, Network Setup, troubleshooting, AD Management are my keys roles along with Computer & Network device maintainence.
</p>
<ul>
<li> Maintain the Cyberoam Firewall: Creating Network Restriction Policies </li>
<li> Logging and Monitoring Events to understand flaw in the Network Restriction Policies </li>
<li> Microsoft AD User Group management </li>
</ul>
<p>
<h6><b>Job Skills:</b></h6>
<span class="badge bg-dark">Firewall Management</span>
<span class="badge bg-dark">AD Management</span>
<span class="badge bg-dark">Hardware & Software Troubleshooting</span>
<span class="badge bg-dark">DNS Security</span>
<span class="badge bg-dark">Networking</span>
</p>
</div>
<!-- Work Experience 3 Ends -->
</div>
</div>
<!-- Work Experience Ends -->
</div>
<div class="col-lg-4">
<!-- Skills & Tools -->
<div class="skills-tools">
<h4>Skills & Tools</h4>
<hr>
<p>
<h5><span class="badge bg-dark">Skills:</span></h5>
<section class="ps-2">
<span class="d-badge border-1left p-0 pe-1 ps-1">
<img src="images/company/Amazon_Web_Services_Logo.svg" style="vertical-align: text-bottom;" height="20" width="20" alt="">
</span>
<span class="d-badge border-1left">Security Testing</span>
<span class="d-badge border-1left">Troubleshooter</span>
<span class="d-badge border-1left">Networking</span>
<span class="d-badge border-1left">Web Dev(Frontend+Backend)</span>
<span class="d-badge border-1left">DNS Security</span>
<span class="d-badge border-1left">Java</span>
<span class="d-badge border-1left">Python</span>
<span class="d-badge border-1left">JavaScript</span>
<span class="d-badge border-1left">NodeJS</span>
<span class="d-badge border-1left">Scripting</span>
<span class="d-badge border-1left">Linux</span>
<span class="d-badge border-1left">Code Review</span>
</section>
</p>
<p>
<h5><span class="badge bg-dark">Tools:</span></h5>
<section class="ps-2">
<span class="d-badge border-1left">Curl</span>
<span class="d-badge border-1left">OpenSSL</span>
<span class="d-badge border-1left">Wireshark</span>
<span class="d-badge border-1left">Tcpdump</span>
<span class="d-badge border-1left">Browser Developer Tools</span>
<span class="d-badge border-1left">BurpSuite</span>
<span class="d-badge border-1left">Fiddler</span>
<span class="d-badge border-1left">NMap</span>
<span class="d-badge border-1left">MITMProxy</span>
<span class="d-badge border-1left">Pi-Hole(DNS)</span>
<span class="d-badge border-1left">TCPView</span>
</section>
</p>
</div>
<!-- Skills & Tools Ends -->
<!-- Education -->
<div class="education">
<h4>Education</h4>
<hr>
<p>
<div class="d-flex justify-content-between align-items-center">
<h6 class="card-title fw-bold left-border4 ps-2">BSc (Spec. in IT)</h6>
<span class="card-subtitle mb-2 text-muted"> 2014-2017 </span>
</div>
<h6 class="card-title ps-2">Patkar Varde College(Goregoan)</h6>
</p>
<p>
<div class="d-flex justify-content-between align-items-center">
<h6 class="card-title fw-bold left-border4 ps-2">HSC (With Maths)</h6>
<span class="card-subtitle mb-2 text-muted"> 2012-2014 </span>
</div>
<h6 class="card-title ps-2">Thakur College(Kandivali)</h6>
</p>
<p>
<div class="d-flex justify-content-between align-items-center">
<h6 class="card-title fw-bold left-border4 ps-2">SSC</h6>
<span class="card-subtitle mb-2 text-muted"> 2012 </span>
</div>
<h6 class="card-title ps-2"> Children's Academy(Kandivali)</h6>
</p>
</div>
<!-- Education Ends -->
<!-- Awards & Laurels -->
<div class="awards_laurels">
<h4>Awards & Laurels</h4>
<hr>
<p>
<h6 class="card-title fw-bold left-border4 ps-2">Buildbox Training</h6>
<section class="ps-2 ">
<h6 class="card-title">Rapid Game Development (College Tech WebSession)</h6>
<h6 class="card-subtitle mb-2 text-muted event-desc-show"> Trained Students on how to use Buildbox and create their own games. </h6>
</section>
</p>
<p>
<h6 class="card-title fw-bold left-border4 ps-2">Bootstrap Session</h6>
<section class="ps-2">
<h6 class="card-title">Web Development (College Tech WebSession) </h6>
<h6 class="card-subtitle mb-2 text-muted event-desc-show"> I showed how a simple login form, or a simple website can be retransformed and made attractive & responsive just by importing bootstrap and using it classes. </h6>
</section>
</p>
<p>
<h6 class="card-title fw-bold left-border4 ps-2">JavaScript World</h6>
<section class="ps-2">
<h6 class="card-title">Web Development (College Tech WebSession) </h6>
<h6 class="card-subtitle mb-2 text-muted event-desc-show"> I taught form validation, different event handlers, where to use and how they help etc. </h6>
</section>
</p>
</div>
<!-- Awards & Laurels Ends -->
<!-- Personal Qualities -->
<div class="personal_qualities">
<h4>Personal Qualities</h4>
<hr>
<h6 class="card-title left-border4 ps-2">Understanding, Structuring & Analyzing Problems</h6>
<h6 class="card-title left-border4 ps-2">Curious in Finding & Validating the Solution</h6>
<h6 class="card-title left-border4 ps-2">Software Lover & Explorer</h6>
<h6 class="card-title left-border4 ps-2">Problem Solving & Observational Skills</h6>
<h6 class="card-title left-border4 ps-2">Love Teaching what i know</h6>
<h6 class="card-title left-border4 ps-2">Internet Surfer & Explorer</h6>
</div>
<!-- Personal Qualities Ends -->
<!-- Exploring -->
<div class="exploring mt-3">
<h4>Exploring</h4>
<hr>
<h6 class="card-title left-border4 ps-2">Cloud Security:</h6>
<div class="ps-2 mb-2">
<span class="d-badge border-1left p-0 pe-1 ps-1">
<img src="images/company/Amazon_Web_Services_Logo.svg" style="vertical-align: text-bottom;" height="20" width="20" alt="">
</span>
<span class="badge bg-dark">AWS Security</span>
<span class="badge bg-dark">Prisma Cloud CSPM</span>
</div>
<h6 class="card-title left-border4 ps-2">Cloud Firewall:</h6>
<div class="ps-2 mb-2">
<span class="badge bg-dark">NetSkope</span>
<span class="badge bg-dark">ZScaler</span>
<span class="badge bg-dark">Prisma Access</span>
<span class="badge bg-dark">Cisco Umbrella</span>
<span class="badge bg-dark">Checkpoint (Harmony Connect)</span>
</div>
<h6 class="card-title left-border4 ps-2">CTF Player: </h6>
<div class="ps-2 mb-2">
<span class="badge bg-dark">TryHackMe</span>
<span class="badge bg-dark">HackTheBox</span>
<span class="badge bg-dark">PortSwigger</span>
<span class="badge bg-dark">OffSec Playground</span>
</div>
<h6 class="card-title left-border4 ps-2">Perimeter Security Soln:</h6>
<div class="ps-2 mb-2">
<span class="badge bg-dark">Proxy</span>
<span class="badge bg-dark">Firewall</span>
<span class="badge bg-dark">IDPS</span>
</div>
<h6 class="card-title left-border4 ps-2">Tech Lover:</h6>
<div class="ps-2 mb-2">
<a class="btn btn-sm btn-outline-dark mb-1" href="https://github.com/AdguardTeam/AdGuardHome#getting-started" target="_blank">
Adguard Home
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm btn-outline-dark mb-1" href="https://firewalla.com/" target="_blank">
Firewalla
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm btn-outline-dark mb-1" href="https://github.com/pi-hole/docker-pi-hole/#running-pi-hole-docker" target="_blank">
Pi-Hole
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm btn-outline-dark mb-1" href="https://dnssafety.diladele.com/" target="_blank">
Diladele: DNS
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm btn-outline-dark mb-1" href="https://www.henrypp.org/product/simplewall" target="_blank">
Simplewall
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm btn-outline-dark mb-1" href="https://www.safesquid.com/#get_started" target="_blank">
SafeSquid-SWG
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm btn-outline-dark mb-1" href="https://www.sophos.com/en-us/free-tools/sophos-xg-firewall-home-edition" target="_blank">
Sophos-XG
<img src="./images/svg/link1.svg" alt="">
</a>
</div>
</div>
<!-- Exploring Ends -->
</div>
</div>
</div>
</div>
</div>
<div id="show-freelance" class="card" style="margin-bottom: 40px; margin-top: 40px;">
<div class="card-body">
<!-- Freelancer Experience -->
<div class="work-experience">
<h4>Freelancer Experience</h4>
<hr>
<div class="work-exp-content" style="position: relative; padding-left: 24px;">
<!-- https://theplannernextdoor.com/ -->
<!-- Freelancer 1 -->
<div class="word-exp-1 work-exp-item">
<div class="d-flex justify-content-between">
<h5 class="card-title">DevOps Engineer Consultant</h5>
<h6 class="card-title">OceanVW</h6>
</div>
<h6 class="card-subtitle mb-2 text-muted"> Techend Engineer (SystemOps & Maintainence) </h6>
<p class="card-body job-res-show">
<img class="pinner" src="images/svg/pin.svg" alt="">
I work there to setup, configure and maintain their servers. developing small plugins and automating some business Requirements.
I handle most of the IT tasks and help them in supporting their Business.
</p>
<p>
<strong>Project Links:</strong>
<a class="btn btn-sm btn-outline-dark mb-2" href="https://oceanvw.com/hope.html" target="_blank">
OceanVW Hope Page
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm btn-outline-dark mb-2" href="https://oceanvw.co.in/" target="_blank">
OceanVW.co.in Landing Page
<img src="./images/svg/link1.svg" alt="">
</a>
<!--
<a class="btn btn-sm btn-outline-dark mb-2" href="https://aashishrbhandari.github.io/Email-Templates/email_template_sample_1.html" target="_blank">
Email Marketing Templates
<img src="./images/svg/link1.svg" alt="">
</a>
-->
</p>
<ul>
<li> Install Configure & Maintain Linux Servers </li>
<li> Setup, Configure & Mini Customization of MRBS Application</li>
<li> Product Plug-in Development (JavaScript, Python, NodeJS, Bash) </li>
<li> Product Demonstration To Client </li>
</ul>
<p>
<h6><b>Job Skills:</b></h6>
<span class="badge bg-dark">SysOps</span>
<span class="badge bg-dark">Linux</span>
<span class="badge bg-dark">Web Development</span>
<span class="badge bg-dark">Scripting</span>
<span class="badge bg-dark">Troubleshooting</span>
</p>
</div>
<!-- Freelancer 1 Ends -->
<!-- Freelancer 2 -->
<div class="word-exp-2 work-exp-item">
<div class="d-flex justify-content-between">
<h5 class="card-title">Tech Consultant</h5>
<h6 class="card-title"> MJ & Associates </h6>
</div>
<h6 class="card-subtitle mb-2 text-muted"> Techend Engineer (Web Dev) </h6>
<p class="card-body job-res-show">
<img class="pinner" src="images/svg/pin.svg" alt="">
I helped them built their Online Space, built their website from scratch.
handling domain registration, email setup, website and online visibility.
</p>
<p>
<strong>Project Links:</strong>
<a class="btn btn-sm btn-outline-dark" href="https://www.mjassociate.co.in/" target="_blank">
MJ & Associates
<img src="./images/svg/link1.svg" alt="">
</a>
</p>
<ul>
<li> Built & Maintain their Website </li>
<li> Technical Help</li>
</ul>
<p>
<h6><b>Job Skills:</b></h6>
<span class="badge bg-dark">Web Development</span>
<span class="badge bg-dark">Domain & Email Management</span>
</p>
</div>
<!-- Freelancer 2 Ends -->
<!-- Freelancer 3 -->
<div class="word-exp-2 work-exp-item">
<div class="d-flex justify-content-between">
<h5 class="card-title">Tech Consultant</h5>
<h6 class="card-title"> The Planner Next Door </h6>
</div>
<h6 class="card-subtitle mb-2 text-muted"> Techend Engineer (Web Dev) </h6>
<p class="card-body job-res-show">
<img class="pinner" src="images/svg/pin.svg" alt="">
I am helping them built their Online Space, built their website from scratch.
handling domain registration, website and online visibility.
I am currently working in this project.
</p>
<p>
<strong>Project Links:</strong>
<a class="btn btn-sm btn-outline-dark" href="https://theplannernextdoor.com/" target="_blank">
The Planner Next Door
<img src="./images/svg/link1.svg" alt="">
</a>
</p>
<ul>
<li> Built & Maintain Website </li>
<li> Domain Management </li>
<li> Hosting & SSL Setup </li>
</ul>
<p>
<h6><b>Job Skills:</b></h6>
<span class="badge bg-dark">Web Development</span>
<span class="badge bg-dark">Domain Management</span>
</p>
</div>
<!-- Freelancer 3 Ends -->
<!-- Freelancer 4 -->
<div class="word-exp-4 work-exp-item">
<div class="d-flex justify-content-between">
<h5 class="card-title">Developer</h5>
<h6 class="card-title">College Projects</h6>
</div>
<h6 class="card-subtitle mb-2 text-muted"> Web Dev </h6>
<p class="card-body job-res-show">
<img class="pinner" src="images/svg/pin.svg" alt="">
I love development and college projects are recurring events, which help me create, deploy and explain projects to new peoples.
</p>
<strong>Projects:</strong>
<ul>
<li> DNS Blocker (Java)
<a class="btn btn-sm btn-outline-dark mb-1" href="https://github.com/aashishrbhandari/dns_filter_version1" target="_blank">
View Project
<img src="./images/svg/link1.svg" alt="">
</a>
</li>
<li class="mb-2"> Web Rating App (Python) - #CollegeProject
<!--
<a class="btn btn-sm btn-outline-dark mb-2" href="https://github.com/aashishrbhandari/web-rater" target="_blank">
View Project
<img src="./images/svg/link1.svg" alt="">
</a>
-->
</li>
<li class="mb-2"> Proxy Filter (Python) - #CollegeProject
<!--
<a class="btn btn-sm btn-outline-dark mb-2" href="https://github.com/aashishrbhandari/proxy-filter" target="_blank">
View Project
<img src="./images/svg/link1.svg" alt="">
</a>
-->
</li>
<li> Web Filtering Extension (JavaScript) Cross Browser
<a class="btn btn-sm btn-outline-dark mb-1" href="https://github.com/aashishrbhandari/phishing-detector-extension" target="_blank">
View Project
<img src="./images/svg/link1.svg" alt="">
</a>
<!-- https://github.com/aashishrbhandari/phishing-detector-extension -->
</li>
<li> Shoe Shop Frontend
<a class="btn btn-sm btn-outline-dark mb-1" href="https://aashishrbhandari.github.io/shoe.man/" target="_blank">
View Project
<img src="./images/svg/link1.svg" alt="">
</a>
<!-- https://github.com/aashishrbhandari/phishing-detector-extension -->
</li>
</ul>
<p>
<h6><b>Job Skills:</b></h6>
<span class="badge bg-dark">Web Development</span>
<span class="badge bg-dark">Python</span>
<span class="badge bg-dark">Java</span>
<span class="badge bg-dark">NodeJS</span>
</p>
</div>
<!-- Freelancer 4 Ends -->
</div>
</div>
<!-- Freelancer Experience Ends -->
</div>
</div>
<style>
figure {
margin: auto!important;
}
</style>