-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
152 lines (140 loc) · 5.29 KB
/
Copy pathindex.html
File metadata and controls
152 lines (140 loc) · 5.29 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<!doctype html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<meta
name="description"
content="Krishna GSVV - Developer. Expert in React, Python, Machine Learning. Winner of ₹3.75L+ in hackathons. Open source contributor with 15+ projects."
/>
<meta
name="keywords"
content="Krishna GSVV, VKrishna04, Full Stack Developer, AI Researcher, React Developer, Python, Machine Learning, Open Source, Portfolio, Web Developer, Bengaluru"
/>
<meta name="author" content="Krishna GSVV" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://vkrishna04.me/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://vkrishna04.me/" />
<meta property="og:title" content="Krishna GSVV - Developer" />
<meta
property="og:description"
content="Passionate developer specializing in React, Python, and AI. Hackathon winner with ₹3.75L+ prize money. Building innovative solutions with 15+ open source projects."
/>
<meta property="og:image" content="https://github.com/VKrishna04.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="Krishna GSVV Portfolio" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://vkrishna04.me/" />
<meta property="twitter:title" content="Krishna GSVV - Developer" />
<meta
property="twitter:description"
content="Passionate developer specializing in React, Python, and AI. Hackathon winner with ₹3.75L+ prize money. Building innovative solutions with 15+ open source projects."
/>
<meta
property="twitter:image"
content="https://github.com/VKrishna04.png"
/>
<meta property="twitter:creator" content="@VKrishna04" />
<!-- LinkedIn -->
<meta property="article:author" content="Krishna GSVV" />
<meta property="article:published_time" content="2025-01-01" />
<meta property="article:modified_time" content="2025-01-15" />
<!-- Dark theme indicators for extensions -->
<meta name="color-scheme" content="dark" />
<meta name="theme-color" content="#0a0a0a" />
<meta name="msapplication-navbutton-color" content="#0a0a0a" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<!-- Static favicon fallback -->
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="shortcut icon" type="image/png" href="/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Preconnect to external domains -->
<link rel="preconnect" href="https://api.github.com" />
<link rel="preconnect" href="https://github.com" />
<link rel="preconnect" href="https://drive.google.com" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Krishna GSVV",
"alternateName": "VKrishna04",
"description": "Developer",
"url": "https://vkrishna04.me",
"image": "https://github.com/VKrishna04.png",
"jobTitle": "Full Stack Developer",
"worksFor": {
"@type": "Organization",
"name": "Independent"
},
"address": {
"@type": "PostalAddress",
"addressLocality": "Bengaluru",
"addressCountry": "India"
},
"sameAs": [
"https://github.com/VKrishna04",
"https://linkedin.com/in/vkrishna04",
"https://twitter.com/VKrishna04"
],
"knowsAbout": [
"React",
"Python",
"Machine Learning",
"Full Stack Development",
"Artificial Intelligence",
"Open Source Development"
]
}
</script>
<!-- Dark Reader detection -->
<meta name="darkreader-lock" />
<meta name="darkreader-mode" content="disabled" />
<title>Krishna GSVV - Developer | Portfolio</title>
<!-- Start Single Page Apps for GitHub Pages -->
<script type="text/javascript">
// Single Page Apps for GitHub Pages
// MIT License
// https://github.com/rafgraph/spa-github-pages
// This script checks to see if a redirect is present in the query string,
// converts it back into the correct url and adds it to the
// browser's history using window.history.replaceState(...),
// which won't cause the browser to attempt to load the new url.
// When the single page app is loaded further down in this file,
// the correct url will be waiting in the browser's history for
// the single page app to route accordingly.
;(function (l) {
if (l.search[1] === "/") {
var decoded = l.search
.slice(1)
.split("&")
.map(function (s) {
return s.replace(/~and~/g, "&")
})
.join("?")
window.history.replaceState(
null,
null,
l.pathname.slice(0, -1) + decoded + l.hash
)
}
})(window.location)
</script>
<!-- End Single Page Apps for GitHub Pages -->
</head>
<body data-theme="dark">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>