Jugend: neue Ansprechpartner-Fotos, Abteilungsbild, aktuelle Trainingszeiten
- Fabi & Kerstin als 480x600-Porträts (Kopf/Schultern, oben ausgerichtet), Kerstin in ansprechpartner.json verknüpft - gemeinsames Jugendbild als Intro-Bento-Bild (ersetzt die Hero-Dublette) - Trainingszeiten auf Fabis Stand, C/B-Jugend zusammengefasst, B-Karte entfällt Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01B1tTL6VE17FgQhhaH4Pc8h
This commit is contained in:
@@ -40,7 +40,7 @@ component('hero', ['hero' => $page['hero']]);
|
||||
<div class="container">
|
||||
<div class="intro-bento">
|
||||
<div class="bento__tile intro-bento__image">
|
||||
<?php component('img', ['image' => $page['hero']['image'], 'sizes' => '(max-width: 900px) 100vw, 40vw', 'class' => 'intro-bento__img']); ?>
|
||||
<?php component('img', ['image' => $page['team_photo'] ?? $page['hero']['image'], 'sizes' => '(max-width: 900px) 100vw, 40vw', 'class' => 'intro-bento__img']); ?>
|
||||
</div>
|
||||
|
||||
<article class="bento__tile intro-bento__about">
|
||||
|
||||
Reference in New Issue
Block a user