-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathroadmap.html
More file actions
82 lines (72 loc) · 3.06 KB
/
roadmap.html
File metadata and controls
82 lines (72 loc) · 3.06 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
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
<!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">
<link rel="stylesheet" href="./css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<title>Eva | Roadmap</title>
</head>
<style>
*{
margin: 0;
outline: 0;
padding: 0;
}
</style>
<body>
<nav>
<div class="container nav_container">
<a href="index.html"><h4>Eva</h4></a>
<ul class="nav_menu">
<li><a href="index.html">Home</a></li>
<li><a id="mintlink" href="https://blog.evasocial.app/">Blog</a></li>
<li><a href="roadmap.html">Roadmap</a></li>
<li><a href="about.html">About Us</a></li>
<li class="hides"><a href="https://twitter.com/web3_eva"><img style="width: 1.9vw; height:1.7vw;" src="images/twitter.png" alt=""></a></li>
<li class="hides"><a href="https://discord.gg/4w8299MVTW"><img style="width: 2vw; height:1.7vw;" src="images/discord.png" alt=""></a></li>
</ul>
<button id="open-menu-btn"><i class="uil uil-bars"></i></button>
<button id="close-menu-btn"><i class="uil uil-multiply"></i></button>
</div>
</nav>
<embed src="images/roadmap.pdf" width="100%" height="2100px" />
<footer>
<div class="container footer_container">
<div class="footer_1">
<a href="index.html" class="footer_logo"><h4>Eva</h4></a>
<p>A social media platform built by a 13 year old on the DeSo blockchain. A revolution in social media providing new way for creators to earn.</p>
</div>
<div class="footer_2">
<h4>Links</h4>
<ul class="permalinks">
<li><a href="index.html">Home</a></li>
<li><a id="mintlinki" href="https://blog.evasocial.app/">Blog</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</div>
<div class="footer_4">
<h4>Contact Us</h4>
<div>
<p>web3eva@gmail.com</p>
</div>
<ul class="footer_socials">
<li>
<a href="#"><i class="uil uil-discord"></i></a>
</li>
<li>
<a href="https://twitter.com/web3_eva"><i class="uil uil-twitter"></i></a>
</li>
</ul>
</div>
</div>
<div class="footer_copyright">
<small>Eva built on the DeSo blockchain.</small>
</div>
</footer>
<!--End of Footer-->
</body>
<script src="main.js"></script>
</html>