-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (75 loc) · 3.19 KB
/
index.html
File metadata and controls
81 lines (75 loc) · 3.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Durai Pon Singh | Full-Stack Developer Portfolio</title>
<meta
name="title"
content="Durai Pon Singh | Full-Stack Developer Portfolio"
/>
<meta property="og:site_name" content="Durai Pon Singh" />
<meta
name="description"
content="Discover the portfolio of Durai Pon Singh, a passionate full-stack web developer specializing in React, MERN Stack, Three.js, Flask, and scalable backend solutions. Explore dynamic animations, interactive websites, and high-performance applications."
/>
<meta
name="keywords"
content="Durai Pon Singh, Portfolio, Full-Stack Developer, React, MERN Stack, Web Development, Three.js, Flask, MongoDB, Express.js, MySQL, Python Developer, Java Developer, Progressive Web Apps, REST APIs, SEO Optimization, Frontend, Backend, UI/UX, Dynamic Websites, Node.js, Tailwind CSS"
/>
<meta name="author" content="Durai Pon Singh" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://durai-pon-singh.me" />
<meta
property="og:title"
content="Durai Pon Singh | Full-Stack Developer Portfolio"
/>
<meta
property="og:description"
content="Explore innovative web and app development projects by Durai Pon Singh. Full-stack expertise in React, MERN, Flask, Three.js, and dynamic UI/UX solutions."
/>
<meta property="og:image" content="/preview-image.png" />
<link rel="canonical" href="https://durai-pon-singh.me" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Durai Pon Singh" />
<link rel="manifest" href="/site.webmanifest" />
<link
rel="preload"
href="https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap"
as="style"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Rubik:wght@300..900&display=swap"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css"
integrity="sha512-5Hs3dF2AEPkpNAR7UiOHba+lRSJNeM2ECkwxUIxC1Q/FLycGTbNapWXB4tP889k5T5Ju8fs4b1P5z/iB4nMfSQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Durai Pon Singh",
"jobTitle": "Full-Stack Developer",
"url": "https://durai-pon-singh.me",
"sameAs": [
"https://www.linkedin.com/in/durai-pon-singh/",
"https://www.facebook.com/duraiponsingh.d",
"https://github.com/WhisperedShadow",
"https://www.instagram.com/whispered_shadow/"
]
}
</script>
</body>
</html>