fix port
This commit is contained in:
parent
ad85559db0
commit
431b467fd4
8 changed files with 16 additions and 1 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
|
|
@ -222,18 +222,23 @@ section a:hover {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 8px;
|
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);
|
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.course-image img {
|
.course-image img {
|
||||||
|
display: block;
|
||||||
|
/* avoid inline gaps */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
object-position: center;
|
object-position: center;
|
||||||
transition: transform 0.3s ease;
|
transition: transform 0.3s ease;
|
||||||
|
background-color: #ffffff;
|
||||||
|
/* ensure transparent PNGs look the same as JPGs */
|
||||||
}
|
}
|
||||||
|
|
||||||
.course-card:hover .course-image {
|
.course-card:hover .course-image {
|
||||||
|
|
@ -375,6 +380,8 @@ section a:hover {
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
|
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
|
||||||
animation: zoomIn 0.3s ease;
|
animation: zoomIn 0.3s ease;
|
||||||
|
background-color: #ffffff;
|
||||||
|
/* ensure modal shows PNGs on white */
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes zoomIn {
|
@keyframes zoomIn {
|
||||||
|
|
|
||||||
BIN
static/images/courses/AeroLab.png
Normal file
BIN
static/images/courses/AeroLab.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 MiB |
BIN
static/images/courses/Feiertagsbasteln.png
Normal file
BIN
static/images/courses/Feiertagsbasteln.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 201 KiB |
BIN
static/images/courses/bülow-shop.jpeg
Normal file
BIN
static/images/courses/bülow-shop.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 111 KiB |
BIN
static/images/courses/electrobloom.png
Normal file
BIN
static/images/courses/electrobloom.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.4 MiB |
BIN
static/images/courses/kicker-glow-up.jpeg
Normal file
BIN
static/images/courses/kicker-glow-up.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 302 KiB |
|
|
@ -111,6 +111,14 @@
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<a class="link-card" href="http://voicepi.local:1024" target="_blank">
|
||||||
|
<i class="fas fa-microchip card-icon"></i>
|
||||||
|
<div class="card-content">
|
||||||
|
<div class="title">Calliope Flasher on VoicePi</div>
|
||||||
|
<div class="tagline">Flash Calliope / micro:bit-compatible devices connected to VoicePi.</div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
<a class="link-card" href="mailto:einszwovier@gvb-gymnasium.de" target="_blank">
|
<a class="link-card" href="mailto:einszwovier@gvb-gymnasium.de" target="_blank">
|
||||||
<i class="fas fa-envelope card-icon"></i>
|
<i class="fas fa-envelope card-icon"></i>
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue