forked from OpenHypervideo/AG-DOK-Map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
executable file
·92 lines (81 loc) · 5.42 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="Expires" content="-1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<title>Show Your rC3!</title>
<meta itemprop="name" content="Show Your rC3!">
<meta name="twitter:title" content="Show Your rC3!">
<meta property="og:title" content="Show Your rC3!">
<meta name="description" content="a map showing rc3 attendees environment">
<meta itemprop="description" content="a map showing rc3 attendees environment">
<meta name="twitter:description" content="a map showing rc3 attendees environment">
<meta property="og:description" content="a map showing rc3 attendees environment">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:type" content="article">
<link rel="shortcut icon" src="favicon.ico" type="image/x-icon">
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="vendor/bootstrap/css/bootstrap-theme.css" rel="stylesheet">
<link href="fonts/fontawesome/css/all.css" rel="stylesheet">
<link href="vendor/leaflet-extramarkers/css/leaflet.extra-markers.min.css" rel="stylesheet">
<link href="vendor/leaflet-markercluster/MarkerCluster.css" rel="stylesheet">
<link href="vendor/leaflet-markercluster/MarkerCluster.Default.css" rel="stylesheet">
<link href="vendor/leaflet-easy-button/easy-button.css" rel="stylesheet">
<link href="vendor/leaflet-tag-filter-button/leaflet-tag-filter-button.css" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.6.0/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin=""/>
<link href="css/main.css" rel="stylesheet">
<link href="css/map.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark bg-primary text-light fixed-top" id="mainNav">
<a class="navbar-brand js-scroll-trigger" href="./">show your rC3!</a>
<div class="socialContainer"></div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="./about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./imprint">Imprint</a>
</li>
</ul>
</div>
</nav>
<section class="container">
<b>SHOW YOUR rC3<br><br>
<p>While most people decorate a Christmas tree, "normal" people decorate their assemblys, install blinken lights, prepare their projects and disappear in a flurry of wires.</p>
<p>Since the congress will take place remotely this year due to Covid-19, the living room, the study, the kitchen, the bed, the hackerspace, the train shed, the studio, the green field etc. will have to help out.</p>
<p>Send us pictures [as file] and links to videos of your rC3 home setup, your blinken lights, your projects, installations, activities and anything else you would like to share with others.</p>
<p><b>Please send your contributions to showyourrc3@posteo.de!</b>
Add a short note where you want your contribution to appear on the map. You can do this by sending us the location:
<br>e.g.: Germany, Hamburg OR the geolocation.</p>
<p>Please follow <a href="https://howto.rc3.world/play.en.html#photo-policy">the rC3 photo policy</a> and ask everyone in the video or picture if they agree. Please confirm this in your mail by: “I ASKED EVERYBODY AND EVERYBODY AGREED!” <br>If you are unsure, don't take pictures of people, but limit yourself to things, or make the faces unrecognicable.
<br>
Links and photos will be reviewed and not uploaded if <a href="https://howto.rc3.world/play.en.html#photo-policy">the rC3 photo policy</a> is violated. Be fair to each other and respect the right to anonymity of all life forms.</p>
<p>This project is open source. If you have any ideas for further functions or just want to join the project, please send an email to showyourrc3@posteo.de. We will contact you!</p>
<p>Come join us and <a href="mailto:showyourrc3@posteo.de">participate</a>!</p>
</p>
<hr>
<h3>Data and Licenses</h3>
<ul>
<li>Github Repository: <a href="https://github.com/jfwiebe/show-your-rc3" target="_blank">https://github.com/OpenHypervideo/AG-DOK-Map</a><br>
(<a href="https://github.com/jfwiebe/show-your-rc3/blob/master/LICENSE" target="_blank">MIT Lizenz</a>)</li>
<li>Map: <br><a href="https://leafletjs.com" title="A JS library for interactive maps">Leaflet</a><br>
Map Data © <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors <br>
Label Layer © <a href="https://carto.com/attributions">CARTO</a></li>
</ul>
</section>
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
</body>
</html>