forked from iamdhakrey/terminal-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (84 loc) · 3.75 KB
/
Copy pathindex.html
File metadata and controls
94 lines (84 loc) · 3.75 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/H.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hrithik Dhakrey</title>
<meta name="title" content="Hrithik Dhakrey - Full Stack Developer & DevOps Engineer" />
<meta name="description"
content="Python Developer & DevOps Engineer | Discord Bot Developer | CLI Applications Creator" />
<meta name="keywords"
content="Python, GoLang, Rust, Full Stack Developer, DevOps Engineer, Discord Bot Developer, CLI Applications" />
<meta name="author" content="Hrithik Dhakrey" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="profile" />
<meta property="og:url" content="https://iamdhakrey.dev/" />
<meta property="og:title" content="Hrithik Dhakrey - Full Stack Developer & DevOps Engineer" />
<meta property="og:description"
content="Python Developer & DevOps Engineer | Discord Bot Developer | CLI Applications Creator" />
<meta property="og:image" content="https://iamdhakrey.dev/iamdhakrey.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="iamdhakrey.dev" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://iamdhakrey.dev/" />
<meta name="twitter:title" content="Hrithik Dhakrey - Full Stack Developer & DevOps Engineer" />
<meta name="twitter:description"
content="Python Developer & DevOps Engineer | Discord Bot Developer | CLI Applications Creator" />
<meta name="twitter:image" content="https://iamdhakrey.dev/iamdhakrey.png" />
<meta name="twitter:site" content="@iamdhakrey" />
<meta name="twitter:creator" content="@iamdhakrey" />
<!-- Additional SEO Meta Tags -->
<meta name="format-detection" content="telephone=no">
<meta name="geo.region" content="IN">
<meta name="geo.placename" content="India">
<meta name="application-name" content="Hrithik Dhakrey Profile">
<meta name="msapplication-tooltip" content="Profile of Hrithik Dhakrey, Full Stack Developer & DevOps Engineer">
<meta name="msapplication-starturl" content="/">
<meta name="msapplication-window" content="width=1024;height=768">
<meta name="msapplication-navbutton-color" content="#8b5cf6">
<!-- PWA Meta Tags -->
<meta name="theme-color" content="#8b5cf6">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="Hrithik Dhakrey Profile">
<meta name="mobile-web-app-capable" content="yes">
<!-- Canonical URL -->
<link rel="canonical" href="https://iamdhakrey.dev/">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Hrithik Dhakrey",
"url": "https://iamdhakrey.dev/",
"image": "https://iamdhakrey.dev/iamdhakrey.png",
"jobTitle": "Full Stack Developer & DevOps Engineer",
"worksFor": {
"@type": "Organization",
"name": "Freelance"
},
"sameAs": [
"https://github.com/iamdhakrey",
"https://www.linkedin.com/in/iamdhakrey/"
],
"description": "Python Developer & DevOps Engineer | Discord Bot Developer | CLI Applications Creator",
"alumniOf": {
"@type": "EducationalOrganization",
"name": "Galgotias University"
},
}
</script>
</head>
<body>
<div id="root">
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>