-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (19 loc) · 945 Bytes
/
index.html
File metadata and controls
26 lines (19 loc) · 945 Bytes
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
---
layout: default
---
{% include next-event.html %}
<h1>Hallo!</h1>
<p>Die JUG DA ist eine offene Non-Profit-Community mit dem Ziel sich über aktuelle Themen zur Anwendung von Java Technologie auszutauschen. Weitere Infos gibt es unter "<a href="{{ site.baseurl }}/about/">Über uns</a>"</p>
<p>Wer an unseren kostenlosen Veranstaltungen teilnehmen oder selbst mal ein Thema präsentieren möchte, findet unter "<a href="{{ site.baseurl }}/mitmachen/">Mitmachen</a>" weitere Informationen.</p>
{% include next-events.html %}
<div class="d-flex justify-content-between align-items-center">
<span class="hint">Stand vom {{ site.time | date:'%d.%m.%Y'}}</span>
<a href="{{ site.baseurl }}/veranstaltungen/">Alle Veranstaltungen >></a>
</div>
<hr/>
<div>
<h3>Beachtet auch gerne unsere Partner-Events:</h3>
<div class="d-flex justify-content-around align-items-center flex-wrap">
{% include conferences.html %}
</div>
</div>