-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (56 loc) · 3.2 KB
/
index.html
File metadata and controls
56 lines (56 loc) · 3.2 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Krishna Moorthy (Krissh) is a Software Engineer building performant and scalable enterprise web applications." />
<meta
name="keywords"
content="Krishna Moorthy, Krissh, Software Engineer, Full Stack Developer, Web Developer, Portfolio, React, TypeScript, Performance Engineering"
/>
<meta name="author" content="Krishna Moorthy" />
<meta name="robots" content="index, follow, max-image-preview:large" />
<meta name="theme-color" content="#0f172a" />
<link rel="icon" type="image/svg+xml" href="/images/logos/krissh/logo-thumb.svg" />
<link rel="canonical" href="https://krissh.dev/" />
<link rel="preload" href="/src/assets/fonts/Rookery-Regular.woff" as="font" type="font/woff" crossorigin />
<link rel="preload" href="/src/assets/fonts/CommitMono-400-Regular.woff2" as="font" type="font/woff2" crossorigin />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Krissh" />
<meta property="og:title" content="Krishna Moorthy | Software Engineer" />
<meta property="og:description" content="Portfolio of Krishna Moorthy (Krissh), Software Engineer focused on scalable, performant web applications." />
<meta property="og:url" content="https://krissh.dev/" />
<meta property="og:image" content="https://krissh.dev/images/Krissh.png" />
<meta property="og:image:alt" content="Portrait of Krishna Moorthy" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Krishna Moorthy | Software Engineer" />
<meta name="twitter:description" content="Portfolio of Krishna Moorthy (Krissh), Software Engineer focused on scalable, performant web applications." />
<meta name="twitter:image" content="https://krissh.dev/images/Krissh.png" />
<meta name="twitter:creator" content="@krissh_tweets" />
<title>Krishna Moorthy | Software Engineer</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Krishna Moorthy",
"alternateName": "Krissh",
"url": "https://krissh.dev/",
"image": "https://krissh.dev/images/Krissh.png",
"jobTitle": "Software Engineer",
"description": "Software Engineer building performant and scalable enterprise web applications.",
"sameAs": [
"https://github.com/krissh-codes",
"https://linkedin.com/in/krissh-connects",
"https://x.com/krissh_tweets",
"https://bsky.app/profile/krissh.dev",
"https://www.instagram.com/krissh_posts",
"https://reddit.com/user/krissh_speaks"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/root/main.tsx"></script>
</body>
</html>