-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 998 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<title>Web30nwards</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>WHAT IS WEB30NWARDS?</h1>
<p>We are a rising community of Developers,<br>Designers, Business Managers, Social Media<br> people, etc. See what we do everyday.</p>
<div class="bod">
<button class="action-btn">
<svg width="50" height="50" fill="whitesmoke" xmlns="https://web3onwards.com/" viewBox="0 0 512 512">
<path d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c7.6-4.2 16.8-4.1 24.3.5l144 88c7.1 4.4 11.5 12.1 11.5 20.5s-4.4 16.1-11.5 20.5l-144 88c-7.4 4.5-16.7 4.7-24.3.5s-12.3-12.2-12.3-20.9V168c0-8.7 4.7-16.7 12.3-20.9z"/>
</svg>
</button>
<span style="color: rgb(218, 8, 8);">What we do?</span>
</div>
<div class="sidebar">
<p>See <br>all <br>Contributors</p>
</div>
</body>
</html