-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (40 loc) · 1.95 KB
/
index.html
File metadata and controls
43 lines (40 loc) · 1.95 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
<!DOCTYPE html>
<html>
<head>
<title> EDUVERSE | Building the future of education. </title>
<link rel="shortcut icon" href="images/EduVerse.png" type="image/png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="dfMxz7Y0MzBVVRX5VCK6twd5BxSQKCHOQWmmQzNuw-A" />
<link rel="stylesheet" type="text/css" href=main.css />
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fredoka+One" rel="stylesheet">
</head>
<body>
<center>
<div class="maintitle" style="white-space:nowrap">
<div class="titleimage" style="display:inline;">
<img src="https://pbs.twimg.com/profile_images/884322716744069120/0t_jLY02_400x400.jpg" alt="EduVerse Logo" height=90 weight=90 align="left"/>
</div>
<div class="titletext" style="display:inline; white-space:nowrap;">
<h1>EduVerse</h1>
</div>
</div>
<div class="About">
<h1>ABOUT</h1>
<p>EduVerse is a company which is focused on solving problems faced in the education industry. We have 2 approaches,
"Student Learning" and "Student Living". In Student Learning, we find solutions to problems that students face academically.
In Student Living, we find solutions to problems for students which are non-academical. As products are not yet announced,
we are not disclosing any information. For Investors, drop a <a href="mailto:eduversehq@gmail.com">Mail</a>. We will get
in touch with more information about our products.</p>
</div>
<div class="social-media">
<h1>SOCIAL MEDIA</h1>
<ul>
<li><a href="https://www.facebook.com/eduversehq/">Facebook</li>
<li><a href="https://twitter.com/eduversehq/">Twitter</li>
<li><a href="https://instagram.com/eduversehq/">Instagram</li>
</ul>
</div>
</center>
</body>
</html>