.circleci
.well-known
_includes
_layouts
_posts
_sass
blog
bootstrap
css
favicon
fonts
images
js
media
webfonts
.gitignore
.gitmodules
.ruby-version
404.html
Gemfile
Gemfile.lock
README.md
_config.yml
about.md
apple-touch-icon.png
browserconfig.xml
c3e_0xe_decke.png
calendar-list.html
calendar.html
calendar_old.md
cms.md
contact.md
corona.md
datenschutzerklaerung.md
favicon-16x16.png
favicon-32x32.png
favicon-96x96.png
favicon.ico
feed.xml
foobar-ev_freistellungsbescheid.pdf
impressum.md
index.html
location.md
manifest.webmanifest
status.html
virtuell.md
22 lines
541 B
HTML
22 lines
541 B
HTML
---
|
|
layout: default
|
|
---
|
|
<div class="container">
|
|
<h1 align="center">Termine</h1>
|
|
<br />
|
|
<h3>Coronabedingt sind die Clubräume derzeit geschlossen. Alle Termine finden virtuell statt.</h3><br /><br />
|
|
|
|
<div id="calendar" class="centerdamnit">
|
|
Loading Events, please stand by …
|
|
</div>
|
|
|
|
<p align="center">Den Kalender gibt's auch per CalDAV:
|
|
<a href="webcal://cloud.chaospott.de/calendar/ical.ics">
|
|
Chaospott Calendar
|
|
</a>
|
|
</p>
|
|
</div>
|
|
<script src="js/ical.min.js"></script>
|
|
<script src="js/cal.js"></script>
|
|
|