diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index ac3c446..92b6b20 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -29,4 +29,4 @@ jobs: uses: lycheeverse/lychee-action@v2 with: fail: true # fail workflow run on error - args: --root-dir "$(pwd)/public" public --exclude ".+\.analog.com" --exclude "https://ilbers.de/" + args: --root-dir "$(pwd)/public" public --exclude ".+\.analog.com" --exclude "https://ilbers.de/" --accept 100..=103,200..=299,403,429 diff --git a/static/css/style.css b/static/css/style.css index c1d9483..8b9427b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -357,6 +357,9 @@ .inline-block { display: inline-block; } + .inline-flex { + display: inline-flex; + } .aspect-square { aspect-ratio: 1 / 1; } @@ -887,6 +890,13 @@ } } } + .hover\:underline { + &:hover { + @media (hover: hover) { + text-decoration-line: underline; + } + } + } .hover\:shadow-md { &:hover { @media (hover: hover) { diff --git a/templates/index.html b/templates/index.html index f9e72d3..d5af5b6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -18,7 +18,7 @@
+ Wir planen 2 Lightning Talks (10 min) und 3 technische Vorträge (25 min) für die diesjährige Konferenz. + Die Auswahl der Speaker erfolgt über unseren offenen Call for Proposals — reichen Sie jetzt Ihren Vorschlag ein! +
+ + + Call for Proposals + +TBD
TBD
TBD
+ We are planning 2 lightning talks (10 min) and 3 technical talks (25 min) for this year's conference. + Speakers are being selected via our open Call for Proposals — submit your proposal now! +
+ + + Call for Proposals + +TBD
TBD
TBD