-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (27 loc) · 975 Bytes
/
index.html
File metadata and controls
29 lines (27 loc) · 975 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Hexon × Prathmesh Projects</title>
<link rel="stylesheet" href="style.css" />
<script defer src="script.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Hexon × Prathmesh</h1>
<p>Projects built with code, chaos, and collaboration.</p>
</header>
<main class="projects">
<section class="project-card">
<h2>Not a Very Real Website</h2>
<p>A parody portfolio website platform that lets users create and host portfolios at <code>navrw.mrsoni.in/yourname</code>.</p>
<div class="tags">HTML · CSS · Python · JS</div>
</section>
</main>
<footer>
<p>© 2025 Hexon & Prathmesh Soni · <a href="https://github.com/prathmesh-hexon">GitHub</a></p>
</footer>
</body>
</html>