-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (44 loc) · 2.32 KB
/
index.html
File metadata and controls
48 lines (44 loc) · 2.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sushil.dev | Frontend Developer</title>
<!-- Primary SEO -->
<meta
name="description"
content="Sushil.dev – retro-modern frontend developer portfolio. React, TypeScript, and pixel-perfect UI developing for fast, modern web apps."
/>
<meta name="theme-color" content="#020617" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Sushil.dev | Frontend Developer" />
<meta
property="og:description"
content="A powerful, retro-inspired portfolio showcasing frontend projects, tooling, and UI experiments by Sushil."
/>
<meta property="og:url" content="https://sushil.dev" />
<meta property="og:image" content="https://res.cloudinary.com/de4uhtgmb/image/upload/v1764963031/Untitled_design_z8fexl.jpg" />
<meta property="og:image:alt" content="Preview of Sushil.dev frontend developer portfolio" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Sushil.dev | Frontend Developer" />
<meta
name="twitter:description"
content="Retro-modern frontend developer portfolio. React, TypeScript, UI developing, and performance-focused interfaces."
/>
<meta name="twitter:image" content="https://res.cloudinary.com/de4uhtgmb/image/upload/v1764963031/Untitled_design_z8fexl.jpg" />
<!-- Favicon / App Icons -->
<link rel="apple-touch-icon" sizes="180x180" href="/icons/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicons/favicon-16x16.png" />
<link rel="manifest" href="/icons/favicons/site.webmanifest" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Press+Start+2P&display=swap" rel="stylesheet">
</head>
<body class="bg-slate-950 text-slate-200">
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>