-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
103 lines (95 loc) · 4.17 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
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
101
102
103
<!DOCTYPE html>
<head>
<title>MakeTheWorldABetterPlace.eth</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<meta charset="utf-8" />
<link rel="shortcut icon" href="#">
<link rel="stylesheet" href="style.css">
</head>
<html>
<body>
<img src="images/logo.png">
<h1> Make The World A Better Place</h1>
<div class='intro'>
<h2>Introduction</h2>
<p><b>
MakeTheworldABetterPlace.eth is an effort to do just that. We use the desire to earn POAPs to create actionable change in the real world.
<br><br>
The idea is that if you undertake a task to earn a POAP even once you will be more likely to add actions like it to your life on a regular basis.
<br><br>
We subscribe to the idea that POAPs aid us in becoming who we want to be. You may want to do these things in theory, but lack the motivation.
<br><br>
We are offering a simple form of motivation!
<br><br>
To submit your entry for a POAP or if you have any ideas for challenges or simply want to reach out and show support please find us <a href="https://twitter.com/MakeTheWorldA13" target='_blank'> @MakeTheWorldA13 on Twitter.</a>
</p>
</div>
<br>
<div class="currentChallenges">
<h1>Current POAP Challenges:</h1>
<div class='curContainer'>
<div>
<h2>NFTree [earnable all of 2022]</h2>
<a href="https://twitter.com/MakeTheWorldA13" target='_blank'>
<img src="images/poaps/nftree.png" width=300px ></a>
<br>Plant a tree, earn a POAP! Trees sequestor carbon which industry recklessly emits into our atmosphere. So the more trees regulating carbon on earth the better. The tree must be planted in the ground.
Send us a photo of the tree with a description and timestamp in the photo of your tree to earn the POAP.
</div>
<br>
<div>
<h2>Vegan Meal [earnable in March 2022]</h2>
<a href="https://twitter.com/MakeTheWorldA13" target='_blank'>
<img src="images/poaps/veganmeal.png" width=300px></a>
<br>Prepare a vegan meal to earn this POAP! Vegan ingredients have a much lower carbon footprint than their animal product counterparts. Include an image of the meal with a list of ingredients and a timestamp in the image you DM us to earn this POAP.
</div>
</div>
</div>
<br>
<div class="futureChallenges">
<h1>Future POAP Challenges:</h1>
<div class='curContainer'>
<div>
<h2>NFBees! [earnable in April 2022]</h2>
<a href="https://twitter.com/MakeTheWorldA13" target='_blank'>
<img src="images/poaps/bees.png" width=300px></a>
<br>Plant some flowers in your garden! Bees are extremely important pollinators and we should do everything we can to support them as they are under constant threats from pesticides and habitat removal. Let's show our bee bretheren that we care by providing a source of food that also adds value to our own environment.
</div>
</div>
</div>
<br>
<div class="pastChallenges">
<h1>Past POAP Challenges:</h1>
<p>These POAPs are no longer elligible to be earned. You must earn POAPs as the events are occurring. We usually have a month-long window to earn POAPs.</p>
<div class='curContainer'>
<div>
<h2>Reusable Bottle [February 2022]</h2>
<a href="https://twitter.com/MakeTheWorldA13" target='_blank'>
<img src="images/poaps/bottle.png" width=300px ></a>
<br>
</div>
<br>
<div>
<h2>Reusable Grocery Bags [January 2022]</h2>
<a href="https://twitter.com/MakeTheWorldA13" target='_blank'>
<img src="images/poaps/reuse.png" width=300px ></a>
<br>
</div>
<br>
<div>
<h2>POAPStrong [November 2022]</h2>
<a href="https://twitter.com/MakeTheWorldA13" target='_blank'>
<img src="images/poaps/strong.png" width=300px ></a>
<br>
</div>
<br>
<div>
<h2>POAPCleanUp [September 2022]</h2>
<a href="https://twitter.com/MakeTheWorldA13" target='_blank'>
<img src="images/poaps/cleanup.png" width=300px ></a>
<br>
</div>
</div>
</div>
</div>
</body>
</html>