-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
497 lines (463 loc) · 26.7 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<!-- Meta -->
<meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<!-- Use the .htaccess and remove these lines to avoid edge case issues.
More info: h5bp.com/i/378 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<!-- Our site title and description -->
<title>unMonastery</title>
<meta name="description" content="unMonastery is a place-based social innovation aimed at addressing the interlinked needs of empty space, unemployment and depleting social services by embedding committed, skilled individuals within communities that could benefit from their presence." />
<meta name="keywords" content="unmonastery, social innovation, monastic codes, hackers, technology, coliving, coworking, co-living, co-working, hub space, open source, mythology, survival, deep time, love" />
<meta name="author" content="unMonasterians" />
<meta property="og:title" content="unMonastery" />
<meta property="og:type" content="website" />
<meta property="og:description" content="unMonastery is a place-based social innovation aimed at addressing the interlinked needs of empty space, unemployment and depleting social services by embedding committed, skilled individuals within communities that could benefit from their presence." />
<meta property="og:url" content="http://unmonastery.org" />
<meta property="og:image" content="http://unmonastery.org/images/MateraUnMonCover.jpg" />
<!-- Output DocPad produced meta elements -->
<meta name="generator" content="DocPad v6.78.4" />
<!-- Mobile viewport optimized: h5bp.com/viewport -->
<meta name="viewport" content="width=device-width" />
<!-- Icons -->
<link rel="shortcut icon" href="/images/favicon_16.png" type="image/png" />
<!-- Shims: IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script async src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Styles -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat:400,700" /><link rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" /><link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" /><link rel="stylesheet" href="/styles/bootstrap.css" /><link rel="stylesheet" href="//api.tiles.mapbox.com/mapbox.js/v2.0.1/mapbox.css" /><link rel="stylesheet" href="/styles/style.css" /><link rel="stylesheet" href="/styles/bootstrap-accessibility.css" />
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img src="/images/logo_sm.png" alt="unMonastery Logo">
unMonastery
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right list-inline">
<li class="hidden">
<a href="/"></a>
</li>
<li>
<a href="//discourse.unmonastery.org" target="_blank">Forum</a>
</li>
<li class="page-scroll">
<a href="/bios">BIOS</a>
</li>
<li class="page-scroll">
<a href="//athens.unmonastery.org" target="_blank">Athens Lab</a>
</li>
<li class="page-scroll">
<a href="/participate">Participate</a>
</li>
<li>
<a href="//twitter.com/unmonastery" target="_blank" class="nav-social"><i class="fa fa-fw fa-twitter"></i></a>
</li>
<li>
<a href="//vimeo.com/unmonastery" target="_blank" class="nav-social"><i class="fa fa-fw fa-vimeo-square"></i></a>
</li>
<li>
<a href="//trello.com/unmonastery" target="_blank" class="nav-social"><i class="fa fa-fw fa-trello"></i></a>
</li>
<li>
<a href="//github.com/unmonastery" target="_blank" class="nav-social"><i class="fa fa-fw fa-github"></i></a>
</li>
<li>
<a href="//facebook.com/unmonastery" target="_blank" class="nav-social"><i class="fa fa-fw fa-facebook"></i></a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Content -->
<div id="content" class="content">
<div id="landing">
<!-- Header -->
<header role="banner" id="matera">
<img class="img-responsive" src="/images/MateraUnMonCover.jpg" alt="unMonastery in Matera, Italy">
</header>
<section>
<div class="container">
<p>“When it comes to work it is increasingly difficult to reconcile making money with making sense. People do work to make a living. Others do work to make meaning. But the two works are not the same work.”</p>
</div>
</section>
<main role="main">
<section id="logo" class="accent">
<div class="container">
<img class="img-responsive logo" src="images/logo_lg.png" alt="">
</div>
</section>
<!-- Beginning of Story Section -->
<a class="anchor" name="story" id="story"></a>
<section id="story-section" class="success" aria-label="The Story of unMonastery">
<div class="container">
<div class="row">
<h2>The Story of unMonastery</h2>
</div>
<div class="row row-padded row-padded">
<div>
<p>The unMonastery is a social clinic for the future. It is a place-based social innovation is aimed at addressing the interlinked needs of empty space, unemployment and depleting social services by embedding committed, skilled individuals within communities that could benefit from their presence.</p>
<p>It is a non-profit project that aims to challenge existing dependency chains and economic fictions, developed in collaboration with <a href="//edgeryders.eu/" target="_blank">EdgeRyders LBG</a> over the course of 18 months. Edgeryders started out as a project by the Council of Europe and the European Commission, which after termination developed into an international, community-run social enterprise.</p>
<p>The first unMonastery opened its doors February 2014 in Matera, Italy. Working with <a href="//www.matera-basilicata2019.it/en/" target="_blank">Matera2019</a>, the prototype hosted projects including <a href="//edgeryders.eu/coderdojo-matera" target="_blank">CoderDojo Matera</a>, <a href="//mappingthecommons.org" target="_blank">Mapping the Commons</a>, and <a href="//github.com/unmonastery/untransit" target="_blank">unTransit</a>, an app to follow the city's transport system in real-time. Greater details on projects, people, and the community involved in the prototype are available on the unMonastery Matera <a href="//matera.unmonastery.org/en/about" target="_blank">site</a>.</p>
<p>unMonastery activies are currently based in Athens, Greece working to support autonomous initiatives around appropriate technology, open workshops, and collective kitchens, while continuing to develop the unMonastery model and BIOS toolkit. To facilitate the launch of the unMonastery BIOS, we are <a href="http://discourse.unmonastery.org/t/the-next-unmonastery-summit-september-but-where" target="_blank">planning</a> an unSummit later this fall in Nottingham, UK to regather and connect all those involved in the unMonastery organisation and aligned networks around the question of the future(s) of living together.
</P>
</div>
<div class="row">
<a href="//athens.unmonastery.org" target="_blank" class="btn btn-lg btn-outline">
Visit the unMonastery Athens website
</a>
</div>
</div>
</div>
</section>
<!-- Map Section, Portfolio 1 -->
<a class="anchor" name="spaces" id="spaces"></a>
<section id="portfolio" aria-label="Spaces throughout Europe">
<div class="row">
<div class="col-lg-12">
<h2>Spaces</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div id="map">
<div id="map-legend">
<i class="fa fa-circle color-darker"></i> Established<br>
<i class="fa fa-circle color-primary"></i> In progress<br>
<i class="fa fa-circle color-lighter"></i> Suggested<br>
</div>
</div>
</div>
<div class="container">
<div class="row row-padded">
<div class="col-sm-4 portfolio-item ">
<a href="#join-a-team" class="portfolio-link" data-target="#join-a-team" data-toggle="modal">
<div id="second" class="caption">
<div class="caption-content">
<i class="fa fa-group fa-2x"></i>
</div>
</div>
<button type="submit" id="second" class="btn btn-lg" style="width: 100%">Join A Team</button>
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#offer-location" data-target="#offer-location" class="portfolio-link" data-toggle="modal">
<div id="primary" class="caption">
<div class="caption-content">
<i class="fa fa-globe fa-2x"></i>
</div>
</div>
<button type="submit" id="primary" class="btn btn-lg" style="width: 100%">Offer Location</button>
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#remote-contribution" data-target="#remote-contribution" class="portfolio-link" data-toggle="modal">
<div id="third" class="caption">
<div class="caption-content">
<i class="fa fa-share-alt-square fa-2x"></i>
</div>
</div>
<button type="submit" id="third" class="btn btn-lg" style="width: 100%">Remote Contribution</button>
</a>
</div>
</div>
</div>
</section>
<!-- Links Section, Portfolio 2 -->
<a class="anchor" name="the-unmonastery-bios" id="the-unmonastery-bios"></a>
<section id="the-unmonastery-bios" class="bg-color-lightest" aria-label="The unMonastery Bios">
<div class="container">
<div class="row">
<img class="img-responsive" src="/images/unmon_cards.png" alt="unMonastery MethodKit">
<div class="col-lg-12">
<h2>The unMonastery BIOS</h2>
<hr class="star-primary">
<p>A toolkit for starting new unMonasteries and evaluating projects throughout their development, designed on the principle that all knowledge generated by the unMonastery should always open to all, easily accessible and applicable to other initiatives. The unMonastery Bios encompasses the entire knowledge base generated as a result of the 6 month prototype in Matera, Italy during 2014 and is continually updated with further development work.
</p>
</div>
</div>
<div id="portfolio" class="row row-padded">
<div class="col-sm-4 portfolio-item">
<a href="//edgeryders.eu/unmonastery" target="_blank" class="portfolio-link">
<div id="second" class="caption">
<div class="caption-content">
<i class="fa fa-exchange fa-2x"></i>
</div>
</div>
<button type="submit" id="second" class="btn btn-lg" style="width: 100%">EdgeRyders</button>
</a>
<p>
Follow the beginning and ongoing development of unMonastery on the EdgeRyders platform, a distributed think-tank of citizen experts.</p>
</div>
<div class="col-sm-4 portfolio-item">
<a href="//www.methodkit.com/unmonastery-in-a-box/" target="_blank" class="portfolio-link">
<div id="primary" class="caption">
<div class="caption-content">
<i class="fa fa-archive fa-2x"></i>
</div>
</div>
<button type="submit" id="primary" class="btn btn-lg" style="width: 100%">Card Deck</button>
</a>
<p>Cards designed with <a href="//www.methodkit.com/" target="_blank">MethodKit</a> to help unMonasterians work together, nurture ideas, and get an overview of common questions.</p>
</div>
<div class="col-sm-4 portfolio-item">
<a href="//unmonastery-wiki.mirelsol.org/doku.php?id=book_of_mistakes" target="_blank" class="portfolio-link">
<div id="third" class="caption">
<div class="caption-content">
<i class="fa fa-book fa-2x"></i>
</div>
</div>
<button type="third" id="third" class="btn btn-lg" style="width: 100%">The Book</button>
</a>
<p>The Book of Greater and Lesser Omissions is an annotated compilation of the written record left behind from unMonastery Matera.</p>
</div>
</div>
</div>
</section>
<!-- Links Section, Portfolio 2 -->
<section id="book-of-mistakes" aria-label="The Book of Mistakes">
<div class="container">
<div class="row">
<h2>The Book of Greater and Lesser Omissions</h2>
<hr class="star-primary">
</div>
<div>
<p>
<p>
The initial unMonastery prototype in Matera has provided abundant raw material. unMoaners are not at all documentation-shy: chat sessions, post-its, a web presence, project proposals and urgent emails have left behind a maze of commentary. The Book of Mistakes recycles this maze into distilled clarity. Fragments of argument and trampled shards of vision are reassembled into magnificent vessels of wisdom.
</p>
<p>
The Book of Mistakes reveals its message on several levels. It can be read from beginning to end, although it clearly was not written in this direction.
</p>
</div>
<div>
<a href="//unmonastery-wiki.mirelsol.org/doku.php?id=book_of_mistakes" target="_blank" class="btn btn-lg btn-outline-lt">
The Book
</a>
</div>
</div>
</section>
<!-- Outreach Section -->
<section class="outreach" aria-label="Learn More and Contact Us">
<div class="container">
<div class="row">
<div class="col-md-6">
<h3>Videos</h3>
<hr class="video-primary">
<p>
<iframe width="560" height="315" src="//www.youtube.com/embed/O3t2MRB-rn8" frameborder="0" allowfullscreen></iframe>
<iframe width="560" height="315" src="//www.youtube.com/embed/KWqGRIaVwEY" frameborder="0" allowfullscreen></iframe>
</p>
</div>
<div class="col-md-6">
<h3>Get Updates</h3>
<hr class="updates-primary">
<p>
Like us on Facebook
</p>
<p>
<a href="//facebook.com/unmonastery" target="_blank"><i class="fa fa-facebook fa-2x"></i></a>
</p>
<p>
Follow us on Twitter
</p>
<p>
<a href="//twitter.com/unmonastery" target="_blank"><i class="fa fa-twitter fa-2x"></i></a>
</p>
<p>
More videos on Vimeo
</p>
<p>
<a href="//vimeo.com/unmonastery" target="_blank"><i class="fa fa-vimeo-square fa-2x"></i></a>
</p>
<p>
</p>
<p>
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-2x"></i></a>
</p>
</div>
</div>
</div>
</section>
</main>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll visible-xs visble-sm">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<div class="modal fade portfolio-modal" id="join-a-team" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Join A Team</h2>
<hr class="star-primary">
<p>We are always looking for collaborators. Please browse through our <a href="//unmon.hackdash.org" target="_blank">projects</a> and see if your interests overlap with any of our teams' activities.</p>
<p class="padded-top">Make a HackDash account and join a project!</p>
<p class="padded-top">We would love to hear about your own project and find ways to work together.</p>
<button type="button" id="second" class="btn btn-default padded-top" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade portfolio-modal" id="offer-location" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Offer Location</h2>
<hr class="star-primary">
<p><a href="https://www.dropbox.com/sh/nnmr0sy2ix7uvac/AADQ1p62RLFu4X7w0O5ZBHzya" target="_blank">The unMonastery Bios</a> is nearly finished and ready for distribution. If you would like to start your own unMonastery, or know an available location, please get in touch at <a href="mailto:[email protected]">[email protected]</a> with the site's
<p><strong>Location</strong></p>
<p><strong>Ownership (Public, Private)</strong></p>
<p><strong>Relation to the Surrounding Community</strong></p>
<p> </p>
<p class="padded-top">We are happy to discuss the possibility of setting up a new unMonastery or how we can best assist you in doing so.</p>
<button type="button" id="primary" class="btn btn-default padded-top" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade portfolio-modal" id="remote-contribution" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Remote Contribution</h2>
<hr class="star-primary">
<p>We are all scattered around the globe - and still work together. If you are interested in participating in any of our projects, and can do so remotely, please get in touch.</p>
<p><a href="//unmon.hackdash.org" target="_blank">HackDash</a></p>
<p><a href="//github.com/unmonastery" target="_blank">GitHub</a></p>
<p><a href="//trello.com/unmonastery" target="_blank">Trello</a></p>
<p>If you would like to contribute assets to the project, please consider <a href="https://www.amazon.it/wishlist/9O61NKU2KQK8" target="_blank">donations in-kind</a> or through <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CHZEWNY77F6UQ" target="_blank">PayPal</a>.</p>
<button type="button" id="third" class="btn btn-default padded-top" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal scripts -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="/scripts/bootstrap-custom.js"></script>
<script src="/scripts/modal.js"></script>
<script>
$(function(){
$('#join-a-team, #remote-contribution, #offer-location').urlModal();
});
</script>
<!-- MapBox -->
<script src="//api.tiles.mapbox.com/mapbox.js/v2.0.1/mapbox.js" type="text/javascript"></script>
<script>
L.mapbox.accessToken = 'pk.eyJ1Ijoia2Vpa3JldXRsZXIiLCJhIjoiMWRKNGkwTSJ9.6fwMqvOqGXqAJeH-yF__DQ'; //pk.eyJ1IjoiZ2FtZXJhIiwiYSI6IjNlclVnZDAifQ.a8PjkEfE5i2aOShPawCy1A';
var map = L.mapbox.map('map', 'keikreutler.jil3me86').setView([44.465, 14.238], 4);
map.scrollWheelZoom.disable();
</script>
</div>
</div>
<div class="faircoin">
<h2>Project Donations</h2>
<a href="http://fair-coin.org/" target="_blank">
<img src="/images/faircoin.png">
</a>
<script src="https://getfaircoin.net/widget/widget/coin.js"></script>
<script>
CoinWidgetCom.go({
wallet_address: "fJEcZQWjyKkXQ5AfznWouBEkq5jDDEdwH3"
, currency: "faircoin"
, counter: "count"
, alignment: "bl"
, qrcode: true
, auto_show: false
, lbl_button: "Donate Faircoin"
, lbl_address: "unMonastery Faircoin Address:"
, lbl_count: "donations"
, lbl_amount: "FAIR"
});
</script>
</div>
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col">
<h5>Other ways to donate</h5>
<a href="//www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CHZEWNY77F6UQ" target="_blank">PayPal</a>
<br><a href="//www.amazon.it/wishlist/9O61NKU2KQK8" target="_blank">Amazon Wishlist</a>
<h5>Open Finances</h5>
<a href="//drive.google.com/#folders/0B_BTERaT9bWOMG45YzZtUWNmSk0" target="_blank">unMonastery Spending</a>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Creative Commons Zero v1.0
<br><a href="https://github.com/unmonastery/unmonastery.org" target="blank">Fork on Github</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48906022-3', 'auto');
ga('send', 'pageview');
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<!-- Scripts -->
<script defer="defer" src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script><script defer="defer" src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script><script defer="defer" src="/scripts/freelancer.js"></script><script defer="defer" src="/scripts/script.js"></script>
</body>
</html>