-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (105 loc) · 3.74 KB
/
index.html
File metadata and controls
110 lines (105 loc) · 3.74 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sarvesh Ghildiyal | Portfolio</title>
<meta
name="description"
content="Portfolio of Sarvesh Ghildiyal — crafting digital experiences with precision, creativity, and responsibility."
/>
<meta name="author" content="Sarvesh Ghildiyal" />
<meta property="og:title" content="Sarvesh Ghildiyal | Portfolio" />
<meta
property="og:description"
content="Portfolio of Sarvesh Ghildiyal — crafting digital experiences with precision, creativity, and responsibility."
/>
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://sarvesh-ghildiyal.github.io/preview.png"
/>
<meta property="og:url" content="https://sarvesh-ghildiyal.github.io/" />
<meta property="og:site_name" content="Sarvesh Ghildiyal Portfolio" />
<meta
name="keywords"
content="Sarvesh Ghildiyal, Sarvesh Portfolio, Frontend Developer, Full Stack Developer, Engineer, Digital Products, Blockchain Developer, Software Engineer"
/>
<link rel="canonical" href="https://sarvesh-ghildiyal.github.io/" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#0a0a0a" />
<link rel="manifest" href="/manifest.json" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@ghildiyal_sarv" />
<meta name="twitter:creator" content="@ghildiyal_sarv" />
<meta
name="twitter:description"
content="Portfolio of Sarvesh Ghildiyal — crafting digital experiences with precision, creativity, and responsibility."
/>
<meta
name="twitter:image"
content="https://sarvesh-ghildiyal.github.io/preview.png"
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Sarvesh Ghildiyal",
"url": "https://sarvesh-ghildiyal.github.io",
"sameAs": [
"https://github.com/sarvesh-ghildiyal",
"https://linkedin.com/in/sarvesh-ghildiyal"
],
"jobTitle": "Student",
"alumniOf": {
"@type": "CollegeOrUniversity",
"name": "THDC Institute of Hydropower Engineering and Technology",
"affiliation": {
"@type": "CollegeOrUniversity",
"name": "Uttarakhand Technical University"
}
},
"worksFor": [
{
"@type": "Organization",
"name": "Decube Innovation Labs",
"role": "Fullstack Developer Intern"
},
{
"@type": "Organization",
"name": "Auravita",
"role": "Frontend Developer Intern"
}
],
"pastPosition": [
{
"@type": "Organization",
"name": "VerveGenTech Pvt Ltd",
"role": "Fullstack Developer Intern"
},
{
"@type": "Organization",
"name": "Virtual Labs Developer",
"worksFor": {
"@type": "Organization",
"name": "IIT Roorkee"
},
"role": "Virtual Labs Developer Intern"
}
],
"address": {
"@type": "PostalAddress",
"addressLocality": "Haridwar",
"addressRegion": "Uttarakhand",
"addressCountry": "India"
}
}
</script>
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>