-
Notifications
You must be signed in to change notification settings - Fork 0
/
donate.html
43 lines (43 loc) · 2 KB
/
donate.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
<!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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik+Mono+One&family=Rubik:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<title>Document</title>
</head>
<body>
<header>
<div class="home-button">
<a href="index.html"><img src="./img/Home.svg" alt="Home"></a>
</div>
<nav>
<ul class="nav-links">
<li ><a class="nav-link" href="white-paper.html">White Paper </a></li>
<li ><a class="nav-link" href="road-map.html">Road Map </a></li>
<li ><a class="nav-link" href="invest.html">Invest </a></li>
<li ><a class="nav-link" href="donate.html">Donate </a></li>
<li ><a class="nav-link" href="artists.html">Artists </a></li>
</ul>
</nav>
</header>
<main>
<div></div>
</main>
<footer class="footer">
<h3>Connect with us!</h3>
<div class="social-links">
<a href="https://t.me/crescendogetoken"><img src="img/social/telegram.svg" alt="Telegram"></a>
<a href="https://twitter.com/crescendoge"><img src="img/social/twitter.svg" alt="Twitter"></a>
<a href="https://www.facebook.com/CrescenDoge/"><img src="img/social/facebook.svg" alt="Facebook"></a>
<a href="https://discord.gg/BdbsaxjxJW"><img src="img/social/discord.svg" alt="Discord"></a>
<a href="https://www.youtube.com/channel/UClVBpb2mQ32VbQyZtauDe6w"><img src="img/social/youtube.svg" alt="YouTube"></a>
<a href="https://github.com/CrescenDoge"><img src="img/social/github.svg" alt="GitHub"></a>
</div>
</footer>
</body>
</html>