-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
668 lines (634 loc) · 22.1 KB
/
about.html
File metadata and controls
668 lines (634 loc) · 22.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Utkarsh</title>
<link rel="icon" href="/images/favicon.ico" type="image/x-icon" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;
0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/assets/css.css" type="text/css" />
<style>
.firstSection .leftSection .socials {
margin: 30px -16px;
font-size: 1.5rem;
}
.firstSection .leftSection .socials ul li {
list-style: none;
padding-top: 2%;
}
.firstSection .leftSection .socials ul li a {
padding: 10%;
text-decoration: none;
color: white;
}
.rightSection {
font-size: 1.5rem;
}
.rightSection a {
text-decoration: none;
color: #fd5025;
}
#tech-stack {
text-align: center;
margin: 40px auto;
}
.tech-marquee {
overflow: hidden;
white-space: nowrap;
width: 100%;
}
.marquee-track {
display: inline-flex;
animation: marquee 40s linear infinite;
}
.marquee-track:hover {
animation-play-state: paused;
}
.marquee-track img {
pointer-events: auto;
height: 60px;
margin: 10px 70px;
flex-shrink: 0;
}
#eca-section {
text-align: center;
margin: 40px auto;
}
.eca-buttons {
display: flex;
justify-content: center;
gap: 16px;
margin: 20px 0;
}
.eca-buttons button {
background: #181818;
color: white;
border: none;
padding: 10px 20px;
border-radius: 6px;
cursor: pointer;
transition: background 0.3s;
font-size: 16px;
}
.eca-buttons button:hover {
background: #fd5025;
}
.eca-content {
margin-top: 20px;
}
.eca-item {
display: none;
animation: fadeIn 0.4s;
}
.eca-item img {
height: 120px;
margin: 8px;
border-radius: 6px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#internships {
margin: 40px auto;
max-width: 1000px;
}
#internships h2 {
text-align: center;
margin-bottom: 20px;
}
.internship-card {
display: flex;
flex-direction: row;
background-color: #f2f2f2; /* light grey */
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
margin: 20px 0;
overflow: hidden;
}
.internship-card img {
width: 200px;
height: auto;
object-fit: cover;
border-right: 1px solid #ddd;
}
.internship-info {
padding: 15px;
display: flex;
flex-direction: column;
justify-content: center;
}
.internship-info h3 {
margin: 0 0 8px 0;
color: #333;
}
.internship-info p {
margin: 0;
color: #555;
font-size: 0.95rem;
}
.achievement-card {
display: flex;
flex-direction: row;
background-color: #f4f4f4; /* light grey, change as you like */
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
margin: 20px 0;
overflow: hidden;
}
.achievement-card img {
width: 180px;
height: auto;
object-fit: cover;
border-right: 1px solid #ddd;
}
.achievement-info {
padding: 15px;
display: flex;
flex-direction: column;
justify-content: center;
}
.achievement-info h3 {
margin: 0 0 8px 0;
color: #333;
}
.achievement-info p {
margin: 0;
color: #555;
font-size: 0.95rem;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes marquee {
from {
transform: translateX(0%);
}
to {
transform: translateX(-50%);
}
}
@media screen and (max-width: 720px) {
.rightSection {
width: 72px !important;
display: flex;
justify-content: center;
margin: 30px;
text-align: center;
}
.marquee-track img {
height: 40px; /* smaller icons for mobile */
margin: 2% 12px; /* slightly smaller gap */
}
.firstSection .leftSection .socials ul li a {
font-size: 0.9rem; /* smaller text */
padding: 2%; /* very small padding */
display: flex; /* align icon + text nicely */
align-items: center;
}
.firstSection .leftSection .socials ul li img {
height: 24px; /* smaller icon */
margin-right: 4px; /* small space after icon */
}
.internship-card {
flex-direction: column;
align-items: center;
}
.internship-card img {
width: 100%;
height: auto;
border-right: none;
border-bottom: 1px solid #ddd;
}
.internship-info {
text-align: center;
}
@media screen and (max-width: 720px) {
.achievement-card {
flex-direction: column;
align-items: center;
}
.achievement-card img {
width: 100%;
border-right: none;
border-bottom: 1px solid #ddd;
}
.achievement-info {
text-align: center;
}
}
}
</style>
</head>
<body>
<header>
<nav>
<div class="left">About Me</div>
<div class="right">
<ul>
<li><a href="/">Dashboard</a></li>
<li><a href="/portfolio.html">Home</a></li>
<li><s>About</s></li>
<li><a href="/projects.html">Projects</a></li>
<li><a href="https://utkarshblogs14.blogspot.com">Blogs</a></li>
<li><a href="/contact-me.html">Contact Me</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="firstSection">
<div class="leftSection">
<h5>Social Handles</h5>
<span class="purple">@UraniumUtkarsh</span>
<div class="socials">
<ul>
<li>
<a href="https://www.linkedin.com/in/uranium-utkarsh-pandey"
><img src="/icons/linkedin.png" alt="" height="50px" />
@uranium-utkarsh-pandey</a
>
</li>
<li>
<a href="https://github.com/UraniumUtkarsh"
><img src="/icons/github.png" alt="" height="50px" />
@UraniumUtkarsh</a
>
</li>
<li>
<a href="https://x.com/UraniumUtkarsh"
><img
src="/icons/x-logo.png"
alt=""
height="50px"
/>@UraniumUtkarsh</a
>
</li>
<li>
<a href=""
><img src="/icons/instagram.png" height="50px" />
@UraniumUtkarsh</a
>
</li>
</ul>
</div>
</div>
<div class="rightSection">
<p>
I am Utkarsh, known online as
<span class="purple"><i>UraniumUtkarsh</i></span
>, a handle you might even spot featured around the web
<span class="searchit"
><a href="https://www.google.com/search?q=uraniumutkarsh"
>(Google it!)</a
></span
>. I chose <i>“Uranium”</i> because, I like it, I see potential for
massive impact: it can construct or destruct when directed with
discipline much like offensive and defensive roles in cybersecurity,
where the same energy can either strengthen systems or ethically
challenge them to reveal their flaws.
</p>
</div>
</section>
<hr />
<section id="tech-stack">
<h1>Tech Stack & Tools</h1>
<div class="tech-marquee">
<div class="marquee-track">
<img src="/icons/python.png" alt="Python" title="Python" />
<img src="/icons/c.png" alt="C" title="C" />
<img src="/icons/cpp.png" alt="C++" title="C++" />
<img src="/icons/django.png" alt="Django" title="Django" />
<img src="/icons/kali.png" alt="Kali Linux" title="Kali OS" />
<img src="/icons/tryhackme.png" alt="TryHackMe" title="TryHackMe" />
<img src="/icons/wireshark.png" alt="Wireshark" title="Wireshark" />
<img src="/icons/mysql.png" alt="MySQL" title="MySQL" />
<!-- repeat some icons to make loop smooth -->
<img src="/icons/python.png" alt="Python" title="Python" />
<img src="/icons/c.png" alt="C" title="C" />
<img src="/icons/cpp.png" alt="C++" title="C++" />
<img src="/icons/django.png" alt="Django" title="Django" />
<img src="/icons/kali.png" alt="Kali Linux" title="Kali OS" />
<img src="/icons/tryhackme.png" alt="TryHackMe" title="TryHackMe" />
<img src="/icons/wireshark.png" alt="Wireshark" title="Wireshark" />
<img src="/icons/mysql.png" alt="MySQL" title="MySQL" />
</div>
</div>
</section>
<hr />
<section id="eca-section">
<h2>Education, Certificates & Achievements</h2>
<div class="eca-buttons">
<button onclick="toggleSection('education')">Education</button>
<button onclick="toggleSection('certificates')">Certificates</button>
<button onclick="toggleSection('achievements')">Achievements</button>
</div>
<div class="eca-content">
<div id="education" class="eca-item">
<h3 class="purple">Educational Institute / University</h3><br/>
<table style="width: 100%; border-collapse: collapse; text-align: center;">
<tr>
<td style="padding: 6px 0">
<strong>BTech CSE (Cyber Security)</strong>
</td>
<td style="padding: 6px 0">
Shri Ramswaroop Memorial University (2022–2026)
</td>
</tr>
<tr>
<td style="padding: 6px 0">
<strong>Senior Secondary (10+2) PCM + CS</strong>
</td>
<td style="padding: 6px 0">
Lucknow Public School, Lucknow (2019–2021)
</td>
</tr>
<tr>
<td style="padding: 6px 0"><strong>High School</strong></td>
<td style="padding: 6px 0">
Seth AR Jaipuria School, Ghaziabad (2017–2019)
</td>
</tr>
</table>
</div>
<div id="certificates" class="eca-item">
<h3 class="purple">Certificates</h3>
<a
href="/assets/certificates/achievements/Design Thinking - Practitioner's Perspective Grade A.jpeg"
target="_blank"
>
<img
src="assets/certificates/achievements/Design Thinking - Practitioner's Perspective Grade A.jpeg"
alt="TCSion Design Thinking | Grade A"
title="TCSion Design Thinking with A Grade"
/></a>
<a
href="/assets/certificates/achievements/Practical Cyber Security for Cyber Security Practitioners_page-0001.jpg"
target="_blank"
><img
src="assets/certificates/achievements/Practical Cyber Security for Cyber Security Practitioners_page-0001.jpg"
alt="NPTEL Certificate"
title="MITRE ATT&CK Certification"
/></a>
<a
href="/assets/certificates/achievements/Code-in by Google.jpeg"
target="_blank"
>
<img
src="assets/certificates/achievements/Code-in by Google.jpeg"
alt="Google Code-in"
title="Google Code-in"
/></a>
<a
href="/assets/certificates/achievements/Introduction to Python.jpeg"
target="_blank"
>
<img
src="assets/certificates/achievements/Introduction to Python.jpeg"
alt="Udemy - Python"
title="Introduction to Python"
/></a>
<a
href="/assets/certificates/achievements/IBM_Cybersecurity_Fundamentals.png"
target="_blank"
>
<img
src="assets/certificates/achievements/IBM_Cybersecurity_Fundamentals.png"
alt="IBM_Cybersecurity_Fundamentals"
title="IBM_Cybersecurity_Fundamentals"
/></a>
<a
href="/assets/certificates/achievements/Introduction-to-Cybersecurity_IBM.jpg"
target="_blank"
>
<img
src="assets/certificates/achievements/Introduction-to-Cybersecurity_IBM.jpg"
alt="Google Code-in"
title="Google Code-in"
/></a>
<a
href="assets/certificates/achievements/SIH_2024.jpg"
target="_blank"
>
<img
src="/assets/certificates/achievements/SIH_2024.jpg"
alt="SIH_2024"
title="SIH_2024"
/></a>
<a
href="/assets/certificates/achievements/IBM_MDLPT406.jpg"
target="_blank"
>
<img
src="/assets/certificates/achievements/IBM_MDLPT406.jpg"
alt="Offensive CySec"
title="IBM_MDLPT406"
/></a>
<a
href="assets/certificates/achievements/IBM_MDLPT408.jpg"
target="_blank"
>
<img
src="/assets/certificates/achievements/IBM_MDLPT408.jpg"
alt="IBM_MDLPT408"
title="IBM_MDLPT408.jpg"
/></a>
<a
href="assets/certificates/AILiteracy_workshop_certificate.jpg"
target="_blank"
>
<img
src="/assets/certificates/AILiteracy_workshop_certificate.jpg"
alt="AI Tools"
title="AI Literacy Workshop"
/></a>
<a
href="assets/certificates/achievements/Reliance CyberSec Analyst.png"
target="_blank"
>
<img
src="assets/certificates/achievements/Reliance CyberSec Analyst.png"
alt="CyberSec Analyst"
title="CyberSec Analyst"
/></a>
</div>
<div class="eca-item" id="achievements">
<div class="achievement-card">
<a
href="https://www.linkedin.com/posts/uranium-utkarsh-pandey_viveka-bughunting-cybersecurity-activity-7321603633421119489-KjZN?utm_source=social_share_send&utm_medium=member_desktop_web&rcm=ACoAACRJOrABD6ViZyVgQfsKCaLjsonIBXIn-vQ"
target="_blank"
>
<img
src="/assets/certificates/achievements/BugHunting.jpeg"
alt="Achievement Certificate"
/></a>
<div class="achievement-info">
<h3>
1<sup>st</sup> rank in Bug-Hunting Competition in Viveka
Techfest at SRMU
</h3>
<p>
Ranked 1<sup>st</sup> out of 50+ participants in Bug hunting
competition under Viveka The Intelligence 2025 and received
reward of ₹700.
</p>
</div>
</div>
<div class="achievement-card">
<a
href="https://www.linkedin.com/posts/uranium-utkarsh-pandey_cybersecurity-cyberhygiene-writingcompetition-activity-7299637671268597760-tIxZ?utm_source=social_share_send&utm_medium=member_desktop_web&rcm=ACoAACRJOrABD6ViZyVgQfsKCaLjsonIBXIn-vQ"
target="_blank"
>
<img
src="/assets/certificates/achievements/CyberHygiene.jpg"
alt="Another Achievement"
/></a>
<div class="achievement-info">
<h3>
Ranked 2<sup>nd</sup> in Article Writing Competition on Cyber
Hygiene Practices
</h3>
<p>
Ranked 2<sup>nd</sup> out of 140+ participants in an article
writing competition, hosted by Dept. of CSE & Dept. of CSIS at
Shri Ramswaroop Memorial University. Received the reward of
₹1000.
</p>
</div>
</div>
<!-- add more cards similarly -->
</div>
</div>
</section>
<hr />
<section id="internships">
<h2>Internships</h2>
<div class="internship-card">
<a href="/assets/certificates/work/TechnoHacks.png" target="_blank"
><img
src="/assets/certificates/work/TechnoHacks.png"
alt="Internship Certificate"
/></a>
<div class="internship-info">
<h3>
Ethical Hacking Intern at TechnoHacks Solutions, (Jun 2024 – Jul
2024)
</h3>
<p>
Hands on Kali Linux for OSINT, penetration testing, and
vulnerability assessment
</p>
</div>
</div>
<div class="internship-card">
<a
href="/assets/certificates/work/AICTE_IBM_SkillsBuild_Internship.png"
target="_blank"
>
<img
src="/assets/certificates/work/AICTE_IBM_SkillsBuild_Internship.png"
alt="Internship Certificate"
/></a>
<div class="internship-info">
<h3>
Cybersecurity Intern at AICTE & IBM SkillsBuild, (Jan 2025 – Feb
2025)
</h3>
<p>
Explored Steganography & LSB, Network Security, Python scripting
</p>
</div>
</div>
<div class="internship-card">
<a
href="https://forage-uploads-prod.s3.amazonaws.com/completion-certificates/ifobHAoMjQs9s6bKS/gmf3ypEXBj2wvfQWC_ifobHAoMjQs9s6bKS_GsJSPvo552xfPs3gA_1751386811704_completion_certificate.pdf"
target="_blank"
>
<img
src="/assets/certificates/work/Tata Cyber Analyst.png"
alt="Internship Certificate"
/></a>
<div class="internship-info">
<h3>
TATA Cybersecurity Analyst Job Simulation, (Jun 2025 – Jul 2025)
</h3>
<p>
Threat analysis, vulnerability scanning, incident reporting
through theforage.com
</p>
</div>
</div>
<div class="internship-card">
<a
href="https://forage-uploads-prod.s3.amazonaws.com/completion-certificates/AKkAyEwWc8wjPxx9n/Hf4QMESoFeQwXPsiH_AKkAyEwWc8wjPxx9n_GsJSPvo552xfPs3gA_1751664087885_completion_certificate.pdf"
target="_blank"
>
<img
src="/assets/certificates/work/ANZ Cyber Security Management Job Simulation.jpg"
alt="Internship Certificate"
/></a>
<div class="internship-info">
<h3>
ANZ Australia Cybersecurity Management Job Simulation, (Jun 2025 –
Jul 2025)
</h3>
<p>
Risk assessment, security controls, stakeholder communication
through theforage.com
</p>
</div>
</div>
</section>
</main>
<footer>
<div class="footer">
<div class="footer-first">
<h3>Reach me out</h3>
</div>
<div class="footer-second">
<section id="connect-me">
<ul>
<li>
<a
href="mailto:hello@utkarshpandey.com"
><img src="/icons/email.png" alt=""
/></a>
</li>
<li>
<a href="/contact-me.html"
><img src="/icons/forms.png" alt="Message for me"
/></a>
</li>
</ul>
</section>
</div>
</div>
<div class="footer-rights">
Copyright © utkarshpandey.com | All rights reserved
</div>
</footer>
<script>
function toggleSection(id) {
var items = document.querySelectorAll(".eca-item");
items.forEach((item) => {
if (item.id === id) {
// toggle clicked section
item.style.display =
item.style.display === "block" ? "none" : "block";
} else {
// hide others
item.style.display = "none";
}
});
}
</script>
</body>
</html>