-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (93 loc) · 4.59 KB
/
index.html
File metadata and controls
116 lines (93 loc) · 4.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Google Verification -->
<meta name="google-site-verification" content="us9yV0ejvXoxcORbKsEwiaoTx58TNXzJb0Sw3kfWB2s" />
<link rel="manifest" href="/manifest.json" />
<!-- Primary SEO Title -->
<title>Dhrubaraj Pati Portfolio - Software Developer</title>
<!-- Meta Description -->
<meta name="description"
content="I'm a Full Stack web developer and open source contributor. I love building products to solve real-world problems. Explore my work." />
<!-- Keywords -->
<meta name="keywords"
content="Dhrubaraj Pati, Dhrubaraj, Full Stack Developer, Software Developer, Web Developer, React Developer, Portfolio, JavaScript, Open Source Contributor" />
<meta name="author" content="Dhrubaraj Pati" />
<!-- Canonical URL -->
<link rel="canonical" href="https://codewithdhruba.in" />
<!-- Favicon -->
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon" />
<link rel="icon" type="image/png" href="/favicon.png" />
<!-- Theme Color -->
<meta name="theme-color" content="#0A0A0A" />
<!-- Open Graph Meta -->
<meta property="og:title" content="Dhrubaraj Pati Portfolio - Software Developer">
<meta property="og:description"
content="I'm a Full Stack web developer and open source contributor. I love building products to solve real-world problems. Explore my work.">
<meta property="og:url" content="https://codewithdhruba.in">
<meta property="og:type" content="website">
<meta property="og:image" content="https://codewithdhruba.in/preview.png">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Dhrubaraj Pati Portfolio - Software Developer">
<meta name="twitter:description"
content="I'm a Full Stack web developer and open source contributor. I love building products to solve real-world problems. Explore my work.">
<meta name="twitter:image" content="https://codewithdhruba.in/preview.png">
<!-- Robots -->
<meta name="robots" content="index, follow">
<!-- Styles & Fonts -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<link
href="https://api.fontshare.com/v2/css?f[]=cabinet-grotesk@800,1&f[]=general-sans@300&f[]=boska@300&f[]=switzer@300&f[]=outfit@600&f[]=poppins@400&f[]=supreme@500&f[]=rowan@400&f[]=quilon@500&f[]=satoshi@500&f[]=ranade@300&f[]=excon@500,900&f[]=synonym@200,300,400,500,600,700,1&f[]=amulya@400,700&f[]=neco@400&f[]=pally@500&f[]=hind@700&display=swap"
rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;700&display=swap" rel="stylesheet">
<!-- Structured Data: WebSite & Person -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://codewithdhruba.in#website",
"url": "https://codewithdhruba.in",
"name": "Dhrubaraj Pati Portfolio - Software Developer",
"description": "I'm a Full Stack web developer and open source contributor. I love building products to solve real-world problems. Explore my work.",
"inLanguage": "en",
"publisher": {
"@id": "https://codewithdhruba.in#person"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://codewithdhruba.in/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "Person",
"@id": "https://codewithdhruba.in#person",
"name": "Dhrubaraj Pati",
"url": "https://codewithdhruba.in",
"image": "https://codewithdhruba.in/preview.png",
"jobTitle": "Full Stack Web Developer",
"description": "I'm a Full Stack web developer and open source contributor. I love building products to solve real-world problems. Explore my work.",
"sameAs": [
"https://github.com/codewithdhruba01",
"https://www.linkedin.com/in/dhrubaraj-pati/",
"https://x.com/codewithdhruba"
]
}
]
}
</script>
</head>
<body class="bg-[#0A0A0A]">
<div id="root"></div>
<!-- Scripts -->
<script type="module" src="/src/main.tsx"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
</body>
</html>