Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 2 additions & 65 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,68 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>About Me - Aadi Kalra</title>
<style>
body {
font-family: 'Segoe UI', sans-serif;
background: linear-gradient(to right, #ffe4ec, #e3f6f5);
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.card {
background-color: white;
padding: 30px;
border-radius: 12px;
box-shadow: 0 8px 16px rgba(0,0,0,0.1);
max-width: 500px;
text-align: center;
}
h1 {
color: #e91e63;
}
p {
font-size: 16px;
color: #333;
line-height: 1.6;
}
.tags {
margin-top: 15px;
}
.tag {
display: inline-block;
background-color: #e0f7fa;
color: #00796b;
padding: 5px 10px;
margin: 5px;
border-radius: 20px;
font-size: 14px;
}
</style>
</head>
<body>

<div class="card">
<h1>Hello, I'm Aadi 👋</h1>
<p>
I'm a tech enthusiast currently exploring the world of Python, Django, and Data Structures.<br>
With experience in Java and Spring Boot, I love building backend systems and solving real-world problems through code.<br>
I'm also a GSSoC 2025 Contributor, passionate about open-source and continuous learning.
</p>
<div class="tags">
<span class="tag">Python</span>
<span class="tag">Django</span>
<span class="tag">Java</span>
<span class="tag">Spring Boot</span>
<span class="tag">GSSoC 2025</span>
</div>
</div>

</body>
</html>
<h1>sup?</h1>

<body>