41 lines
917 B
Plaintext
41 lines
917 B
Plaintext
extends ../layout
|
|
include ../mixins
|
|
|
|
block headline
|
|
+headline
|
|
+headline_item_start
|
|
+headline_item_02
|
|
+headline_item_active
|
|
span
|
|
| TOP 5: Anfragen, Sonstiges
|
|
|
|
block content
|
|
|
|
center
|
|
div(style="text-align: center; font-size: 250%; display: inline;") ?
|
|
div(style="text-align: center; font-size: 250%; display: inline; margin-left: 50px; margin-right: 50px;") ?
|
|
div(style="text-align: center; font-size: 250%; display: inline;") ?
|
|
|
|
ul
|
|
li
|
|
| Termin(e) für die nächsten Sitzung(en)
|
|
br
|
|
span.small Beste Möglichkeiten nach der Doodle-Umfrage:
|
|
ul.small
|
|
li Montag, 6. Mai (18)
|
|
li Montag, 13. Mai (17)
|
|
li Montag, 20. Mai (17)
|
|
li Montag, 27. Mai (18)
|
|
li InfoVeranstaltungen für Ehrenamtliche! Einladung schon erhalten?
|
|
li ...
|
|
|
|
block bottomnav
|
|
+bottom_02("z")
|
|
|
|
script.
|
|
push_slide_stack('.slide')
|
|
|
|
$(function () {
|
|
$('[data-toggle="tooltip"]').tooltip()
|
|
})
|