-
Notifications
You must be signed in to change notification settings - Fork 1
/
MutualAid.html
97 lines (91 loc) · 4.48 KB
/
MutualAid.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
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<html lang="en">
<head>
<meta property="og:url" content="https://madao.io/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="MADAO" />
<meta
property="og:description"
content="Mutual Aid DAO is an anti-poverty network,
currently helping our network get what they need."
/>
<meta property="og:image" src="images\yanglogopng.png" />
<link rel="icon" type="image/png" href="images\yanglogopng.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=EB+Garamond">
<link
rel="stylesheet"
href="https://unpkg.com/purecss@1.0.1/build/base-min.css"
/>
<link
rel="stylesheet"
href="https://unpkg.com/purecss@2.0.6/build/pure-min.css"
integrity="sha384-Uu6IeWbM+gzNVXJcM9XV3SohHtmWE+3VGi496jvgX1jyvDTXfdK+rfZc8C1Aehk5"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://unpkg.com/purecss@2.0.6/build/grids-responsive-min.css"
/>
<link rel="stylesheet" href="styles.css" />
<script
src="https://kit.fontawesome.com/4ac8f3367c.js"
crossorigin="anonymous"
></script>
<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>Mutual Aid DAO</title>
</head>
<body>
<!-- <script src="https://unpkg.com/react@18/umd/react.production.min.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js" crossorigin></script> -->
<header>
<img
src="images\yanglogopng.png"
href="https://madao.io/"
class="pure-img"
id="logo"
/>
<a href="https://madao.io/" id="logo" class="MADAO">MADAO: Mutual Aid DAO</a>
<a href="https://buy.stripe.com/aEU17l7Nr1qXgdqeUV" ><button class="btn" id="topD">Donate</button></a>
</header>
<main >
<img src="images\mutualbanner.png" id="width"/>
<section id="size" class="flexcenter" >
<article >
<h1>Mutual Aid Network</h1>
<p>
In addition to a monthly Basic Income in our community currency, MADAO users in dire need can safely and easily request
and receive help in the form of $ADA from other MADAO members. $ADA can be sold, at any cryptocurrency exchange, for a user's
local fiat currency, which can be used to pay for food, rent, medical treatment, or whatever is most useful to that person,
according to their own judgment. Whereas traditional philanthropy divides us into groups of takers and givers, mutual aid assumes
all humans to be both providers and beneficiaries, recognizing need and demand as equal in importance to production and supply,
removing paternalistic oversight and logistical hurdles. We will provide a quick and efficient method to request assistance directly
from peers with whom you will have already developed trust through the vetting process to join the community and your continued
participation in the Marketplace.
</p>
</article>
</section>
</main>
<section id="flexcenter">
<h1>SUPPORT OUR WORK!</h1>
<a href="https://buy.stripe.com/aEU17l7Nr1qXgdqeUV" ><button class="btn" >Donate</button></a>
</section >
<footer id="grey" id="flexbase">
<div id="flexcenter">
<h4><a href="https://madao.io/">MADAO: Mutual Aid DAO</a></h4>
<br />
<p>Alleviating Poverty <br />
with Web3 Technology!</p>
</div>
<div id="flexcenter">
<h4>Contact Us @</h4>
<p>MutualAidDAO@gmail(dot)com</p>
<p><i class="fa-brands fa-twitter"></i><a target="_blank" href="https://twitter.com/MayDay42069314">Twitter</a></p>
<p><i class="fab fa-discord"></i><a target="_blank" href="https://tinyurl.com/theMADAOmarket">Discord</a></p>
<p><i class="fa-brands fa-github"></i><a target="_blank" href="https://github.com/MutualAidDAO">Github</a></p>
<p><i class="fa-brands fa-twitch"></i><a target="_blank" href="https://www.twitch.tv/mayday42069">Twitch</a></p>
</div>
<h5 id="alignend">Copyright © 2022 MADAO. All rights reserved. Website Design and Maintenance by Faye Ku & Sheridan Lund.</h5>
</footer>
</body>
</html>