update slides: add course numbers to headers, widen stripe pattern

- add course number (223015b/c) to all slide headers
- widen klausur diagonal stripes from 20/40px to 40/80px
- expand termin-1 with analog vs digital media content
- rename wtf files exercise to hex files
This commit is contained in:
2026-01-09 11:09:13 +01:00
parent ee4d5435ed
commit fc3f3a73f5
9 changed files with 356 additions and 175 deletions

View File

@@ -3,7 +3,7 @@ marp: true
theme: gaia
paginate: true
backgroundColor: #fff
header: "Grundlagen IT- und Internettechnik"
header: "Grundlagen IT- und Internettechnik (223015c)"
footer: "Michael Czechowski HdM Stuttgart WS 2025/26"
title: "Termin 1: Geschichte, Grundlagen & HTML"
---
@@ -52,9 +52,9 @@ section.klausur {
background: repeating-linear-gradient(
135deg,
#fce4ec,
#fce4ec 20px,
#fff 20px,
#fff 40px
#fce4ec 40px,
#fff 40px,
#fff 80px
) !important;
}
section.klausur footer {

View File

@@ -3,7 +3,7 @@ marp: true
theme: gaia
paginate: true
backgroundColor: #fff
header: "Grundlagen IT- und Internettechnik"
header: "Grundlagen IT- und Internettechnik (223015c)"
footer: "Michael Czechowski HdM Stuttgart WS 2025/26"
title: "Termin 2: Netzwerke, Protokolle & CSS"
---
@@ -52,9 +52,9 @@ section.klausur {
background: repeating-linear-gradient(
135deg,
#fce4ec,
#fce4ec 20px,
#fff 20px,
#fff 40px
#fce4ec 40px,
#fff 40px,
#fff 80px
) !important;
}
section.klausur footer {

View File

@@ -3,7 +3,7 @@ marp: true
theme: gaia
paginate: true
backgroundColor: #fff
header: "Grundlagen IT- und Internettechnik"
header: "Grundlagen IT- und Internettechnik (223015c)"
footer: "Michael Czechowski HdM Stuttgart WS 2025/26"
title: "Termin 3: Interaktivität & JavaScript"
---
@@ -52,9 +52,9 @@ section.klausur {
background: repeating-linear-gradient(
135deg,
#fce4ec,
#fce4ec 20px,
#fff 20px,
#fff 40px
#fce4ec 40px,
#fff 40px,
#fff 80px
) !important;
}
section.klausur footer {