-
Notifications
You must be signed in to change notification settings - Fork 5
/
index2.html
105 lines (87 loc) · 3.36 KB
/
index2.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
104
<!DOCTYPE html>
<html>
<head>
<title>TransforMap</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="transformap.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.4/leaflet.ie.css" /><![endif]-->
</head>
<body>
<nav class="mmmnavbar">
<ul>
<li id="mmmnavtitle" class="mmmactive">TransforMap</li>
<a href="http://blog.14mmm.org">
<li>Blog</li>
</a>
<a href="http://discourse.14mmm.org">
<li>Discourse</li>
</a>
<a href="https://wiki.14mmm.org">
<li>Wiki</li>
</a>
</ul>
</nav>
<noscript>
<br><hr><br>
<h3>Thanks for your privacy-awareness and disabled JavaScript!</h3>
<p>Unfortunately, this interactive map only works with JavaScript enabled - please add an exception for transformap.co!</p>
</noscript>
<div id="content" class=startpage>
<h1> Welcome at the Mother of Many Maps</h1>
<em>
TransforMap is a movement to provide a common mapping platform for all alternatives to the dominant economic thinking.
</em>
<p>
It will give everybody the opportunity to map all the initiatives, communities, projects, worker-owned, self-managed, democratically organised companies and other institutions dedicated to meeting people's needs, serving the common good and/or contributing to a sustainable way of life.
</p>
<p>
TransforMap invites all existing mapping initiatives to cooperate and co-create maps based on a <a href="https://wiki.openstreetmap.org/wiki/Proposed_features/TransforMap">common taxonomy</a>, <a href="https://github.com/TransforMap/">free software</a> and standardised APIs. Its data will be published under an Open Data License.
</p>
<p>
Our world is transforming. There are old and new alternatives all over the planet. TransforMap will show you how to get there.
</p>
<h2>How To Start?</h2>
<h2> Explore the different Maps</h2>
Here you can find some maps generated out of the TransforMap dataset.
<ul id="maps">
<li>
<h4>Needs-Based Map</h4>
<a href="transformap.html"><img src="needs-200px.png" /><br />
Explore the Map based on Needs
</a>
</li>
<li>
<h4>Political Map</h4>
<a href="identities.html"><img src="identities-200px.png" /><br />
View the different identities
</a>
</li>
<li>
<h4>Green Map</h4>
<a href="greenmap.html"><img src="greenmap-200px.png" /><br />
Go Green with TransforMap
</a>
</li>
<li>
<h4> Organic Map</h4>
<a href="organic.html#12/52.5044/13.4363"><img src="organic-200px.png" /><br />
Be organic!
</a>
</li>
<li>
<h4> Regional Map</h4>
<a href="regional.html">
Be regional!
</a>
</li>
<li> </li>
<li> Create your own! <br> FIXME Link to github/HOWTO </li>
</ul>
<p style="clear:left; font-size:0.7em;">
Map data © <a href="https://openstreetmap.org/">OpenStreetMap</a> contributors - <a href="http://opendatacommons.org/licenses/odbl/">ODbL</a>, Tiles © <a href="http://mapbox.com/about/maps/">MapBox</a>, Icons © <a href="http://www.greenmap.org">greenmap.org</a>/TransforMap
</p>
</div>
<a href="https://github.com/TransforMap/transfor-map"><img style="position: absolute; bottom: 0; left: 0; border: 0;" src="assets/forkme-on-github.png" alt="Fork me on GitHub" ></a>
</body>
</html>