Skip to content

Commit a80c542

Browse files
authored
Create index.html
1 parent d16d007 commit a80c542

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

index.html

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Happy Raj - Portfolio</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
<div class="container">
11+
<!-- Sidebar -->
12+
<aside class="sidebar">
13+
<div class="profile">
14+
<img src="mypic.jpeg" alt="Happy Raj" class="avatar-img">
15+
<h1>Happy Raj</h1>
16+
<p class="subtitle">Software Developer • Open Source Enthusiast</p>
17+
</div>
18+
19+
<div class="buttons">
20+
<a href="https://github.com/CoderInWaves" target="_blank" rel="noopener noreferrer" class="btn btn-primary">GitHub</a>
21+
<a href="mailto:nofiyasolution777@gmail.com" class="btn btn-secondary">Email</a>
22+
</div>
23+
</aside>
24+
25+
<!-- Main -->
26+
<main class="main-content">
27+
<section class="intro">
28+
<h2>👋 Welcome</h2>
29+
<p>
30+
I am <strong>Happy Raj</strong>, a developer passionate about building impactful
31+
software and exploring the future of technology.
32+
My focus includes <span class="highlight">AI/ML</span>, backend engineering, and open-source collaboration.
33+
</p>
34+
</section>
35+
36+
<section class="projects">
37+
<h2>🚀 Featured Work</h2>
38+
<div class="card">
39+
<h3>GitHub Contributions</h3>
40+
<p>Explore my latest projects and open-source work on GitHub.</p>
41+
<a href="https://github.com/CoderInWaves" target="_blank" rel="noopener noreferrer" class="btn btn-primary">View GitHub</a>
42+
</div>
43+
</section>
44+
</main>
45+
</div>
46+
</body>
47+
</html>

0 commit comments

Comments
 (0)