forked from apu52/METAVERSE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
208 lines (175 loc) Β· 8.3 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
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
<!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">
<!--
- 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> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<body>
<div class="cursor-container">
<div class="cursor"></div>
</div>
<div class="main">
<div class="container">
<div class="radio-wrapper">
<!-- <input type="radio" id="value-1" name="btn" class="input"> -->
<div class="btn">
<a id="aid" class="nav-link" href="">Home</a>
<!-- <span aria-hidden="">HOME</span> -->
<!-- <span aria-hidden="" class="btn__glitch">_Cyberπ¦Ύ</span> -->
<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-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="sub-main-content">
<div class="heading1">
<div class="heading">
<span>π </span><span>M</span><span>E</span><span>T</span><span>A</span><span>V</span><span>E</span><span>R</span><span>S</span><span>E</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>
<div class="search-container" id="search-container-id">
<input type="text" class="search-input" placeholder="Search" onkeyup="search()" id="searchbar">
<div class="search-btn">
<i class="fa fa-search" aria-hidden="true"></i>
</div>
</div>
<br>
<!-- Projects -->
<ul class="project-list" id="projectList"></ul>
<div class="no-results" id="noResults" style="display: none;">
<h1 class="no-result-heading">No Result Found</h1>
<img class="no-results-img" src="./assets/img/No_Text_Found.png" />
</div>
<div class="pagination">
<button id="prev-page-tile" onclick="goToPreviousPage()">Previous</button>
<div class="pagination_section"></div>
<button id="next-page-tile" onclick="goToNextPage()">Next</button>
</div>
<!-- Contributors section -->
<div class="contributors">
<h1>Our Valuable Contributors</h1>
<div id="contributor"></div>
</div>
</div>
<!--
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>
</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>