-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcalendar.html
24 lines (22 loc) · 1.06 KB
/
calendar.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
---
layout: default
permalink: /veranstaltungen
---
<!-- Projekte und Initiativen -->
<div class="row ">
<section class="section grey col-xs-24">
<div class="content-wrap">
<h2 class="section-headline">Veranstaltungen im Netzwerk</h2>
<p>In diesem Kalender sammeln wir Veranstaltungen, die im Netzwerk stattfinden.</p>
</div>
<div class="content-wrap">
<iframe id="open-web-calendar"
src="https://open-web-calendar.herokuapp.com/calendar.html?specification_url=https%3A%2F%2Fraw.githubusercontent.com%2FBrandenburger-Maker%2Fcalendar-federation%2Fmaster%2Fcalendar-configuration.json"
style="height:60em;background:url('https://raw.githubusercontent.com/niccokunzmann/open-web-calendar/master/static/img/loaders/circular-loader.gif') center center no-repeat;"
allowTransparency="true" scrolling="no"
frameborder="0" width="100%"></iframe>
</div>
</section>
</div>
<!-- include mitmachen section -->
{% include partials/sections/apply.liquid %}