-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (37 loc) · 1.34 KB
/
index.html
File metadata and controls
37 lines (37 loc) · 1.34 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
<!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>PW Skills</title>
<link rel="stylesheet" href="styles/style.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=Montserrat:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<header class="head">
<div class="logo">
<img src="Images/white-logo.png" alt="logo">
</div>
<div class="menu">
<ul>
<li><a href="#">Apps</a></li>
<li><a href="#">DAO</a></li>
<li><a href="#">Technology</a></li>
<li><a href="#">Token</a></li>
<li><a href="#">Contributors</a></li>
</ul>
</div>
<div class="btn">
<button>Buy 1 Token</button>
</div>
</header>
<section class="main">
<p class="title">Lets Build a better<br>tomorrow, together.</p>
<p class="subtitle">Buy 1 Token.Join the DAO.Change the world</p>
<button class="btn2">Request Early Access</button>
</section>
</body>
</html>