-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (32 loc) · 1.93 KB
/
index.html
File metadata and controls
36 lines (32 loc) · 1.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.png" />
<link rel="apple-touch-icon" type="image/svg+xml" href="favicon.png" />
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet"> <!-- dancing script font for Portfolio navbar title -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0a0e27" />
<title>Sunny's Portfolio</title>
<meta name="description" content="Sunny Patel - Full-stack software engineer specializing in cloud, systems, and web development. React, Three.js, Python, and more.">
<meta name="keywords" content="Sunny Patel, sunny-patel-30b460204, Sunny Jayendra Patel, Sunny J Patel, Software Engineer, Portfolio">
<link rel="canonical" href="https://www.sunnypatel.net/" />
<!-- Open Graph -->
<meta property="og:title" content="Sunny's Portfolio" />
<meta property="og:description" content="Full-stack software engineer specializing in cloud, systems, and web development.">
<meta property="og:image" content="https://www.sunnypatel.net/favicon.png" />
<meta property="og:image:secure_url" content="https://www.sunnypatel.net/favicon.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:url" content="https://www.sunnypatel.net/" />
<meta property="og:type" content="website" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Sunny's Portfolio" />
<meta name="twitter:description" content="Full-stack software engineer specializing in cloud, systems, and web development." />
<meta name="twitter:image" content="https://www.sunnypatel.net/favicon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="src/main.jsx"></script>
</body>
</html>