-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (78 loc) · 3.39 KB
/
index.html
File metadata and controls
93 lines (78 loc) · 3.39 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 1. Character encoding & compatibility -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- 2. Mobile viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- 3. Title & basic SEO -->
<title>Rushil Rawat — CS Student & Developer</title>
<meta
name="description"
content="Rushil Rawat – Computer Science student at UMass Amherst building AI/ML & web apps. Explore my projects, skills, and get in touch."
/>
<meta
name="keywords"
content="Rushil Rawat, UMass Amherst, Computer Science, AI, ML, Web Development, Portfolio"
/>
<meta name="author" content="Rushil Rawat" />
<!-- 4. Canonical & robots -->
<link rel="canonical" href="https://rushilrawat.github.io/" />
<meta name="robots" content="index, follow" />
<!-- 5. Open Graph (social previews) -->
<meta property="og:title" content="Rushil Rawat — Personal Portfolio" />
<meta
property="og:description"
content="Showcasing my projects, skills, and more."
content="Showcasing my AI/ML and web development projects, skills, and more."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rushilrawat.github.io/" />
<meta
property="og:image"
content="https://rushilrawat.github.io/media/og-image.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- 6. Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@rushilrawat" />
<meta name="twitter:title" content="Rushil Rawat — Personal Portfolio" />
<meta
name="twitter:description"
content="CS student at UMass Amherst building AI/ML & web apps. Explore my projects, skills, and get in touch."
/>
<meta
name="twitter:image"
content="https://rushilrawat.github.io/media/og-image.png"
/>
<!-- 7. Favicon & theme color -->
<link
rel="icon"
type="image/png"
sizes="64x64"
href="/media/favicon.png"
/>
<meta name="theme-color" content="#22c55e" />
<!-- 8. (Optional) PWA manifest -->
<!-- <link rel="manifest" href="/site.webmanifest" /> -->
<!-- 9. (Optional) Apple touch icon -->
<!-- <link rel="apple-touch-icon" sizes="180x180" href="/media/apple-touch-icon.png" /> -->
<!-- 10. Vite‐built CSS & JS -->
<!-- full absolute URL is required by WhatsApp, Facebook, etc. -->
<meta property="og:title" content="Rushil Rawat — Personal Portfolio" />
<meta property="og:description" content="Showcasing my projects, skills, and more." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://rushilrawat.github.io/" />
<meta property="og:image" content="https://rushilrawat.github.io/media/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- 10. Vite‐built CSS & JS -->
<script type="module" crossorigin src="/assets/index-Bi97g297.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BYi_8cz_.css">
</head>
<body>
<div id="root"></div>
</body>
</html>