-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (75 loc) · 3.76 KB
/
index.html
File metadata and controls
88 lines (75 loc) · 3.76 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
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-15PP6Q0VY2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-15PP6Q0VY2');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tarun Gupta | Software Developer & Cloud Solution Architect</title>
<meta name="title" content="Tarun Gupta - Software Developer & Cloud Solution Architect" />
<meta name="description"
content="Software Developer specializing in Web Development, Android Development, Cloud Computing (AWS, Azure), UI/UX Design, and scalable solutions. Explore my projects and hire me for your next venture." />
<meta name="keywords"
content="software developer, cloud solution architect, web developer, full stack developer, android developer, UI/UX designer, AWS, Azure, Kubernetes, React developer, Node.js developer, AI/ML engineer, portfolio, freelance developer, hire developer India, TypeScript, JavaScript, mobile developer, serverless architecture, microservices, frontend developer, backend developer" />
<meta name="author" content="Tarun Gupta" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<link rel="canonical" href="https://comic.maybetarun.in/" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://comic.maybetarun.in/" />
<meta property="og:title" content="Tarun Gupta | Software Developer & Cloud Solution Architect" />
<meta property="og:description"
content="Software Developer specializing in Web, Android, Cloud (AWS/Azure), and UI/UX. Check out my portfolio and projects." />
<meta property="og:image" content="https://comic.maybetarun.in/images/banner.png" />
<meta property="og:locale" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://comic.maybetarun.in/" />
<meta name="twitter:title" content="Tarun Gupta | Software Developer & Cloud Solution Architect" />
<meta name="twitter:description"
content="Software Developer with expertise in Web, Android, Cloud (AWS/Azure), and UI/UX Design. Explore my work and get in touch." />
<meta name="twitter:image" content="https://comic.maybetarun.in/images/banner.png" />
<meta name="twitter:creator" content="@maybetarun" />
<meta name="theme-color" content="#000000" />
<link id="dynamic-favicon" rel="icon" type="image/webp" href="/favicon.webp" />
<link rel="apple-touch-icon" href="/iamges/bug180.png" />
<link rel="manifest" href="/manifest.json" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Tarun Gupta",
"jobTitle": "Software Developer & Cloud Solution Architect",
"description": "Developer specializing in Web Development, Android Development, Cloud Computing, and UI/UX design.",
"url": "https://comic.maybetarun.in/",
"sameAs": [
"https://github.com/MaybeTarun",
"https://linkedin.com/in/maybetarun",
"https://twitter.com/maybetarun"
],
"knowsAbout": [
"Web Development",
"Android Development",
"Cloud Computing (AWS, Azure)",
"UI/UX Design",
"React.js",
"Node.js",
"TypeScript",
"Machine Learning"
],
}
</script>
<!-- Preload Fonts or APIs (Performance) -->
<link rel="preconnect" href="https://skillicons.dev" />
<link rel="dns-prefetch" href="https://skillicons.dev" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>