-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (56 loc) · 2.33 KB
/
Copy pathindex.html
File metadata and controls
58 lines (56 loc) · 2.33 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Crisis Fighters</title>
<meta charset="utf-8"/>
<link href="style.css" rel="stylesheet" type="text/css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/markdown-it/9.1.0/markdown-it.min.js"
integrity="sha256-TkN8s0Xn8oiroeIyHkXDjt+W71FdPsdjFmn3jKbLgxQ=" crossorigin="anonymous"></script>
</head>
<body>
<h1>Crisis Fighters</h1>
<p>
This website wants to collaboratively collect and assess initiatives fighting extinction.<br/>
That is the breakdown of civilization due to the unmitigated climate and biodiversity crises.<br/>
We sympathize but are not affiliated with <a href="https://rebellion.earth/">extinction rebellion</a>.</p>
<h2>Motivation and Background</h2>
<p>Calls to change individual behavior distract from what’s necessary. Our planet will become largely uninhabitable
unless we quickly move the political mainstream to enforcing immediate, impactful action. Assessing the efficiency
of existing and new initiatives in a crowd-sourced, data-driven way allows to efficiently funnel resources (time &
money) to give us a fighting chance. <a href="https://medium.com/@alexthiel/stop-climate-change-ea99133daac5">More
on Medium</a>.</p>
<hr/>
<h1>Initiatives</h1>
<p>The following data needs to be updated and improved by all of us. Please scroll down to find out how to <a
href="#contribute">contribute</a> - it's simple!</p>
<table id="grid2">
<thead>
</thead>
<tbody>
</tbody>
</table>
<hr/>
<a name="contribute"></a>
<h1>Contribute</h1>
<p>You can <b>add initiatives</b>, <b>update data</b> and make other changes to this website - it's open source and easy
to improve.<br/>
Please go to <a
href="https://github.com/crisisfighters/initiatives">github.com/crisisfighters/initiatives</a>
(scroll
down the page) to contribute.</p>
<p>If you don't have a GitHub account or are not used to it (yes, it's a bit nerdy), drop us an email at <a
href="mailto:hello@crisisfighters.org">hello@crisisfighters.org</a>!</p>
<hr/>
<p>Made with 😀 and ❤️ on 🌏</p>
<script>
// Allows node.js `require()`
const exports = {};
</script>
<script src="data.js"></script>
<script src="fields.js"></script>
<script src="script.js"></script>
<script>
renderInitiatives("grid2", exports);
</script>
</body>
</html>