Compare commits

...

2 Commits

Author SHA1 Message Date
Luca 01d4a3d5be Remove currently broken links and add year to Relive
continuous-integration/drone/push Build is passing Details
2022-12-02 00:57:34 +01:00
Luca 5f14f8170c Reference 'large' breakpoint in clip-path calculation 2022-12-02 00:57:02 +01:00
2 changed files with 10 additions and 10 deletions

View File

@ -27,7 +27,7 @@ body {
@media screen and (min-width: $small) {
&::before {
background: url(/stars.svg) repeat-x top;
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, calc(50% + 500px) 100%, calc(50% + 500px) $header-spacing, calc(50% - 500px) $header-spacing, calc(50% - 500px) 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%, calc(50% + #{$large * 0.5}) 100%, calc(50% + #{$large * 0.5}) $header-spacing, calc(50% - #{$large * 0.5}) $header-spacing, calc(50% - #{$large * 0.5}) 100%, 0 100%);
content: '';
display: block;
height: $stars-height;

View File

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