38 lines
607 B
Plaintext
38 lines
607 B
Plaintext
extends ../layout
|
|
include ../mixins
|
|
|
|
block headline
|
|
+headline
|
|
+headline_item_start
|
|
+headline_item_infoabend
|
|
+headline_item_active
|
|
span Willkommen
|
|
|
|
block content
|
|
|
|
h1(style="font-size: 500%; margin-top: 250px; margin-bottom: 250px; text-align: center;")
|
|
| Willkommen zum
|
|
br
|
|
br
|
|
| InfoAbend
|
|
br
|
|
br
|
|
| Firmung 2019
|
|
|
|
block bottomnav
|
|
+bottom_infoabend("willkommen")
|
|
|
|
script.
|
|
push_slide_stack('.slide')
|
|
|
|
$(function () {
|
|
$('[data-toggle="tooltip"]').tooltip()
|
|
})
|
|
|
|
script.
|
|
push_slide_stack('.slide')
|
|
|
|
$(function () {
|
|
$('[data-toggle="tooltip"]').tooltip()
|
|
})
|