forked from apu52/METAVERSE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcopyright.html
437 lines (371 loc) · 16.3 KB
/
copyright.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
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
<!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/about.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">
<link rel="stylesheet" href="./assets/css/themeToggle.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> -->
<style>
.circle {
position: absolute;
width: 25px;
height: 25px;
border-radius: 50%;
pointer-events: none;
background: radial-gradient(circle, rgba(73, 232, 247, 0.466), rgba(141, 38, 172, 0.5));
transition: transform 0.1s, left 0.1s, top 0.1s;
box-shadow: 0 0 20px #23bdf5,
0 0 60px #f523f5,
0 0 100px #23bdf5;
}
.circle-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 9999;
}
@media (max-width: 740px) {
.circle-container{
display: none;
}
}
#preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(0, 0, 0);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.spinner {
position: relative;
width: 130px;
height: 130px;
display: flex;
justify-content: center;
align-items: center;
}
.spinner-inner {
width: 100px;
height: 100px;
border-radius: 50%;
border: 10px solid transparent;
border-top: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid transparent;
border-image: linear-gradient(45deg, #ff2d15, #be18ff, #0d3dff);
border-image-slice: 1;
animation: spin 1s linear infinite;
}
#loading-percentage {
position: absolute;
font-size: 24px;
font-weight: bold;
text-align: center;
width: 100%;
top: 50%;
transform: translateY(-50%);
background: linear-gradient(45deg, #be18ff, #ffffff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
#content {
display: none;
}
</style>
</head>
<!-- Light-Dark theme SWITCH -->
<!-- <p class="invert-color" style="position: sticky; top: 30px; z-index:100; margin-left: 30px;">Theme :</p> -->
<body>
<div class="circle-container">
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function () {
const coords = { x: 0, y: 0 };
const circles = document.querySelectorAll(".circle");
circles.forEach(function (circle) {
circle.x = 0;
circle.y = 0;
});
window.addEventListener("mousemove", function (e) {
coords.x = e.pageX;
coords.y = e.pageY - window.scrollY; // Adjust for vertical scroll position
});
function animateCircles() {
let x = coords.x;
let y = coords.y;
circles.forEach(function (circle, index) {
circle.style.left = `${x - 12}px`;
circle.style.top = `${y - 12}px`;
circle.style.transform = `scale(${(circles.length - index) / circles.length})`;
const nextCircle = circles[index + 1] || circles[0];
circle.x = x;
circle.y = y;
x += (nextCircle.x - x) * 0.4;
y += (nextCircle.y - y) * 0.4;
});
requestAnimationFrame(animateCircles);
}
animateCircles();
});
</script>
<!-- Preloader starts -->
<div id="preloader">
<div class="spinner">
<div class="spinner-inner"></div>
<div id="loading-percentage">0%</div>
</div>
</div>
<script>
window.addEventListener('load', () => {
const preloader = document.getElementById('preloader');
const content = document.getElementById('content');
const loadingPercentage = document.getElementById('loading-percentage');
let percentage = 0;
const interval = setInterval(() => {
percentage += 10;
loadingPercentage.textContent = `${percentage}%`;
if (percentage >= 100) {
clearInterval(interval);
setTimeout(() => {
preloader.style.display = 'none';
content.style.display = 'block';
document.body.style.overflow = 'auto';
}, 300);
}
}, 100);
});
</script>
<!-- Preloader Ends -->
<div id="content">
<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" id="value-2" name="btn" class="input"> -->
<div class="btn">
<a id="aid" class="nav-link" href="about.html">About</a>
<!-- <span >ABOUT</span> -->
<!-- <span aria-hidden="" class="btn__glitch">_Cyber🦾</span> -->
<label class="number">r2</label>
</div>
</div>
<div class="radio-wrapper">
<!-- <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 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" style="width: 115% !important;">
<a id="aid" class="nav-link" href="contributor.html">Contributors</a>
<!-- <span aria-hidden=""></span> -->
<!-- <span aria-hidden="" class="btn__glitch">CONTACT</span> -->
<label class="number"></label>
</div>
</div>
</div>
<main>
<div class="main-content">
<div class="sub-main-content">
<div class="heading1">
<div class="heading">
<span>C</span><span>O</span><span>P</span><span>Y</span><span>R</span><span>I</span><span>G</span><span>H</span><span>T</span><span> </span><span>P</span><span>O</span><span>L</span><span>I</span><span>C</span><span>Y</span>
</div>
<div class="container">
<label class="switch">
<input type="checkbox" id="theme-toggle">
<span class="slider"></span>
</label>
</div>
</div>
<br>
<br>
<br>
<br>
<!-- About part -->
<div class="contributors">
<p id="para">Metaverse Front-End Playground respects the intellectual property rights of others and expects users of our platform to do the same. This Copyright Policy outlines the rules and procedures for handling copyright infringement claims.</p>
<h2>1. Ownership of Content</h2>
<p id="para">All content, including but not limited to text, images, code, and multimedia, submitted to the Metaverse Front-End Playground remains the intellectual property of the original creator. By submitting content, you grant us a non-exclusive, worldwide, royalty-free license to use, reproduce, modify, and display the content for the purpose of operating and promoting our platform.</p>
<h2>2. Respecting Copyrights</h2>
<p id="para">You agree not to upload, post, or otherwise transmit any content that infringes the copyright of any third party. If you use third-party content, you must have the necessary permissions or licenses to do so.</p>
<h2>3. Reporting Copyright Infringements</h2>
<p id="para">If you believe that your copyrighted work has been used in a way that constitutes copyright infringement, please provide us with the following information:</p>
<ul id="para" >
<li style="list-style: disc;">A description of the copyrighted work you claim has been infringed.</li>
<li style="list-style: disc;">A description of where the allegedly infringing material is located on our platform.</li>
<li style="list-style: disc;">Your contact information, including your name, address, telephone number, and email address.</li>
<li style="list-style: disc;">A statement by you that you have a good faith belief that the disputed use is not authorized by the copyright owner, its agent, or the law.</li>
<li style="list-style: disc;">A statement by you, made under penalty of perjury, that the information in your notice is accurate and that you are the copyright owner or authorized to act on the copyright owner's behalf.</li>
<li style="list-style: disc;">Your electronic or physical signature.</li>
</ul>
<h2>4. Counter-Notification</h2>
<p id="para">If you believe that your content was removed or disabled by mistake or misidentification, you may submit a counter-notification. Your counter-notification must include:</p>
<ul id="para">
<li style="list-style: disc;" >Identification of the material that has been removed or to which access has been disabled.</li>
<li style="list-style: disc;" >A statement, under penalty of perjury, that you have a good faith belief that the material was removed or disabled as a result of mistake or misidentification.</li>
<li style="list-style: disc;" >Your contact information, including your name, address, telephone number, and email address.</li>
<li style="list-style: disc;" >A statement that you consent to the jurisdiction of the federal court in your district, or if you are outside the India, the jurisdiction of the federal courts located in the state of Delhi, and that you will accept service of process from the person who provided the original notification or an agent of such person.</li>
<li style="list-style: disc;" >Your electronic or physical signature.</li>
</ul>
<h2>5. Repeat Infringers</h2>
<p id="para">We reserve the right to terminate the accounts of users who repeatedly infringe the copyrights of others.</p>
<h2>6. Changes to This Copyright Policy</h2>
<p id="para">We may update this Copyright Policy from time to time. We will notify you of any changes by posting the new Copyright Policy on our platform. You are advised to review this Copyright Policy periodically for any changes.</p>
</div>
</main>
<!-- 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-brands fa-github"></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-brands fa-linkedin"></i></a></li>
</ul>
</div>
<div class="policy">
<a href="privacynotice.html" target="_blank"
style="font-size: 20px; font-style:cursive;color: rgb(215, 213, 85);"> Privacy Notice</a>
<a href="copyright.html" target="_blank"
style="font-size: 20px; font-style:cursive;color: rgb(215, 213, 85);"> Copyright Policy</a>
</div>
</div>
</footer>
</div>
</section>
</div>
<!-- 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>
<script src="./assets/js/toggletheme.js"></script>
</div>
</body>
</html>