-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (46 loc) · 1.87 KB
/
index.html
File metadata and controls
52 lines (46 loc) · 1.87 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Meta Tags -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Title & Description -->
<title>Sahil | Software Developer Portfolio</title>
<meta
name="description"
content="Sahil - Software Developer from India, CSE '23 graduate, hackathon winner, actively learning and contributing to the developer community."
/>
<meta
name="keywords"
content="Sahil, Software Developer, Portfolio, React, JavaScript, GSAP, Hackathon Winner, India Developer"
/>
<meta name="author" content="Sahil Siddhant" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<!-- Open Graph (Facebook, LinkedIn) -->
<meta property="og:title" content="Sahil | Software Developer Portfolio" />
<meta
property="og:description"
content="Portfolio of Sahil - Hackathon winner, Software Developer from India."
/>
<meta property="og:image" content="/preview-image.jpg" />
<meta property="og:url" content="https://your-domain.com" />
<meta property="og:type" content="website" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Sahil | Software Developer Portfolio" />
<meta
name="twitter:description"
content="Portfolio of Sahil - Hackathon winner, Software Developer from India."
/>
<meta name="twitter:image" content="/preview-image.jpg" />
<!-- Mobile Theme Color -->
<meta name="theme-color" content="#0f0f1a" />
<script type="module" crossorigin src="/assets/index-faa1ea0e.js"></script>
<link rel="stylesheet" href="/assets/index-2d4eff7a.css">
</head>
<body>
<div id="root"></div>
</body>
</html>