forked from Suyash-Singh14/metaverse
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
294 lines (281 loc) · 16 KB
/
about.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
<!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>Products</title>
<link rel="stylesheet" href="./static/css/parent.css">
<link rel="stylesheet" href="./static/css/about.css">
<link rel="stylesheet" href="./static/css/all.min.css">
<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=Libre+Baskerville:wght@400;700&family=Montserrat&family=Playfair+Display:wght@400;800&family=Poppins:wght@400;700&family=Raleway&family=Teko:wght@400;700&display=swap"
rel="stylesheet">
</head>
<body>
<div class="main">
<header>
<div class="left">
<nav>
<div class="logo">Metaversity</div>
<ul>
<!-- <li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="exploration.html">Exploration</a></li>
<li><a href="#">Products</a></li>
<li><a href="faqs.html">FAQs</a></li> -->
<li>
<div class="hamburger">
<div class="ham-line"></div>
<div class="ham-line"></div>
<div class="ham-line"></div>
</div>
</li>
</ul>
</nav>
<div class="menu">
<div class="container">
<ul>
<li><a href="index.html" data-text="Home">Home</a></li>
<li><a href="about.html" data-text="About">About</a></li>
<li><a href="exploration.html" data-text="Exploration">Exploration</a></li>
<li><a href="#" data-text="Products">Products</a></li>
<li><a href="shop.html" data-text="Shop">Shop</a></li>
</ul>
<div class="close-ham">
<div class="close-ham-line ham-line"></div>
<div class="close-ham-line ham-line"></div>
</div>
</div>
</div>
<div class="text">
<div class="title">About Us</div>
<div class="desc">Lorem ipsum dolor sit amet consectetur adipisicing elit. Tempore cumque
delectus, blanditiis cum laborum similique voluptatibus perspiciatis? Lorem ipsum dolor sit amet consectetur iusto obcaecati ab? Dolorum eum architecto nisi odio praesentium nam!</div>
<div class="btn">Learn more!</div>
</div>
<div class="social-links">
<ul>
<li class="social-icons"><a href=""><i class="fab fa-facebook"></i></a></li>
<li class="social-icons"><a href=""><i class="fab fa-twitter"></i></a></li>
<li class="social-icons"><a href=""><i class="fab fa-instagram"></i></a></li>
<li class="social-icons"><a href=""><i class="fas fa-newspaper"></i></a></li>
</ul>
</div>
</div>
<div class="right">
<div class="content">
<div class="slider">
<div class="slides">
<input type="radio" name="radio-btn" id="radio1">
<input type="radio" name="radio-btn" id="radio2">
<input type="radio" name="radio-btn" id="radio3">
<input type="radio" name="radio-btn" id="radio4">
<div class="slide first">
<img src="./static/images/slider-1.jpg" alt="">
<div class="text">
<div class="subtitle">Metaversity</div>
<div class="title">Lorem ipsum dolor sit amet consectetur adipisicing elit. Atque
tenetur</div>
</div>
</div>
<div class="slide">
<img src="./static/images/slider-2.jpg" alt="">
<div class="text">
<div class="subtitle">Metaversity</div>
<div class="title">Lorem ipsum dolor sit amet consectetur adipisicing elit. Atque
tenetur</div>
</div>
</div>
<div class="slide">
<img src="./static/images/slider-3.jpg" alt="">
<div class="text">
<div class="subtitle">Metaversity</div>
<div class="title">Lorem ipsum dolor sit amet consectetur adipisicing elit. Atque
tenetur</div>
</div>
</div>
<div class="slide">
<img src="./static/images/slider-4.jpg" alt="">
<div class="text">
<div class="subtitle">Metaversity</div>
<div class="title">Lorem ipsum dolor sit amet consectetur adipisicing elit. Atque
tenetur</div>
</div>
</div>
</div>
</div>
<div class="manual-nav">
<label for="radio1" class="manual-btn"></label>
<label for="radio2" class="manual-btn"></label>
<label for="radio3" class="manual-btn"></label>
<label for="radio4" class="manual-btn"></label>
</div>
</div>
</div>
</header>
<section class="who">
<div class="container">
<div class="title">Who are we?</div>
<div class="box">
<div class="text">Metaversity is a virtual world where we strive to revolutionise academics by
integrating
technology with education. Imagine having an incredible experience the same way you have at
school/institute.You'll be able to do almost anything you can imagine, get together with
friends,
study,
learn, play just by sitting in your room and wearing your VR headsets. We are planning to
completely
transform this into a new fascinating form of technology which not only helps you to interact
with
people but also connect with them in a real way. We’ll be able to express ourselves in
completely
new,
joyful, ways. And that’s going to unlock a lot of amazing new experiences.
</div>
</div>
</div>
</section>
<section class="why">
<div class="container">
<div class="title">Why us?</div>
<div class="box">
<div class="text">We all have been deeply affected by the current COVID-19 pandemic.The pandemic has
left a deep trace of despair in the minds of many. The economy saw a big downfall as well. One
of
the most affected sectors was education. Lockdowns imposed a big problem on the schools which
led to
the start of the era of online classes.
<p>
Online classes, however, didn't provide the same environment for the kids which they would
have
got in schools. This has made more and more children lose interest in studies and not take
their
classes seriously. Moreover, online classes are proving to be detrimental to the health and
social skills of the child.
</p>
<p>
So we came up with the idea of metaversity, an immersive, evolving 3D world which brings
people
close to each other and feel a connection with each other even by sitting at their homes.
Instead of looking at a grid of videos and attending classes in the boring way, we have made
it
possible for the children to actually interact with each other.
</p>
</div>
</div>
</div>
</section>
<section class="what">
<div class="container">
<div class="title">What is metaversity?</div>
<div class="box">
<div class="text">
<div>Our metaverse is a virtual platform for schools and universities. We all got bored by
online
classes. Now, doing classes virtually by sitting at your home but in a more interesting way.
We
provide our services to almost all the schools and universities. We help schools and
universities by providing them with fully customised plans which include - building the
school
virtually
- bearing the cost of vr/ar products
- managing the services
Screens just can’t convey the full range of human expression and connection. They can’t
deliver
that deep feeling of presence. But, metaversity can and here’s how : You put on your glasses
or
headset and you're instantly in your class, it has parts of your school or universities
recreated virtually. Worried about writing your notes? Relax, we got you a digital
whiteboard.
You can read more features about metaversity below: </div>
<div>
Feel like you’re together with avatars and spatial audio: Feel more connected and have more
natural conversations using our new metaversity Avatars and spatial audio technology. The
avatars of metaversity feel more natural and expressive rather than static 3d models. They
have
a lot of customization options, all of which makes the students feel like they are
physically
present with their classmates. With our new spatial audio technology, you’ll hear the people
around you based on where they’re seated, just like they’d sound in a real room.
</div>
<div>
A virtual whiteboard to keep track of ur creative ideas: Every room in metaversity offers
infinite whiteboard space so you can sketch things out together in real time. As you are
done
with the whiteboard, the whiteboard saves the image locally on your computer.
</div>
<div>
Customizable classrooms: The whole room scales up and down to fit the size of the class.
Students can customise the classrooms to set up a soothing environment for studying.
</div>
<div>
Join in VR or by video call: Not everyone will always have a VR headset handy, so you can
also
dial in to a room from your computer by video call. The meeting can be joined just like any
other online meet with a meeting link. Video participants will show up on a video screen in
the
virtual room, just like a real conference room.
</div>
<div>
Meeting notes, file sharing, and chat: Metaversity will be able to integrate with apps like
whatsapp, Outlook and Google Calendar to chat, share files and for calendar integration in
the
future. This will make the overall environment more productive as things will be managed
more
efficiently
</div>
<div>
Integrated voice search allows you to chat, search and speak
</div>
</div>
<!-- <div class="img-container">
<img src="/static/images/LOGO" alt="">
</div> -->
</div>
</div>
</section>
<footer>
<div class="container">
<div class="links">
<ul>
<li><a href="#" data-text="Home">Home</a></li>
<li><a href="about.html" data-text="About">About</a></li>
<li><a href="exploration.html" data-text="Exploration">Exploration</a></li>
<li><a href="product.html" data-text="Products">Products</a></li>
<li><a href="shop.html" data-text="Shop">Shop</a></li>
</ul>
</div>
<div class="right">
<div class="social-links">
<ul>
<li class="social-icons"><a href=""><i class="fab fa-facebook"></i></a></li>
<li class="social-icons"><a href=""><i class="fab fa-twitter"></i></a></li>
<li class="social-icons"><a href=""><i class="fab fa-instagram"></i></a></li>
<li class="social-icons"><a href=""><i class="fas fa-newspaper"></i></a></li>
</ul>
</div>
<div class="contact">
<div class="newsletter">
Get Weekly Updates From Us
</div>
<form action="#">
<input type="text" placeholder="Enter Your Email Address" class="email-input">
<input type="submit" value="Subscribe" class="subscribe-btn">
</form>
</div>
</div>
</div>
</footer>
<div class="copyrights">
Metaversity © 2021, Made by codetech | All Rights Reserved
</div>
</div>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.7.1/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.7.1/ScrollTrigger.min.js"></script>
<script src="./static/js/main.js"></script>
<script src="./static/js/about-anims.js"></script>
</html>