-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
901 lines (774 loc) · 64.4 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
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- SEO & Important Meta Tags [To Be Added] -->
<!-- Favicon -->
<link rel="shortcut icon" type="image/jpg" href="images/svg/logo1.svg"/>
<!-- Bootstrap v5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/index.css">
<title>Profile: Ashish R Bhandari</title>
</head>
<body>
<header class="navbar-component">
</header>
<main>
<!-- Intro Content -->
<div class="intro-content bg-dark">
<div class="container">
<div class="intro-content-inner ptb-40">
<div class="row g-4 justify-content-center align-items-center">
<div class="col-md-4">
<img src="images/profile.jpg" class="profile-image" alt="...">
</div>
<div class="col-md-8">
<div class="card card-transparent shadow-none text-white">
<div class="card-header card-transparent">
<h5 class="card-title">Hello, My Name is</h5>
<h1>Ashish R Bhandari</h1>
<p class="card-text">
I am a Security Engineer who loves to explore Software, Network & Cloud from different angles (Security, Frontend, Backend, Architecture), 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 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>
<div class="card-body">
<h4 class="d-flex flex-wrap gap-1">
<span class="badge bg-white text-dark">#Network Security</span>
<span class="badge bg-white text-dark">#Application Security</span>
<span class="badge bg-white text-dark">#Troubleshooter</span>
<span class="badge bg-white text-dark">#Teacher</span>
<span class="badge bg-white text-dark">#Learner</span>
<span class="badge bg-white text-dark">#Tech Explorer</span>
</h4>
</div>
<div class="card-footer card-transparent d-flex gap-4">
<button class="btn btn-outline-light hire-me" data-bs-toggle="modal" data-bs-target="#why-me">Why Me ?</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Intro Content Ends -->
<!-- Skills -->
<div class="skills-content bg-white">
<div class="container">
<div class="skills-content-inner ptb-40">
<div class="card card-transparent shadow-none">
<div class="card-header card-transparent text-center">
<h1>Skills Overview</h1>
</div>
<div class="card-body pt-0 text-dark">
<div class="p-8 mb-4 text-center">
I invest most of my time to learn and improve myself. I read blogs, watch youtube videos related to tech concepts, CTF and also Play CTF, I always try to explore something new, try to learn concepts from a different angle & perspective. Online Learning and CTF Platform is where i am mostly consumed and other such learning platform help me learn new things. <br>
</div>
<h5 class="mb-4 text-muted text-center">
- <cite>One of my key skill is <u> Helping </u> others.</cite>.
</h5>
<div class="row g-2 row-cols-1 row-cols-md-2 mb-4 border-none">
<div class="col">
<div class="c-content">
<h5>
Cloud Security
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 15%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">AWS</span>
<span class="badge text-dark border-1">AWS Security</span>
<span class="badge text-dark border-1">Prisma Cloud CSPM</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5>
SOC
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 40%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">Elastic Stack - SIEM</span>
<span class="badge text-dark border-1">Wazuh</span>
<span class="badge text-dark border-1">Threat Hunting</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5>
SASE/SSE
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 55%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">NetSkope</span>
<span class="badge text-dark border-1">ZScaler</span>
<span class="badge text-dark border-1">Prisma Access</span>
<span class="badge text-dark border-1">Cisco Umbrella</span>
<span class="badge text-dark border-1">Checkpoint(Harmony Connect)</span>
<span class="badge text-dark border-1">Barracuda Content Shield</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5>
Secure Web Gateway
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 75%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">SME @ SafeSquid-SWG</span>
<span class="badge text-dark border-1">Troubleshooting</span>
<span class="badge text-dark border-1">Policy Implementation & Testing</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5>
Endpoint Solutions
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 30%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">CylancePROTECT</span>
<span class="badge text-dark border-1">Exploring FortiEDR</span>
<span class="badge text-dark border-1">Exploring FortiClient</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5>
Perimeter Security Solutions
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 55%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">SafeSquid-SWG Expert</span>
<span class="badge text-dark border-1">Sophos XG</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5>
Web Application Testing
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 35%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">OWASP Top10 Testing</span>
<span class="badge text-dark border-1">API Understanding</span>
<span class="badge text-dark border-1">Tech Stack Exploring</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5> Troubleshooting </h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 65%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">Networking</span>
<span class="badge text-dark border-1">Web App</span>
<span class="badge text-dark border-1">Desktop App</span>
<span class="badge text-dark border-1">Thin Client</span>
<span class="badge text-dark border-1">Thick Client</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5>
Networking
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 55%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">Wireshark</span>
<span class="badge text-dark border-1">AP Security Implementation</span>
<span class="badge text-dark border-1">AP Security Review</span>
<span class="badge text-dark border-1">Proxy</span>
<span class="badge text-dark border-1">TCPDump</span>
<span class="badge text-dark border-1">TCPView</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5>
Bash, Python, Javascript
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">Develop Small Plugin</span>
<span class="badge text-dark border-1">Scripting</span>
<span class="badge text-dark border-1">Automation</span>
<span class="badge text-dark border-1">
<a class="text-dark text-decoration-none" target="_blank" href="https://github.com/aashishrbhandari/SOC-analyze">
SOC-ANALYZE
<img src="./images/svg/link1.svg" style="vertical-align: top;" alt="" height="12" width="12">
</a>
</span>
<span class="badge text-dark border-1">
<a class="text-dark text-decoration-none" target="_blank" href="https://github.com/aashishrbhandari/">
Github Projects
<img src="./images/svg/link1.svg" style="vertical-align: top;" alt="" height="14" width="14">
</a>
</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5>
Linux
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">System Engineer</span>
<span class="badge text-dark border-1">CLI Lover</span>
<span class="badge text-dark border-1">Setup, Install, Configure Apps</span>
<span class="badge text-dark border-1">Patching</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5>
Code Review
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 20%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">Manual Code Review</span>
<span class="badge text-dark border-1">Learning Dev</span>
<span class="badge text-dark border-1">Relating Dev Mistakes</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5>
Web Dev(Frontend+Backend)
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 60%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">Learning Dev</span>
<span class="badge text-dark border-1">Helping Company Built Online Web Paradigm</span>
<span class="badge text-dark border-1">
<a class="text-dark text-decoration-none" target="_blank" href="https://helpdevelop.co.in/">
HelpDevelop
<img src="./images/svg/link1.svg" alt="" height="12" width="12">
</a>
</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5>
DNS Security
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 75%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">Cisco Umbrella</span>
<span class="badge text-dark border-1">
<a class="text-dark text-decoration-none" target="_blank" href="https://github.com/pi-hole/docker-pi-hole/#running-pi-hole-docker">
Pi-Hole
<img src="./images/svg/link1.svg" alt="">
</a>
</span>
<span class="badge text-dark border-1">
<a class="text-dark text-decoration-none" target="_blank" href="https://github.com/AdguardTeam/AdGuardHome#getting-started">
Adguard Home
<img src="./images/svg/link1.svg" alt="">
</a>
</span>
<span class="badge text-dark border-1">
<a class="text-dark text-decoration-none" target="_blank" href="https://dnssafety.diladele.com/">
Diladele: DNS
<img src="./images/svg/link1.svg" alt="">
</a>
</span>
<span class="badge text-dark border-1">
<a class="text-dark text-decoration-none" target="_blank" href="https://github.com/aashishrbhandari/dns_filter_version1">
Project: DNS-Filter
<img src="./images/svg/link1.svg" alt="">
</a>
</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5>
NodeJS, Flask
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1">Web Framework</span>
<span class="badge text-dark border-1">Learning Backend-Dev</span>
<span class="badge text-dark border-1">Relating Dev Mistakes</span>
<span class="badge text-dark border-1">WebApp Understanding</span>
</h6>
</div>
</div>
<div class="col">
<div class="c-content">
<h5>
Tools
</h5>
<div class="progress">
<div class="progress-bar" role="progressbar" style="width: 25%" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<h6 class="d-flex flex-wrap mt-2 gap-1">
<span class="badge text-dark border-1 mt-1">Curl</span>
<span class="badge text-dark border-1 mt-1">OpenSSL</span>
<span class="badge text-dark border-1 mt-1">NMap</span>
<span class="badge text-dark border-1 mt-1">Browser Developer Tools</span>
<span class="badge text-dark border-1 mt-1">Wireshark</span>
</h6>
</div>
</div>
</div>
<div class="card-body pt-3 bg-grey rounded-3">
<p>
When I am not working you will find me in below places. Reading, Learning, Just Exploring, Correcting & Improving my Tech Knowledge. I explore their Websites, Read their Blogs, Checkpoint Web Tech Stack they use etc can many more
</p>
<h5 class="mt-2">
<a class="btn btn-sm2 btn-outline-dark mb-2" href="https://tryhackme.com/p/asharry97" target="_blank">
TryHackMe
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm2 btn-outline-dark mb-2" href="https://app.hackthebox.eu/profile/611519" target="_blank">
HackTheBox
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm2 btn-outline-dark mb-2" href="https://portal.offensive-security.com/proving-grounds/play" target="_blank">
OffSec-PlayGround
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm2 btn-outline-dark mb-2" href="https://portswigger.net/web-security/dashboard" target="_blank">
PortSwigger
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm2 btn-outline-dark mb-2" href="https://academy.hackthebox.eu/dashboard" target="_blank">
HTB Academy
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm2 btn-outline-dark mb-2" href="https://www.root-me.org/" target="_blank">
RootMe
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm2 btn-outline-dark mb-2" href="https://play.picoctf.org/practice" target="_blank">
PicoCTF
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm2 btn-outline-dark mb-2" href="https://training.fortinet.com/course/index.php/Certification" target="_blank">
Fortinet
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm2 btn-outline-dark mb-2" href="https://my.ine.com/" target="_blank">
INE
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm2 btn-outline-dark mb-2" href="https://app.cybrary.it/" target="_blank">
Cybrary
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm2 btn-outline-dark mb-2" href="https://www.checkpoint.com/cyber-hub/" target="_blank">
Checkpoint
<img src="./images/svg/link1.svg" alt="">
</a>
<a class="btn btn-sm2 btn-outline-dark mb-2" href="https://www.mcafee.com/blogs/" target="_blank">
Mcafee
<img src="./images/svg/link1.svg" alt="">
</a>
</h5>
</div>
<div class="d-flex justify-content-center align-items-center flex-wrap mt-2">
<div class="hackthebox-badge" title="HackTheBox">
<script src="https://www.hackthebox.eu/badge/611519"></script>
</div>
<div class="tryhackme-badge" title="TryHackMe">
<script src="https://tryhackme.com/badge/433978"></script>
</div>
</div>
</div>
<div class="card-footer card-transparent d-flex justify-content-center gap-2">
<a href="./resume.html" class="btn btn-dark" title="Go Check Out My Resume">Read More About Me</a>
<a href="https://github.com/aashishrbhandari/" target="_blank" class="btn btn-outline-dark" title="For More Explore My GitHub">Explore</a>
</div>
</div>
</div>
</div>
</div>
<!-- Skills Ends -->
<!-- Tech Overview -->
<div class="tech-intro-content bg-grey">
<div class="container">
<div class="intro-content-inner ptb-40">
<div class="card text-dark card-transparent shadow-none">
<div class="card-header card-transparent text-center">
<h1>Tech Overview</h1>
</div>
<div class="card-body pt-0 ">
<p class="card-text text-center mb-4">
I try exploring softwares and try to understand how they work, I try to explore it in my own way. I do not call myself a expert in Frontend or backend Domain, But i am aware about Technologies used, how they work, where they are used and why are they so popular, i am enough aware to be able to tweak with it.
</p>
<h5 class="mb-4 text-muted text-center">
- <cite>Most Important Skill is to understand and <u>Troubleshoot</u> problems</cite>.
</h5>
<div class="row-grid">
<div class="col">
<div class="card h-100">
<img src="images/svg/security2.svg" class="card-img-top skill-icon" alt="Security">
<div class="card-body">
<h4 class="card-title">Security</h4>
<h6 class="card-subtitle mb-2 text-muted">
<span class="badge bg-white text-dark border-1left">Web App Sec</span>
</h6>
<p class="card-text">
I have been Working as Security Engineer who explores both side Offensive and Defensive areas including Web App Testing, Firewall Review & Implementation, Network Infrastructure Troubleshooting etc
<!-- <br>
I handle the Tripe T part i.e #Testing, #Troubleshooting & #Training.
-->
</p>
Open to Explore in Security different Network, Application & Solution
<a href="./resume.html" class="" title="Go Check Out My Resume">More About Me</a>
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<span class="badge bg-secondary">Web App Testing</span>
<span class="badge bg-secondary">Product Software & Security Testing</span>
<span class="badge bg-secondary">Firewall Exploring & Review</span>
</li>
<li class="list-group-item">
<span class="badge bg-secondary">Secure Web Gateway</span>
<span class="badge bg-secondary">Cloud Firewall</span>
</li>
<li class="list-group-item">
<span class="badge bg-secondary">Proxy</span>
<span class="badge bg-secondary">Networking</span>
</li>
</ul>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="images/svg/frontend.svg" class="card-img-top skill-icon" alt="Frontend">
<div class="card-body">
<h4 class="card-title">Development</h4>
<h6 class="card-subtitle mb-2 text-muted">
<span class="badge bg-white text-dark border-1left">Frontend + Backend</span>
</h6>
<p class="card-text">
I keep Exploring things from both Frontend & Backend, to understand how the Application works, how it retrieves resources, which framework or library was used to develop it.
</p>
<p class="card-text">
I am comfortable with Linux OS and mostly work with them. I install, configure & troubleshoot softwares on Linux.
I have developed projects in Python,NodeJS,Bash Scripts etc.
<a href="./resume.html" class="" title="Go Check Out My Resume">More About Me</a>
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<span class="badge bg-secondary">Python</span>
<span class="badge bg-secondary">Bash</span>
<span class="badge bg-secondary">NodeJS</span>
<span class="badge bg-secondary">Java</span>
</li>
<li class="list-group-item">
<span class="badge bg-secondary">Linux</span>
<span class="badge bg-secondary">Scripting</span>
</li>
<li class="list-group-item">
<span class="badge bg-secondary">HTML</span>
<span class="badge bg-secondary">CSS</span>
<span class="badge bg-secondary">JS</span>
</li>
</ul>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="images/svg/softskills.svg" class="card-img-top skill-icon" alt="Soft Skills">
<div class="card-body">
<h4 class="card-title">Soft Skills</h4>
<h6 class="card-subtitle mb-2 text-muted">
<span class="badge bg-white text-dark border-1left">Explorer</span>
</h6>
<p class="card-text">
I have been helping customers to setup security restrictions, troubleshoot & debug problems, provide them with solution explanation and i love doing this.
I have been helping friends & colleagues in development, helping them understand concepts & debug their problems.
</p>
<p class="card-text">
I love helping others on stuff which i know or i am capable of doing.
<a href="./resume.html" class="" title="Go Check Out My Resume">More About Me</a>
</p>
</div>
<ul class="list-group list-group-flush">
<li class="list-group-item">
<span class="badge bg-secondary">Troubleshooter</span>
<span class="badge bg-secondary">Helper</span>
</li>
<li class="list-group-item">
<span class="badge bg-secondary">Quick Learner</span>
<span class="badge bg-secondary">Networking</span>
</li>
<li class="list-group-item">
<span class="badge bg-secondary">Good Observational Skills</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="card-footer card-transparent d-flex justify-content-center gap-2">
<a href="./resume.html" class="btn btn-dark" title="Go Check Out My Resume">Read More About Me</a>
<a href="https://github.com/aashishrbhandari/" target="_blank" class="btn btn-outline-dark" title="For More Explore My GitHub">Explore</a>
</div>
</div>
</div>
</div>
</div>
<!-- Tech Overview Ends -->
<!-- Awards & Laurels Content -->
<div class="certs-table-content bg-white">
<div class="container">
<div class="certs-table-content-inner ptb-40">
<div class="card text-dark card-transparent shadow-none">
<div class="card-header card-transparent text-center">
<h1>Certifications</h1>
<!--
<details>
<summary>Why No Professional Certifications till now?</summary>
<div class="card-body pt-0 mt-3 mb-3" style="background-color: rgb(245, 247, 249); border-radius: 8px; margin: 4px;">
<i> I was too much dissolved in learning that i did not do any such professional certifications. Now i have realized my mistake and working forward in completing my goal.</i>
</div>
</details>
-->
</div>
<div class="card-body pt-0">
<p class="card-text text-center mb-4">
<!-- Left to Write -->
</p>
<CertSection>
</CertSection>
</div>
</div>
</div>
</div>
</div>
<!-- Awards & Laurels Content Ends -->
<!-- Testimonials OverView -->
<div class="testimonials-overview bg-grey">
<div class="container">
<div class="testimonials-overview-inner ptb-40">
<div class="card text-dark card-transparent shadow-none">
<div class="card-header card-transparent text-center">
<h1>Testimonials</h1>
</div>
<div class="card-body">
<p class="card-text text-center mb-4">
I have helped few clients professionally and personally, and also alot of friends, below are the few responses i have received
</p>
<!--
<h5 class="mb-4 text-muted text-center">
- <cite>Most Important Skill is to understand and <u>Troubleshoot</u> problems</cite>.
</h5>
-->
</div>
</div>
<div class="row row-gap-80">
<div class="col-md-6">
<h3> <span style="border-bottom: 4px solid; padding: 5px; border-radius: 4px; "> Clients</span></h3>
<div id="carousel-clients-review" class="carousel carousel-dark slide carousel-fade" data-bs-ride="carousel" >
<div class="carousel-indicators">
<button type="button" data-bs-target="#carousel-clients-review" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carousel-clients-review" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carousel-clients-review" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="card" style="height: 360px; margin-top: 60px;">
<div class="card-header bg-dark text-white" style="position: absolute; left: -20px; top: 10px;">
#Passionate
</div>
<img src="images/client_profiles/Adv.Jay_Lathigara_Friend_Profile.jpg" width="100px" height="100px" style="border-radius: 50%; position: absolute;left: 40%; top: -10%; object-fit: cover;" alt="">
<div class="card-body" style="margin-top: 50px;">
<div class="card scroll-card" style="overflow-y: auto; height: 240px; margin: auto; box-shadow: none!important;;">
<blockquote class="blockquote" style="margin-top: auto; margin-bottom: auto;" >
<p>
“I think the website is GREAT! It is easy to follow along and definitely convienent because you can pull the information up whenever you need to“. <br>
Ashish is a true entrepreneur. He’s passionate about helping companies find, build and grow their next big idea.
</p>
<footer class="blockquote-footer mt-2">Adv. Jay Lathigara from
<cite title="Source Title">
<a class="mb-2" href="https://mjassociate.co.in/" target="_blank">
MJ & Associates
<img src="./images/svg/link1.svg" alt="">
</a>
</cite>
</footer>
</blockquote>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card" style="height: 360px; margin-top: 60px;">
<div class="card-header bg-dark text-white" style="position: absolute; left: -20px; top: 10px;">
#Helper
</div>
<img src="images/client_profiles/Pradip_Friend_Profile.jpg" width="100px" height="100px" style="border-radius: 50%; position: absolute;left: 40%; top: -10%; object-fit: cover;" alt="">
<div class="card-body" style="margin-top: 50px;">
<div class="card scroll-card" style="overflow-y: auto; height: 240px; margin: auto; box-shadow: none!important;;">
<blockquote class="blockquote" style="margin-top: auto; margin-bottom: auto;" >
<p>
I have worked with many freelancers in the past but Ashish stands out from the rest. We hired him based on his current portfolio and we are happy that we choose him. He is so co-operative which you will not see in other free lancers. <br>
Personally, i would like to recommend him to anyone looking for any kind of digital work - web development, SEO, digital marketing, branding or mobile app development services. Keep it up!!
</p>
<footer class="blockquote-footer mt-2">Pradip Yadav from <cite title="Source Title">Sales manager at Group Satellite</cite></footer>
</blockquote>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card" style="height: 360px; margin-top: 60px;">
<div class="card-header bg-dark text-white" style="position: absolute; left: -20px; top: 10px;">
#HardWorking
</div>
<img src="images/client_profiles/Adv.Prashant_B._Khadpe_Friend_Profile.jpg" width="100px" height="100px" style="border-radius: 50%; position: absolute;left: 40%; top: -10%; object-fit: cover;" alt="">
<div class="card-body" style="margin-top: 50px;">
<div class="card scroll-card" style="overflow-y: auto; height: 240px; margin: auto; box-shadow: none!important;;">
<blockquote class="blockquote" style="margin-top: auto; margin-bottom: auto;" >
<p>
Aashish has provided excellent website developement services and was responsive to all my questions and concern. So i would highly recommend Aashish to all other people's. Keep it up !!
</p>
<footer class="blockquote-footer mt-2">Adv. Prashant B. Khadpe from
<cite title="Source Title">
<a class="mb-2" href="https://mjassociate.co.in/" target="_blank">
MJ & Associates
<img src="./images/svg/link1.svg" alt="">
</a>
</cite>
</footer>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carousel-clients-review" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carousel-clients-review" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
<div class="col-md-6">
<h3> <span style="border-bottom: 4px solid; padding: 5px; border-radius: 4px; "> Friends & Colleagues</span></h3>
<div id="carousel-friends_colleague-review" class="carousel carousel-dark slide carousel-fade" data-bs-ride="carousel" >
<div class="carousel-indicators">
<button type="button" data-bs-target="#carousel-friends_colleague-review" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carousel-friends_colleague-review" data-bs-slide-to="1" aria-label="Slide 2"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="card" style="height: 360px; margin-top: 60px;">
<div class="card-header bg-dark text-white" style="position: absolute; left: -20px; top: 10px;">
#Tech-Versatile
</div>
<img src="images/client_profiles/Aakash_Friend_Profile.jpg" width="100px" height="100px" style="border-radius: 50%; position: absolute;left: 40%; top: -10%; object-fit: cover;" alt="">
<div class="card-body" style="margin-top: 50px;">
<div class="card scroll-card" style="overflow-y: auto; height: 240px; margin: auto; box-shadow: none!important;;">
<blockquote class="blockquote" style="margin-top: auto; margin-bottom: auto;" >
<p>
"Working and learning with ashish i came to know that he has a versatile capacity to dig deep and come up with a solution. He has a great troubleshooting and debugging skill. You can inevitably rely upon him for your any kind of technical projects or freelancing work."
</p>
<footer class="blockquote-footer mt-2">Aakash
<!--from <cite title="Source Title">-----</cite> -->
</footer>
</blockquote>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="card" style="height: 360px; margin-top: 60px;">
<div class="card-header bg-dark text-white" style="position: absolute; left: -20px; top: 10px;">
#KuchToKartaHae
</div>
<img src="images/client_profiles/Pankaj_Colg_Friend_Profile.jpg" width="100px" height="100px" style="border-radius: 50%; position: absolute;left: 40%; top: -10%; object-fit: cover;" alt="">
<div class="card-body" style="margin-top: 50px;">
<div class="card scroll-card" style="overflow-y: auto; height: 240px; margin: auto; box-shadow: none!important;;">
<blockquote class="blockquote" style="margin-top: auto; margin-bottom: auto;">
<p>
Ashish has a good knowledge on Network Security and Programming Language. He has helped me in the my Python Project. He can navigate and make legacy code maintainable. Spends too much time chasing new technology fads and maintains awareness of industry trends and tools.
</p>
<footer class="blockquote-footer mt-2">Pankaj
<!-- from <cite title="Source Title">Nowhere</cite> -->
</footer>
</blockquote>
</div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carousel-friends_colleague-review" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carousel-friends_colleague-review" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonials OverView Ends -->
</main>
<footer class="footer-component">
</footer>
<!-- Bootstrap v5 Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-U1DAWAznBHeqEIlVSCgzq+c9gqGAJn5c/t99JyeKa9xxaYpSvHU5awsuZVVFIhvj" crossorigin="anonymous"></script>
<!-- Custom JS -->
<script src="js/index.js"></script>
</body>
</html>