forked from apu52/METAVERSE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
340 lines (290 loc) Β· 14.5 KB
/
contact.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
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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
<!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">
<title>METAVERSE</title>
<!-- Primary Meta Tags -->
<title></title>
<meta name="title" content="METAVERSE" />
<meta name="description"
content="Welcome to the Metaverse Front-End Playground β your gateway to the future of web development in the metaverse! ππ Metaverse Front-End Playground is an open-source repository created to empower developers to explore, innovate, and collaborate in the metaverse space. Whether you're a seasoned developer looking to showcase your metaverse projects or a newcomer eager to dive into the virtual realm, you're invited to join our dynamic community!" />
<meta name="language" content="English">
<meta name="keywords"
content="METAVERSE, Frontend Projects, Coding, Web Development, Projects, Stopwatch, Calculator.">
<!--
- favicon
-->
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="./images/metaverse.png" type="image/x-icon">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/1a1ffb78ee.js" crossorigin="anonymous"></script>
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/css/scroll.css">
<link rel="stylesheet" href="./assets/css/contributors.css">
<link rel="stylesheet" href="./assets/css/cursor_transition.css">
<!--
- google font link
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Sofia&effect=neon|outline|emboss|shadow-multiple">
<!-- <script src="https://cdn.tailwindcss.com"></script> -->
</head>
<!-- Light-Dark theme SWITCH -->
<!-- <p class="invert-color" style="position: sticky; top: 30px; z-index:100; margin-left: 30px;">Theme :</p> -->
<label class="theme-toggle" for="themeToggle" style="position: fixed; top: 28px; z-index: 100; margin-left: 30px">
<input type="checkbox" id="themeToggle" onclick="toggleTheme()" checked aria-label="Switch theme mode">
<span class="slider"></span>
</label>
<body>
<div class="cursor"></div>
<div class="main">
<div class="container">
<div class="radio-wrapper">
<div class="btn">
<a id="aid" class="nav-link" href="index.html">Home</a>
<label class="number">r1</label>
</div>
</div>
<div class="radio-wrapper">
<!-- <input type="radio" checked="true" id="value-2" name="btn" class="input"> -->
<div class="btn">
<a id="aid" class="nav-link" href="about.html">About</a>
<!-- <span aria-hidden=""></span> -->
<!-- <span aria-hidden="" class="btn__glitch">ABOUT</span> -->
<label class="number">r2</label>
</div>
</div>
<div class="radio-wrapper">
<!-- <input type="radio" id="value-2" name="btn" class="input"> -->
<!-- <input type="radio" id="value-3" name="btn" class="input"> -->
<div class="btn">
<a id="aid" class="nav-link" href="contact.html">Contact</a>
<!-- <span aria-hidden=""></span> -->
<!-- <span aria-hidden="" class="btn__glitch">CONTACT</span> -->
<label class="number">r3</label>
</div>
</div>
</div>
<main>
<div class="main-content">
<div class="heading1">
<div class="heading">
<span>π» </span><span>C</span><span>O</span><span>N</span><span>T</span><span>A</span><span>C</span><span>T</span><span> </span><span> </span><span>U</span><span>S</span>
</div>
<label class="theme-toggle" for="themeToggle" style="z-index: 100; margin-top: -270px; ">
<input type="checkbox" id="themeToggle" onclick="toggleTheme()" checked aria-label="Switch theme mode">
<span class="slider"></span>
</label>
</div>
<br>
<br>
<br>
<br>
<!-- Two-sided box with inline CSS -->
<div class="animated-title" >
<div class="text-top">
<div>
<span>Repo Owner</span>
<p>Arpan Chowdhury</p>
</div>
</div>
</div>
<div class="owner-info-container" >
<div class="owner-info" style="text-align: center;">
<img src="arpan.jpeg" alt="" class="image ignore-dark-theme">
</div>
<div class="owner-info" style="text-align: left;">
<h5 class="wordCarousel">
<div>
<!-- Use classes 2,3,4, or 5 to match the number of words -->
<ul class="flip5">
<li>B.Tech student at NSEC(CSE)'26 </li>
<li>Web Dev Intern</li>
<li>Mulearn GCEK portfolio Competition Winner</li>
<li>@GSSOC - Rank 85, @SSOC'23 </li>
<li>Hacksquad winner</li>
</ul>
</div>
</h5>
<div class="links-container" style="z-index: 10; position: relative;">
<a href="https://www.youtube.com/@arpanchowdhury53" aria-label="Follow me on Youtube" title="Youtube (External Link)"
rel="noopener noreferrer" target="_blank"> Youtube <i class="fa fa-youtube " aria-hidden="true"></i></a>
<a href="https://twitter.com/ArpanCh40193288" aria-label="Follow me on Twitter" title="Twitter (External Link)"
rel="noopener noreferrer" target="_blank"> Twitter <i class="fa-brands fa-x-twitter" aria-hidden="true"></i></a>
<a href= "https://www.linkedin.com/in/arpan-chowdhury-775294251" aria-label="Follow me on Linkedin"
title="Linkedin (External Link)" rel="noopener noreferrer" target="_blank">LinkedIn <i
class="fa fa-linkedin-square" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="animated-title" >
<div class="text-top">
<div>
<span>Project Maintainers</span>
<p>Shuvadipta Das</p>
</div>
</div>
</div>
<div class="owner-info-container" >
<div class="owner-info" style="text-align: center;">
<img src="./images/shuv.jpg" alt="" class="image ignore-dark-theme">
</div>
<div class="owner-info" style="text-align: left;">
<h5 class="wordCarousel">
<div>
<!-- Use classes 2,3,4, or 5 to match the number of words -->
<ul class="flip5">
<li>B.Tech student at NSEC(CSE)'26 </li>
<li>Rank 22 of HACKSQUAD '23</li>
<li>@GSSOC - Rank 49 </li>
</ul>
</div>
</h5>
<div class="links-container" style="z-index: 10; position: relative;">
<a href="https://www.youtube.com/@5h0ov" aria-label="Follow me on Youtube" title="Youtube (External Link)"
rel="noopener noreferrer" target="_blank"> Youtube <i class="fa fa-youtube" aria-hidden="true"></i></a>
<a href="https://twitter.com/5h0ovie" aria-label="Follow me on Twitter" title="Twitter (External Link)"
rel="noopener noreferrer" target="_blank"> Twitter <i class="fa-brands fa-x-twitter" aria-hidden="true"></i></a>
<a href= "https://twitter.com/5h0ovie" aria-label="Follow me on Linkedin"
title="Linkedin (External Link)" rel="noopener noreferrer" target="_blank">LinkedIn <i
class="fa fa-linkedin-square" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="animated-title" >
<div class="text-top">
<div>
<p>Shruti Sen</p>
</div>
</div>
</div>
<div class="owner-info-container" >
<div class="owner-info" style="text-align: center;">
<img src="./images/Shruti.jpg" alt="" class="image ignore-dark-theme">
</div>
<div class="owner-info" style="text-align: left;">
<h5 class="wordCarousel">
<div>
<!-- Use classes 2,3,4, or 5 to match the number of words -->
<ul class="flip5">
<li>B.Tech student at NSEC(CSE)'26 </li>
<li>Web Dev Intern</li>
<li>HACKTOBERFEST 2022 & 2023</li>
<li>Rank 22 of HACKSQUAD '23</li>
</ul>
</div>
</h5>
<div class="links-container" style="z-index: 10; position: relative;">
<a href="https://github.com/shruti-sen2004" aria-label="Follow me on Facebook" title="Facebook (External Link)"
rel="noopener noreferrer" target="_blank"> Github <i class="fa fa-github" aria-hidden="true"></i></a>
<a href="https://shruti-sen2004.github.io/Shruti_Portfolio/" aria-label="Visit my portfolio" title="portfolio (External Link)"
rel="noopener noreferrer" target="_blank"> Portfolio <i class="fa fa-link" aria-hidden="true"></i></a>
<a href= "https://linkedin.com/in/shruti-sen-6b6924253" aria-label="Follow me on Linkedin"
title="Linkedin (External Link)" rel="noopener noreferrer" target="_blank">LinkedIn <i
class="fa fa-linkedin-square" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="animated-title" >
<div class="text-top">
<div>
<p>Ankita Sikdar</p>
</div>
</div>
</div>
<div class="owner-info-container" >
<div class="owner-info" style="text-align: center;">
<img src="./images/Ankita.jpg" alt="" class="image ignore-dark-theme">
</div>
<div class="owner-info" style="text-align: left;">
<h5 class="wordCarousel">
<div>
<!-- Use classes 2,3,4, or 5 to match the number of words -->
<ul class="flip5">
<li>B.Tech student at NSEC(CSE)'26 </li>
<li>Web Dev Intern</li>
<li>Rank 22 of HACKSQUAD '23</li>
</ul>
</div>
</h5>
<div class="links-container" style="z-index: 10; position: relative;">
<a href="https://www.instagram.com/a_n_k_i_t_a_s_i_k_d_a_r/" aria-label="Follow me on Instagram" title="Instagram (External Link)"
rel="noopener noreferrer" target="_blank"> Instagram <i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="https://github.com/ AnkitaSikdar005" aria-label="Follow me on github" title="github (External Link)"
rel="noopener noreferrer" target="_blank"> Github <i class="fa-brands fa-x-twitter" aria-hidden="true"></i></a>
<a href= "http://www.linkedin.com/in/ankita-sikdar-70210a253" aria-label="Follow me on Linkedin"
title="Linkedin (External Link)" rel="noopener noreferrer" target="_blank">LinkedIn <i
class="fa fa-linkedin-square" aria-hidden="true"></i></a>
</div>
</div>
</div>
<!-- End of two-sided box -->
<!--
FOOTER
-->
<div class="main" id="footer">
<div>
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
<defs>
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
</defs>
<g class="wave-creation">
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(255,255,133,0.9)" />
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(153,51,255,0.5)" />
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgb(238,106,220,0.3)" />
<use xlink:href="#gentle-wave" x="48" y="7" fill="#B616C7" />
</g>
</svg>
</div>
<footer class="page-footer font-small unique-color-dark pt-4">
<div class="container1">
<div class="list-unstyled list-inline text-center py-2 text-black">
<br>
<br>
<div class="socials-text" style="text-align: center; margin-bottom:50px">
<h7>Developed with β€οΈ by <b>METAVERSE</b> Collaborators</h7>
<br>
<br>
<a href="https://github.com/apu52/METAVERSE" target="_blank"
style="font-size: 20px; font-style:cursive;color: rgb(215, 213, 85);">Make sure you
checkout our socials and also β <b class="METAVERSE" style="cursor: pointer;">METAVERSE</b> on github</a>
</div>
<ul class="socials">
<li><a href="https://github.com/apu52/METAVERSE" aria-label="Follow me on Github" title="Github (External Link)"
rel="noopener noreferrer" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/ArpanCh40193288" aria-label="Follow me on Twitter" title="Twitter (External Link)"
rel="noopener noreferrer" target="_blank"><i class="fa-brands fa-x-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/arpan-chowdhury-775294251" aria-label="Follow me on Linkedin"
title="Linkedin (External Link)" rel="noopener noreferrer" target="_blank"><i
class="fa fa-linkedin-square" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</footer>
</div>
</section>
</div>
</main>
<!-- SCROLL TO TOP BUTTON -->
<div id="progress">
<span id="progress-value">🠕</span>
</div>
<!--
- custom js link
-->
<script src="./assets/js/index.js"></script>
<script src="./assets/js/script.js"></script>
<script src="./assets/js/scroll.js"></script>
<script src="./assets/js/contributors.js"></script>
<script src="./assets/js/mouse_transition.js"></script>
</body>
</html>