-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
293 lines (284 loc) · 10.4 KB
/
index.html
File metadata and controls
293 lines (284 loc) · 10.4 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Rahul Jha | Cybersecurity Engineer</title>
<meta
name="description"
content="Rahul Jha is a cybersecurity engineer focused on secure systems, incident workflows, Linux hardening, and practical security operations."
/>
<meta name="robots" content="index,follow,max-image-preview:large" />
<link rel="canonical" href="https://rahul24433.github.io/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Rahul Jha Portfolio" />
<meta property="og:title" content="Rahul Jha | Cybersecurity Engineer" />
<meta
property="og:description"
content="Portfolio of Rahul Jha showcasing cybersecurity projects, skills, and experience."
/>
<meta property="og:url" content="https://rahul24433.github.io/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Rahul Jha | Cybersecurity Engineer" />
<meta
name="twitter:description"
content="Portfolio of Rahul Jha showcasing cybersecurity projects, skills, and experience."
/>
<meta name="theme-color" content="#050b16" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Rahul Jha",
"url": "https://rahul24433.github.io/",
"jobTitle": "Cybersecurity Engineer",
"email": "mailto:testduck6774@duck.com",
"sameAs": [
"https://github.com/rahul24433",
"https://www.linkedin.com/in/rahul-kumar-jha-5bb025191/"
]
}
</script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="bg-orb orb-1" aria-hidden="true"></div>
<div class="bg-orb orb-2" aria-hidden="true"></div>
<div class="grid-overlay" aria-hidden="true"></div>
<header class="site-header">
<div class="brand">Rahul Jha</div>
<nav class="nav">
<a href="#work">Projects</a>
<a href="#skills">Skills</a>
<a href="#experience">Experience</a>
<a href="#contact">Contact</a>
</nav>
<a class="cta" href="#contact">Let's connect</a>
</header>
<main>
<section class="hero">
<div class="hero-text">
<p class="eyebrow">Cybersecurity Engineer</p>
<h1>Entry-level engineer focused on secure systems and reliable operations.</h1>
<p class="lead">
Hands-on experience in application configuration, testing, issue resolution, and
cybersecurity operations. I automate routine checks, analyze security logs,
and strengthen system resilience.
</p>
<div class="hero-actions">
<a class="primary" href="#work">View projects</a>
<a class="ghost" href="#contact">Contact me</a>
</div>
<div class="signal">
<div>
<span class="signal-number">B.Tech</span>
<span class="signal-label">Computer Science & Engineering</span>
</div>
<div>
<span class="signal-number">2025</span>
<span class="signal-label">Graduated from LPU</span>
</div>
<div>
<span class="signal-number">SOC</span>
<span class="signal-label">Security operations focus</span>
</div>
</div>
</div>
<div class="hero-panel">
<div class="panel-header">
<div class="dot green"></div>
<div class="dot amber"></div>
<div class="dot red"></div>
<span>security workflow</span>
</div>
<div class="terminal">
<p><span class="muted">$</span> audit system --profile baseline</p>
<p class="ok">checks: access controls, logs, services</p>
<p class="ok">scripts: bash automation enabled</p>
<p class="warn">review: incident workflow alignment</p>
<p class="ok">status: stable, monitored</p>
</div>
<div class="panel-footer">
<div>
<p class="label">Location</p>
<p class="value">Bettiah, Bihar, India</p>
</div>
<div>
<p class="label">Focus</p>
<p class="value">Security Operations</p>
</div>
<div>
<p class="label">Tools</p>
<p class="value">Linux, Bash, Wireshark, Nmap</p>
</div>
</div>
</div>
</section>
<section class="split" id="work">
<div>
<h2>Projects</h2>
<p>
Practical cybersecurity work focused on auditing, analysis, and hardening.
</p>
</div>
<div class="cards">
<article class="card">
<h3>Linux Hardening & Audit Automation</h3>
<p>
Built automation scripts for security audits and configuration validation to
improve system consistency and reduce manual effort.
</p>
<div class="tags">
<span>Bash</span>
<span>Linux</span>
<span>Audit</span>
</div>
</article>
<article class="card">
<h3>Network Traffic Analysis (Wireshark)</h3>
<p>
Captured and filtered network packets to identify abnormal patterns and
support root cause analysis.
</p>
<div class="tags">
<span>Wireshark</span>
<span>TCP/IP</span>
<span>Analysis</span>
</div>
</article>
<article class="card">
<h3>Vulnerability Assessment (Nmap, OWASP)</h3>
<p>
Conducted vulnerability assessments aligned with OWASP Top 10 and documented
remediation recommendations.
</p>
<div class="tags">
<span>Nmap</span>
<span>OWASP</span>
<span>Reporting</span>
</div>
</article>
</div>
</section>
<section class="split" id="skills">
<div>
<h2>Skills</h2>
<p>
A strong foundation across application development, security analysis, and
cybersecurity operations.
</p>
</div>
<div class="skills-grid">
<div class="skill">
<h4>Security Analysis</h4>
<p>Log analysis, triage workflows, and incident support.</p>
</div>
<div class="skill">
<h4>Technical Skills</h4>
<p>Java, C, HTML, CSS, Bash scripting, database concepts, Linux administration.</p>
</div>
<div class="skill">
<h4>Process & Support</h4>
<p>Incident, problem & change management, testing & debugging, log analysis.</p>
</div>
<div class="skill">
<h4>Security</h4>
<p>Vulnerability assessment, network fundamentals, security auditing.</p>
</div>
</div>
</section>
<section class="split" id="experience">
<div>
<h2>Experience</h2>
<p>Hands-on roles supporting secure and reliable systems.</p>
</div>
<div class="timeline">
<div class="event">
<p class="time">Aug 2024 - Jan 2025</p>
<h4>Cybersecurity Intern / Trainee</h4>
<p>
Supported application configuration and maintenance, assisted testing and
debugging, analyzed logs, and automated routine system checks with Bash.
</p>
</div>
<div class="event">
<p class="time">Nov 2024 - Dec 2024</p>
<h4>Technical Project Experience</h4>
<p>
Assisted development and testing of features based on functional requirements
and supported system integration and stability validation.
</p>
</div>
</div>
</section>
<section class="callout">
<div>
<h2>Certifications</h2>
<p>Credentialed foundations in cybersecurity and networking.</p>
</div>
<div class="certs">
<span>Introduction to Cybersecurity (Google, Coursera)</span>
<span>Bits and Bytes of Computer Networking (Coursera)</span>
</div>
</section>
<section class="split" id="education">
<div>
<h2>Education</h2>
<p>Academic background focused on computer science.</p>
</div>
<div class="timeline">
<div class="event">
<p class="time">Completed: Jan 2025</p>
<h4>B.Tech, Computer Science & Engineering</h4>
<p>Lovely Professional University</p>
</div>
</div>
</section>
<section class="contact" id="contact">
<div>
<h2>Let's connect</h2>
<p>Reach out for collaboration or entry-level opportunities.</p>
<div class="contact-links">
<p>Email: <a href="mailto:testduck6774@duck.com">testduck6774@duck.com</a></p>
<p>
GitHub:
<a href="https://github.com/rahul24433" target="_blank" rel="noreferrer">
github.com/rahul24433
</a>
</p>
<p>
LinkedIn:
<a href="https://www.linkedin.com/in/rahul-kumar-jha-5bb025191/" target="_blank" rel="noreferrer">
linkedin.com/in/rahul-kumar-jha-5bb025191
</a>
</p>
</div>
</div>
<form class="contact-form">
<label>
Name
<input type="text" placeholder="Your name" />
</label>
<label>
Email
<input type="email" placeholder="you@company.com" />
</label>
<label>
Message
<textarea rows="4" placeholder="How can I help?"></textarea>
</label>
<button type="submit">Send request</button>
</form>
</section>
</main>
<footer class="site-footer">
<p>Rahul Jha. Secure by design.</p>
<div class="footer-links">
<a href="#work">Projects</a>
<a href="#skills">Skills</a>
<a href="#contact">Contact</a>
<a href="https://github.com/rahul24433" target="_blank" rel="noreferrer">GitHub</a>
</div>
</footer>
</body>
</html>