-
Notifications
You must be signed in to change notification settings - Fork 1
/
UBI.html
100 lines (94 loc) · 4.78 KB
/
UBI.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
98
99
100
<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/[email protected]/build/base-min.css"
/>
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/build/pure-min.css"
integrity="sha384-Uu6IeWbM+gzNVXJcM9XV3SohHtmWE+3VGi496jvgX1jyvDTXfdK+rfZc8C1Aehk5"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/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\ubibanner.png" id="width" />
<section class="flexcenter" >
<article >
<h1>Universal Basic Income</h1>
<p>
Unlocking the abundance all around us, MADAO distributes a monthly basic income in $MADAO to every member of our community.
Our monthly basic income empowers all our members to be able to participate in our Marketplace every month, no matter what their
circumstances. The legacy money paradigm disadvantages the poor, the disabled, caregivers, the elderly, creatives, andminorities,
and causes harm by unjustly forcing many into wage slavery. A basic income allows one to live productively, and supports each of
our freedom to enter into contracts for goods and services without having to consider the existential threat of financial ruin.
<br /> <br />
You may have heard of the Universal Basic Income, a non-means-tested, cash-driven solution to societal ills, in the context of a government-backed
currency, but we do not have to wait for the political process to make our own currency. We will be using already existing cryptocurrency
infrastructure, and building a Decentralized Autonomous Organization using smart contracts that can be utilized effectively by anyone with a smartphone,
even the unbanked. By subverting exploitative middlemen and gatekeeper institutions, MADAO brings economic relief and entrepreneurial
opportunities directly where they are needed most, operating without borders.
</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>