-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (48 loc) · 2.22 KB
/
index.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
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE HTML>
<!--
Based on Eventually by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Polkadot Social Good Builders</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>Polkadot Social Good Builders</h1>
<p>
A community and initiative set up by <a href="https://chain.giving">Chain.Giving</a> to connect social impact builders in the
<img id="dot-logo" src="assets/polkadot/Polkadot_Logo_Horizontal_Pink_White.png" width="140em" height="auto" alt="Polkadot Logo">ecosystem.
</p>
<p>
We have proposed <a href="https://polkadot.subsquare.io/referenda/976">Referendum #976</a> to Pledge to allocate 1% of Polkadot treasury spending to social good projects.
</p>
</header>
<!-- CTA -->
<div>
<a href="https://discord.gg/d3QnfrebmY"><button class="cta">Join Us on Discord</button></a>
<a href="https://polkadot.subsquare.io/referenda/976"><button class="vote">Vote for Referendum #976</button></a>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/chaingiving" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com/company/101804480/" class="icon brands fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://discord.gg/d3QnfrebmY" class="icon brands fa-discord"><span class="label">Discord</span></a></li>
<li><a href="https://github.com/chaingiving/" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:info@polkadot.giving" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© <a href="https://chain.giving">Chain.Giving</a></li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>