diff --git a/.DS_Store b/.DS_Store index 562f1eb..2ba758e 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/static/css/style.css b/static/css/style.css index 2609501..990a097 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -222,18 +222,23 @@ section a:hover { min-width: 80px; overflow: hidden; border-radius: 8px; - background-color: #f0f0f0; + /* Use white background so transparent PNGs render consistently */ + background-color: #ffffff; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); z-index: 1; cursor: pointer; } .course-image img { + display: block; + /* avoid inline gaps */ width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.3s ease; + background-color: #ffffff; + /* ensure transparent PNGs look the same as JPGs */ } .course-card:hover .course-image { @@ -375,6 +380,8 @@ section a:hover { border-radius: 8px; box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5); animation: zoomIn 0.3s ease; + background-color: #ffffff; + /* ensure modal shows PNGs on white */ } @keyframes zoomIn { diff --git a/static/images/courses/AeroLab.png b/static/images/courses/AeroLab.png new file mode 100644 index 0000000..f3430b3 Binary files /dev/null and b/static/images/courses/AeroLab.png differ diff --git a/static/images/courses/Feiertagsbasteln.png b/static/images/courses/Feiertagsbasteln.png new file mode 100644 index 0000000..23f401c Binary files /dev/null and b/static/images/courses/Feiertagsbasteln.png differ diff --git a/static/images/courses/bülow-shop.jpeg b/static/images/courses/bülow-shop.jpeg new file mode 100644 index 0000000..432ff50 Binary files /dev/null and b/static/images/courses/bülow-shop.jpeg differ diff --git a/static/images/courses/electrobloom.png b/static/images/courses/electrobloom.png new file mode 100644 index 0000000..502c06f Binary files /dev/null and b/static/images/courses/electrobloom.png differ diff --git a/static/images/courses/kicker-glow-up.jpeg b/static/images/courses/kicker-glow-up.jpeg new file mode 100644 index 0000000..836a259 Binary files /dev/null and b/static/images/courses/kicker-glow-up.jpeg differ diff --git a/templates/landing.html b/templates/landing.html index bc78145..532ae5a 100644 --- a/templates/landing.html +++ b/templates/landing.html @@ -111,6 +111,14 @@ + + + + Calliope Flasher on VoicePi + Flash Calliope / micro:bit-compatible devices connected to VoicePi. + + +