diff options
author | Christian Franke <nobody@nowhere.ws> | 2016-04-05 11:34:54 -0300 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2016-04-05 11:34:54 -0300 |
commit | 865c3ccf9d5a7a469a66200688d2a89f91c012d6 (patch) | |
tree | abbdb84f42d860e7ed6623709996967b91b605d8 /template/pages/termine2/content.html | |
parent | fb155048661934ac67b48fe201d85a8220516ccd (diff) |
Revert official schedule page for now
Diffstat (limited to 'template/pages/termine2/content.html')
-rw-r--r-- | template/pages/termine2/content.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/template/pages/termine2/content.html b/template/pages/termine2/content.html new file mode 100644 index 0000000..d14eb88 --- /dev/null +++ b/template/pages/termine2/content.html @@ -0,0 +1,23 @@ + +<h1> + Termine +</h1> +<div class="row"> +<div class="col-md-12"> + <p> + Hier findest du regelmäßige, unregelmäßige und nur einmal stattfindende Veranstaltungen im sublab und Umgebung. Die Veranstaltungen stehen allen offen. +</p> +</div> +</div> +<div class="row"> +<div class="col-md-8"> +$tabcalendar +</div> +<div class="col-md-4"> + <a href="img/hallway.jpg"><img class="img-responsive" src="img/hallway_klein.jpg" alt="Unser Flur mit Buero, Lager, Hacklab."></a> + <p class="subtext"> + Der Flur mit Buero, Lager und Hacklab, im Hintergrund die Eingangstuer. + </p> +</div> +</div> + |