Compare commits

..

2 Commits

Author SHA1 Message Date
Luca 02f8dcbc7c Re-add menu entries
continuous-integration/drone/push Build is passing Details
2023-03-02 23:32:22 +01:00
Luca 0b3e910066 Add more spacing to footer 2023-03-02 23:30:34 +01:00
2 changed files with 17 additions and 17 deletions

View File

@ -138,14 +138,14 @@ footer {
display: block; display: block;
height: $footer-height; height: $footer-height;
left: 0; left: 0;
margin-top: calc(1.5rem + 1.5em); margin-top: calc(1.5rem + 1.5em + 1rem);
position: absolute; position: absolute;
width: 100%; width: 100%;
z-index: -1; z-index: -1;
} }
& > nav { & > nav {
margin-bottom: $footer-spacing; margin-bottom: unquote("calc(#{$footer-spacing} + 1rem)");
margin-top: 1.5rem; margin-top: 1.5rem;
} }
} }

View File

@ -4,10 +4,10 @@ paginate = 3
title = 'Intergalaktische Erfahrungsreise' title = 'Intergalaktische Erfahrungsreise'
[menu] [menu]
# [[menu.footer]] [[menu.footer]]
# name = "Kontakt" name = "Kontakt"
# url = "mailto:info@fairydust.reisen" url = "mailto:info@fairydust.reisen"
# weight = 5 weight = 5
[[menu.footer]] [[menu.footer]]
name = "Impressum" name = "Impressum"
url = "https://hackerspace-bamberg.de/Impressum" url = "https://hackerspace-bamberg.de/Impressum"
@ -24,17 +24,13 @@ title = 'Intergalaktische Erfahrungsreise'
weight = 30 weight = 30
[[menu.main]] [[menu.main]]
name = "Relive 2022" name = "Tickets"
url = "https://streaming.media.ccc.de/iger-2022/relive" url = "https://tickets.fairydust.reisen/iger-2023/"
weight = 12 weight = 20
# [[menu.main]] [[menu.main]]
# name = "Tickets" name = "CfP"
# url = "https://tickets.fairydust.reisen/iger-2022/" url = "https://cfp.fairydust.reisen/iger-2023/"
# weight = 20 weight = 30
# [[menu.main]]
# name = "CfP"
# url = "https://cfp.fairydust.reisen/iger-2022/"
# weight = 30
# [[menu.main]] # [[menu.main]]
# name = "Engelsystem" # name = "Engelsystem"
# url = "https://helfen.fairydust.reisen/" # url = "https://helfen.fairydust.reisen/"
@ -43,6 +39,10 @@ title = 'Intergalaktische Erfahrungsreise'
# name = "Feedback" # name = "Feedback"
# url = "https://wiki.fairydust.reisen/feedback" # url = "https://wiki.fairydust.reisen/feedback"
# weight = 70 # weight = 70
[[menu.main]]
name = "Relive 2022"
url = "https://streaming.media.ccc.de/iger-2022/relive"
weight = 80
[minify] [minify]
minifyOutput = true minifyOutput = true