diff --git a/courses/223015b/slides/2025-12-19-termin-0-intro.md b/courses/223015b/slides/2025-12-19-termin-0-intro.md index cf1f00a..02d72ac 100644 --- a/courses/223015b/slides/2025-12-19-termin-0-intro.md +++ b/courses/223015b/slides/2025-12-19-termin-0-intro.md @@ -49,11 +49,23 @@ a { color: var(--color-highlight); } section.klausur { - background: #e3f2fd !important; + background: repeating-linear-gradient( + 135deg, + #e3f2fd, + #e3f2fd 20px, + #fff 20px, + #fff 40px + ) !important; } section.klausur footer { display: none; } +section.aufgabe { + background: #e3f2fd !important; +} +section.aufgabe footer { + display: none; +} diff --git a/courses/223015b/slides/2026-01-09-termin-2-bild-audio-video.md b/courses/223015b/slides/2026-01-09-termin-2-bild-audio-video.md index 02355ed..0c39c76 100644 --- a/courses/223015b/slides/2026-01-09-termin-2-bild-audio-video.md +++ b/courses/223015b/slides/2026-01-09-termin-2-bild-audio-video.md @@ -49,11 +49,23 @@ a { color: var(--color-highlight); } section.klausur { - background: #e3f2fd !important; + background: repeating-linear-gradient( + 135deg, + #e3f2fd, + #e3f2fd 20px, + #fff 20px, + #fff 40px + ) !important; } section.klausur footer { display: none; } +section.aufgabe { + background: #e3f2fd !important; +} +section.aufgabe footer { + display: none; +} @@ -342,7 +354,7 @@ Huffman: Finale Effizienz (wie bei MP3) --- -# JPEG Quality +# JPEG Qualität | Quality | Dateigröße | Artefakte | |---------|------------|-----------| @@ -480,6 +492,8 @@ Lösung: Portfolio-Websites (eigene Kontrolle) --- + + ![bg contain right:25%](./assets/qr/squoosh.png) # Hands-On: Kompression vergleichen @@ -893,6 +907,8 @@ MKV vs. MP4: Offenheit vs. Kompatibilität --- + + # Hands-On: Video analysieren **Aufgabe (40 Min):** diff --git a/courses/223015b/slides/2026-01-23-termin-3-speichermedien-schnittstellen.md b/courses/223015b/slides/2026-01-23-termin-3-speichermedien-schnittstellen.md index 71b4ada..821bc51 100644 --- a/courses/223015b/slides/2026-01-23-termin-3-speichermedien-schnittstellen.md +++ b/courses/223015b/slides/2026-01-23-termin-3-speichermedien-schnittstellen.md @@ -49,11 +49,23 @@ a { color: var(--color-highlight); } section.klausur { - background: #e3f2fd !important; + background: repeating-linear-gradient( + 135deg, + #e3f2fd, + #e3f2fd 20px, + #fff 20px, + #fff 40px + ) !important; } section.klausur footer { display: none; } +section.aufgabe { + background: #e3f2fd !important; +} +section.aufgabe footer { + display: none; +} diff --git a/courses/223015b/slides/2026-01-30-termin-4-distribution-apis-zukunft.md b/courses/223015b/slides/2026-01-30-termin-4-distribution-apis-zukunft.md index 85c1427..7ba5038 100644 --- a/courses/223015b/slides/2026-01-30-termin-4-distribution-apis-zukunft.md +++ b/courses/223015b/slides/2026-01-30-termin-4-distribution-apis-zukunft.md @@ -49,11 +49,23 @@ a { color: var(--color-highlight); } section.klausur { - background: #e3f2fd !important; + background: repeating-linear-gradient( + 135deg, + #e3f2fd, + #e3f2fd 20px, + #fff 20px, + #fff 40px + ) !important; } section.klausur footer { display: none; } +section.aufgabe { + background: #e3f2fd !important; +} +section.aufgabe footer { + display: none; +} diff --git a/courses/223015b/slides/2026-xx-xx-termin-5-vertiefung-offene-fragen.md b/courses/223015b/slides/2026-xx-xx-termin-5-vertiefung-offene-fragen.md index 2966a4a..0d386c0 100644 --- a/courses/223015b/slides/2026-xx-xx-termin-5-vertiefung-offene-fragen.md +++ b/courses/223015b/slides/2026-xx-xx-termin-5-vertiefung-offene-fragen.md @@ -49,11 +49,23 @@ a { color: var(--color-highlight); } section.klausur { - background: #e3f2fd !important; + background: repeating-linear-gradient( + 135deg, + #e3f2fd, + #e3f2fd 20px, + #fff 20px, + #fff 40px + ) !important; } section.klausur footer { display: none; } +section.aufgabe { + background: #e3f2fd !important; +} +section.aufgabe footer { + display: none; +}