-
Notifications
You must be signed in to change notification settings - Fork 4
/
index_en.html
112 lines (103 loc) · 3.72 KB
/
index_en.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
---
layout: default
title: Maschinendeck - Hacker- and Makerspace in Trier
lang: en
ref: home
---
<div class="splash"></div>
<div class="container welcome">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<article class="alert alert-info">
<h4>Loosening of Corona restrictions</h4>
<p>
The rooms of Maschinendeck Trier e.V. reopen for usage by club members on <b>1st July 2020</b>. We ask all club
members of Maschinendeck Trier e.V. that want to participate in Chaostreff to proclaim their intent for participation
on the respective Discord channel <code style="font-size: 1em;">#post-corona-plan</code> and to make shure to
familiarize with the hygiene plan set in place.
<br><br>
</p>
<p>
Non-members can attend the event in exceptional cases, but have to get in contact with the executive committee first,
so they can receive a briefing in hygiene procedure.
</p>
</article>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h2>The Club</h2>
<p>
With the Maschinendeck e.V., we have set ourselves the goal of creating a place in Trier where all kinds of nerd cultures can find a home. Whether you're interested in coding, soldering, coffee roasting or want to play board games: You are always welcome here.
</p>
</div>
<div class="col-md-4 col-md-offset-1">
<h2>Visit us</h2>
<p>Take your favorite hardware and come to our weekly Chaostreff (open Meetup) every thursday at 8:00 pm.
You'll find us in Trier, Karl-Marx-Straße 18.
</p>
</div>
<div class="col-md-2 col-md-offset-1">
<p id="space_state">Space: [...]</p>
<p>
<ul class="social-media-list">
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
{% if site.github_username %}
<li>
{% include icon-github.html username=site.github_username %}
</li>
{% endif %} {% if site.twitter_username %}
<li>
{% include icon-twitter.html username=site.twitter_username %}
</li>
{% endif %}
<li>
<a href="mailto:[email protected]">Public Mailinglist (Mostly German)</a>
</li>
<li>
<a href="http://pad.maschinendeck.org/">Etherpad</a>
</li>
<li>
<a href="https://web.libera.chat/#maschinendeck">IRC Webchat (#Maschinendeck at Libera.Chat)</a>
</li>
<li>
<a href="https://app.element.io/#/room/#maschinendeck:libera.chat">Element.io</a>
</li>
<li>
<a href="http://www.maschinendeck.org/feed.xml">RSS feed</a>
</li>
<li>
<a href="https://tuer.maschinendeck.org">Door</a>
</li>
</ul>
</p>
</div>
</div>
<hr />
<div class="row">
<div class="col-md-9">
<h2>Blog</h2>
<ul class="post-list">
{% for post in site.posts %}
<li>
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
<h2><a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h2>
<p>
{{ post.content | strip_html | truncatewords:35}}
</p>
</li>
{% endfor %}
</ul>
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
</div>
<div class="col-md-3">
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="/js/main.js"></script>
<script>
$(document).ready(function(){
updateSpaceState($("#space_state"));
});
</script>