diff --git a/README.md b/README.md index c60a947..e42a7b7 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# modularmonday \ No newline at end of file +# modularmonday + +https://webadmin.hfk-bremen.de \ No newline at end of file diff --git a/docs/_posts/2025-02-15-hochschultage.md b/docs/_posts/2025-02-16-hochschultage.md similarity index 73% rename from docs/_posts/2025-02-15-hochschultage.md rename to docs/_posts/2025-02-16-hochschultage.md index ade28dc..78281f6 100644 --- a/docs/_posts/2025-02-15-hochschultage.md +++ b/docs/_posts/2025-02-16-hochschultage.md @@ -1,7 +1,7 @@ --- layout: post title: "Hochschultage" -date: 2025-02-15 18:30:00 +0100 +date: 2025-02-16 14:00:00 +0100 categories: event --- diff --git a/docs/assets/MM-jp.jpg b/docs/assets/MM-jp.jpg new file mode 100644 index 0000000..7c556d8 Binary files /dev/null and b/docs/assets/MM-jp.jpg differ diff --git a/docs/assets/styles.css b/docs/assets/styles.css index 2a88bb3..0782ba1 100644 --- a/docs/assets/styles.css +++ b/docs/assets/styles.css @@ -53,7 +53,7 @@ body::before { left: 0; width: 100%; height: 100%; - background-image: url('MM-dpp.jpg'); /* Use a direct path */ + background-image: url('MM-jp.jpg'); /* Use a direct path */ background-size: cover; background-position: center; background-repeat: no-repeat; @@ -69,6 +69,15 @@ a { color: white; } +li a { + color: white; + text-decoration: none; +} + +li a:hover { + text-decoration: underline; +} + ul, li { padding: 0vw; margin: 0vw;