-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (30 loc) · 1.28 KB
/
index.html
File metadata and controls
32 lines (30 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vanshika | Home</title>
<link rel="stylesheet" href="portfolio.css" />
</head>
<body>
<div class="stars"></div>
<section class="hero">
<div class="content">
<h1>Hi, I'm <span class="highlight">Vanshika</span></h1>
<section class="summary" id ="about">
<p class="about-summary">
Hello! I'm Vanshika, a developer who loves the creative and analytical balance of programming. I specialize in building interactive web applications, from simple JavaScript games like a Snake Game to complex Python backends. I thrive on problem-solving, constantly challenging myself with DSA concepts to optimize my code. Git and GitHub are integral parts of my daily workflow, and I enjoy collaborating and learning in public. I'm always eager to take on new challenges and grow my skill set
</p>
</section>
<div class="nav-buttons">
<a href="project.html" class="btn">Projects</a>
<a href="skill.html" class="btn">Skills</a>
<a href="contact.html" class="btn">Contact</a>
</div>
</div>
</section>
<footer>
<p>© 2025 Vanshika. All rights reserved.</p>
</footer>
</body>
</html>