-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
66 lines (63 loc) · 2.64 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Gour Saha Joy" />
<meta
name="description"
content="Gour Saha Joy is a passionate full stack developer dedicated to creating captivating and user-friendly web experiences. With expertise in React.js, Next.js, MongoDb, PostgreSQL, Express.js and more. Gour brings creative ideas to life through clean and efficient code."
/>
<meta
name="keywords"
content="Gour Chandra Saha, Gour Saha Joy, full stack developer, web development, HTML, CSS, JavaScript, React.js, Next.js, MongoDb, PostgreSQL, Express.js, back-end development, user-friendly web experiences"
/>
<meta property="og:title" content="Gour Saha Joy | Full Stack Developer" />
<meta
property="og:description"
content="Gour Saha Joy is a passionate full stack developer dedicated to creating captivating and user-friendly web experiences. With expertise in React.js, Next.js, MongoDb, PostgreSQL, Express.js and more. Gour brings creative ideas to life through clean and efficient code."
/>
<meta property="og:image" content="https://i.ibb.co/qjWWsX1/goursahajoy.jpg" />
<meta property="og:url" content="https://gour-chandra-saha.web.app" />
<meta property="og:type" content="website" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://gour-chandra-saha.web.app" />
<link rel="robots" href="/robots.txt" />
<title>Gour Saha Joy | Full Stack Developer</title>
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Gour Chandra Saha",
"jobTitle": "Full Stack Developer",
"url": "https://gour-chandra-saha.web.app",
"sameAs": [
"https://www.facebook.com/goursahajoy/",
"http://www.linkedin.com/in/goursahajoy",
"http://github.com/gsjoy24"
]
}
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-25SPWDEEL1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-25SPWDEEL1');
</script>
</head>
<body class="bg-white dark:bg-[#001E3E]">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<script type="text/javascript">
(function () {
emailjs.init('jzaZ66tDLzr-oNZTW');
})();
</script>
</body>
</html>