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 @@

Konferenz für Testing, Sicherheit und Zu Newsletter - + @@ -146,9 +146,22 @@

Ablaufplan (vorläuf
-

Vorträge

+

Vorträge (auf Englisch)

+
+ +
Speaker @@ -164,7 +177,7 @@

Abstract

TBD

- +
Speaker @@ -180,7 +193,7 @@

Abstract

TBD

- +
Speaker @@ -196,7 +209,7 @@

Abstract

TBD

- +
Speaker @@ -213,6 +226,7 @@

Abstract

+ -->
@@ -227,18 +241,16 @@

Werden Sie Sponsor!

- diff --git a/templates/index_en.html b/templates/index_en.html index ab0873c..2c31946 100644 --- a/templates/index_en.html +++ b/templates/index_en.html @@ -18,7 +18,7 @@

Conference for Testing, Security and Reli Newsletter - + @@ -146,9 +146,22 @@

Schedule (preliminar
-

Talks

+

Talks (in English)

+
+ +
Speaker @@ -164,7 +177,7 @@

Abstract

TBD

- +
Speaker @@ -180,7 +193,7 @@

Abstract

TBD

- +
Speaker @@ -196,7 +209,7 @@

Abstract

TBD

- +
Speaker @@ -213,6 +226,7 @@

Abstract

+ -->
@@ -227,18 +241,16 @@

Become a Sponsor!

-