-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
174 lines (160 loc) · 5.96 KB
/
index.html
File metadata and controls
174 lines (160 loc) · 5.96 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!doctype html>
<html lang="en" class="">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="refresh" content="0; url=https://subhajitgorai.pages.dev" />
<meta name="robots" content="index, follow" />
<meta name="author" content="Subhajit Gorai" />
<title>Subhajit Gorai - Developer</title>
<link rel="icon" type="image/png" href="/images/favicon.png" />
<meta
name="description"
content="Developer portfolio of Subhajit Gorai."
/>
<meta
name="keywords"
content="Subhajit Gorai, IIEST, Portfolio, GitHub Portfolio, Web Developer, Projects, Skills"
/>
<!-- open graph meta data-->
<meta
property="og:title"
content="Subhajit Gorai - Developer Portfolio"
/>
<meta
property="og:description"
content="Explore the professional portfolio of Subhajit Gorai from IIEST. Discover my projects, skills, and achievements."
/>
<meta
property="og:image"
content="https://raw.githubusercontent.com/Subha-Py-c/subhajit/main/src/images/preview-img.webp"
/>
<meta property="og:url" content="https://subhajit.pages.dev" />
<meta property="og:type" content="website" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Subhajit Gorai - Portfolio" />
<meta
name="twitter:description"
content="Welcome to the portfolio of Subhajit Gorai. Explore my projects, skills, and achievements."
/>
<meta
name="twitter:image"
content="https://raw.githubusercontent.com/Subha-Py-c/subhajit/main/src/images/preview-img.webp"
/>
<!-- Canonical Link -->
<link rel="canonical" href="https://subhajit.pages.dev" />
<!-- LinkedIn Meta Data -->
<meta property="og:site_name" content="Subhajit Gorai - Portfolio" />
<meta property="og:locale" content="en_US" />
<!-- Schema.org markup for Google -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Subhajit Gorai",
"image": ["https://subhajit.pages.dev/preview-img.webp"],
"datePublished": "2024-05-15",
"dateModified": "2024-12-9",
"author": {
"@type": "Person",
"name": "Subhajit Gorai"
},
"url": "https://subhajit.pages.dev",
"sameAs": ["https://Subha-Py-c.github.io/subhajit/"]
}
</script>
<!-- Preconnect to external resources -->
<link rel="preconnect" href="https://cdn.jsdelivr.net" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<!-- loader css here for first loading -->
<link
rel="preload"
href="fonts/dahlia.woff2"
as="font"
type="font/woff2"
crossorigin="anonymous"
importance="high"
/>
<style>
@font-face {
font-family: Dahlia;
font-style: normal;
font-weight: 400;
src: url("/fonts/dahlia.woff2") format("woff2");
}
#loader {
z-index: 999999999;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
overflow: hidden;
pointer-events: none;
pointer-events: none;
background-color: transparent;
font-kerning: none;
& .loading__text {
font-family: Dahlia;
font-size: 4rem;
font-weight: 750;
display: grid;
place-items: center;
width: 300px;
height: 150px;
height: auto;
position: absolute;
top: calc(50vh - 75px);
left: calc(50vw - 150px);
font-kerning: none;
background-color: transparent;
color: white;
opacity: 0;
@media (max-width: 768px) {
font-size: 3rem;
}
& .word {
height: fit-content;
height: auto;
overflow: hidden;
display: flex !important;
}
& .char {
height: auto;
background-color: transparent;
}
}
& .loader__slide1 {
background-color: black;
width: 100%;
height: 50%;
}
& .loader__slide2 {
background-color: black;
width: 100%;
height: 50%;
}
}
html.invert #loader {
filter: invert(1);
background-color: transparent;
}
@media screen and (max-width: 768px) {
#loader {
font-size: 3rem;
}
}
</style>
<!-- Google Site Verification -->
<meta
name="google-site-verification"
content="jIVdEnFRKf147BsXlqxUbFmbI68bjnY_diljF3hS8RE"
/>
</head>
<body class="">
<noscript> Please enable JavaScript to visit this website. </noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>