-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
54 lines (43 loc) · 1.87 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
---
layout: default
---
<a id="events"></a>
{% for post in site.posts limit:2 %}
<article class="{{post.class}}" id="{{post.date | date:'%m-%d-%Y'}}">
{% include post-body.html %}
<div class="small_meetup_print">
<p>
Up.front is a free event, and you do not have to register anywhere. However it gets packed sometimes. Doors open at 7:30pm, talks start at {{post.time}}. Arrive on time to make sure you get a seat! After the talks there’s time for conversations with tasty drinks or snacks at <a href="http://www.kremanski.de/">Kremanski</a>, a cosy coffeeshop and bistro just around the corner from our venue.
<br>
We always need volunteers who help us to prepare the venue (and build it back after the meetups). This takes ca. 15 minutes and is fun – arrive at 7pm if you want to help us.
</p>
<p>
<i>Accessibility</i>: If you would like to use the elevator, please tweet <a href="https://twitter.com/upfront_ug/">@upfront_ug</a> when you arrive.
</p>
<p>
You are required to follow our <a href="/code-of-conduct/">code of conduct</a>.
</p>
</div>
</article>
{% endfor %}
<p class="archive-link hide-on-print">
<a href="/archive/">» See archive</a> for all previous events.
</p>
<article>
<header class="title">
<a href="/submit/" class="btn btn--rsvp hide-on-print">Submit A Talk</a>
<span class="title__count">
Next
</span>
<span class="title__date">
Upcoming Events
</span>
</header>
<div class="post__content">
{% include list-of-upcoming-events.html %}
<p>
We are always looking for interesting topics and new perspectives. If you are interested in speaking at Up.front, you are welcome to <a href="/submit/">submit a talk</a>.
</p>
</div>
</article>
</div>