-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (92 loc) · 3.75 KB
/
index.html
File metadata and controls
103 lines (92 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
95
96
97
98
99
100
101
102
103
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z5KL1PKZ37"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z5KL1PKZ37');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Srivatsa S Poojari | Portfolio</title>
<meta name="description"
content="Portfolio of Srivatsa S Poojari, a BCA student at Dr. NSAM First Grade College passionate about homelabs, networking, self-hosting, and infrastructure automation." />
<meta name="author" content="Srivatsa S Poojari" />
<meta name="keywords"
content="Srivatsa, Srivatsa S Poojari, portfolio, BCA student, Nitte, homelab, networking, self-hosting, Proxmox, Docker, Linux, Arch Linux, infrastructure, DevOps, privacy, open-source, Udupi" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#0a0a0f" />
<link rel="icon" href="/favicon.ico" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://haschwalth00b.github.io/" />
<meta property="og:title" content="Srivatsa S Poojari | BCA Student & Homelab Enthusiast" />
<meta property="og:description"
content="BCA student passionate about homelabs, networking, and self-hosting. I build systems, break things, and optimize networks." />
<meta property="og:image" content="https://avatars.githubusercontent.com/u/139664261?v=4" />
<meta property="og:locale" content="en_IN" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Srivatsa S Poojari | BCA Student & Homelab Enthusiast" />
<meta name="twitter:description"
content="BCA student passionate about homelabs, networking, and self-hosting solutions." />
<meta name="twitter:image" content="https://avatars.githubusercontent.com/u/139664261?v=4" />
<link rel="canonical" href="https://haschwalth00b.github.io/" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Srivatsa S Poojari",
"url": "https://haschwalth00b.github.io",
"jobTitle": "BCA Student",
"description": "Homelab enthusiast and infrastructure tinkerer passionate about self-hosting, networking, and automation.",
"address": {
"@type": "PostalAddress",
"addressLocality": "Udupi",
"addressRegion": "Karnataka",
"addressCountry": "IN"
},
"alumniOf": {
"@type": "EducationalOrganization",
"name": "Dr. NSAM First Grade College, Nitte"
},
"sameAs": [
"https://github.com/Haschwalth00B",
"https://www.linkedin.com/in/srivatsa-s-poojari-ba8a45319/",
"https://www.instagram.com/srivatsa_._"
]
}
</script>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;700&display=swap"
rel="stylesheet" />
<style>
.skip-link {
position: absolute;
top: -40px;
left: 0;
background: #00d9ff;
color: #0a0a0f;
padding: 8px 16px;
z-index: 100;
font-weight: bold;
text-decoration: none;
}
.skip-link:focus {
top: 0;
}
</style>
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>