Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 83b7c9d

Browse files
committedApr 29, 2025
Added hirezen landing page
1 parent 25c3f11 commit 83b7c9d

File tree

6 files changed

+325
-10
lines changed

6 files changed

+325
-10
lines changed
 

‎hirezen/assets/index-BOhrnbyG.js

Lines changed: 294 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎hirezen/assets/index-Bjn-pDSh.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎hirezen/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>HireZen - AI-Powered Interview Assistant</title>
8+
<meta name="description" content="Generate tailored interview questions, track feedback, and create professional reports with our Chrome extension powered by AI." />
9+
<script type="module" crossorigin src="/assets/index-BOhrnbyG.js"></script>
10+
<link rel="stylesheet" crossorigin href="/assets/index-Bjn-pDSh.css">
11+
</head>
12+
<body>
13+
<div id="root"></div>
14+
</body>
15+
</html>

‎hirezen/placeholder.png

1.95 MB
Loading

‎hirezen/vite.svg

Lines changed: 1 addition & 0 deletions
Loading

‎resume/new.html

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,15 @@
5959
display: flex;
6060
flex-direction: column;
6161
border-radius: 8px;
62+
padding-top: 0px;
6263
}
6364

6465
.right-side {
6566
flex: 0.8;
6667
padding: 20px;
6768
border-radius: 8px;
69+
padding-top: 0px;
70+
6871
}
6972

7073
header {
@@ -253,13 +256,14 @@ <h1 style="margin: 10px 0">
253256
</div>
254257
</div>
255258
<section class="summary padding">
256-
<h2>SUMMARY</h2>
259+
<h2>EXECUTIVE SUMMARY</h2>
257260
<p style="line-height: 2;">
258-
Infra Developer & Full-Stack Engineer specializing in Cloud, DevOps, and Full-Stack Development.
259-
Passionate about system optimization and building scalable solutions
260-
A tech blogger sharing insights on infrastructure, experiences, and lessons learned.
261-
Currently exploring <span class="bold">Generative
262-
AI</span> to build real-world applications.
261+
Full-Stack Engineer & Infra Developer with hands-on experience in building scalable applications and
262+
optimizing cloud infrastructure. Skilled in DevOps, Cloud, and Full-Stack Development, with a strong focus
263+
on performance tuning and system reliability. Passionate about simplifying complex systems and sharing
264+
real-world lessons as a tech blogger. Currently diving into <span class="bold">Generative AI</span>,
265+
applying it to build practical,
266+
real-world tools
263267
</p>
264268
</section>
265269
<div class="container">
@@ -423,11 +427,11 @@ <h2>SKILLS</h2>
423427
</li>
424428
<li>
425429
<strong>Tools & Platforms:</strong> Docker,
426-
Kubernetes, Azure, AWS
430+
Kubernetes, Azure
427431
</li>
428432
<li>
429433
<strong>Generative AI & Machine Learning:</strong> LLMs,
430-
LangChain, OpenAI API, Vector Databases, Fine-tuning, RAG
434+
LangChain, OpenAI API, Vector Databases, RAG
431435
</li>
432436
</ul>
433437
</section>
@@ -436,8 +440,8 @@ <h2>SKILLS</h2>
436440
<h2>ACHIEVEMENTS</h2>
437441
<ul>
438442
<li>
439-
<strong>Culture Champion (Klenty)</strong> - Recognized for
440-
fostering a high-performing team.
443+
<strong>Culture Champion (Klenty)</strong> - Recognized for consistently driving results through
444+
initiative, ownership, and technical expertise.
441445
</li>
442446
<li>
443447
<strong>Star of the Month (ChefAtHome)</strong> - Awarded for

0 commit comments

Comments
 (0)
Please sign in to comment.