diff --git a/articles/2025/push-dienst-ntfy-mit-prometheus-und-grafana-selber-hosten.md b/articles/2025/push-dienst-ntfy-mit-prometheus-und-grafana-selber-hosten.md index f546ef3..86e6c46 100644 --- a/articles/2025/push-dienst-ntfy-mit-prometheus-und-grafana-selber-hosten.md +++ b/articles/2025/push-dienst-ntfy-mit-prometheus-und-grafana-selber-hosten.md @@ -1,4 +1,4 @@ - + **Ihr möchtet einen zuverlässigen Push-Dienst und das ab besten selber bereitstellen? Ihr legt Wert darauf, einen guten Überblick über den Dienst zu haben? Dann wird euch dieser Artikel gefallen.** diff --git a/static/img/about-me.webp b/static/img/about-me.webp new file mode 100644 index 0000000..c9a0a90 Binary files /dev/null and b/static/img/about-me.webp differ diff --git a/static/img/contact-me.webp b/static/img/contact-me.webp new file mode 100644 index 0000000..c71975b Binary files /dev/null and b/static/img/contact-me.webp differ diff --git a/static/img/youtube.webp b/static/img/youtube.webp new file mode 100644 index 0000000..3347af7 Binary files /dev/null and b/static/img/youtube.webp differ diff --git a/static/main.css b/static/main.css index 8dc045a..c18791f 100644 --- a/static/main.css +++ b/static/main.css @@ -76,6 +76,13 @@ a.no-underline { padding: var(--gap) calc(var(--gap) / 1.5); } +img.footer { + max-width: 150px; + max-height: 60px; /* oder ein anderer fixer Wert, z. B. 500px */ + width: auto; + height: auto; +} + /* ---------- Kopf & Fuß ---------- */ header, footer { background: var(--bg-alt);