Update alt attributes

This commit is contained in:
philipp lang 2024-09-26 15:08:05 +02:00
parent 69e9271b58
commit 8041d730dd
2 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ is_hidden = 0
{% partial 'feature' icon='bar' content='Theke mit Spüle' subcontent='für Gläser' %} {% partial 'feature' icon='bar' content='Theke mit Spüle' subcontent='für Gläser' %}
{% partial 'feature' icon='dj' content='DJ-Pult' subcontent='zum Steuern von Musik' %} {% partial 'feature' icon='dj' content='DJ-Pult' subcontent='zum Steuern von Musik' %}
{% partial 'feature' icon='cooler' content='zwei Kühlschränke' subcontent='zum kühlen von Getränken und Speisen' %} {% partial 'feature' icon='cooler' content='zwei Kühlschränke' subcontent='zum kühlen von Getränken und Speisen' %}
{% partial 'imagegrid-end' image='innenraum.jpg' %} {% partial 'imagegrid-end' image='innenraum.jpg' alt='Innenraum vom Partyraum' %}
{% partial 'imagegrid-start' heading='Licht & Co' %} {% partial 'imagegrid-start' heading='Licht & Co' %}
{% partial 'feature' icon='spotlight' content='Lauflicht' subcontent='Rundumlicht in verschiedenen Farben' %} {% partial 'feature' icon='spotlight' content='Lauflicht' subcontent='Rundumlicht in verschiedenen Farben' %}
@ -27,19 +27,19 @@ is_hidden = 0
{% partial 'feature' icon='fog' content='Nebelmaschine' subcontent='oben und unten' %} {% partial 'feature' icon='fog' content='Nebelmaschine' subcontent='oben und unten' %}
{% partial 'feature' icon='strobo' content='Stroboskop' subcontent='bei Techno-Parties beliebt' %} {% partial 'feature' icon='strobo' content='Stroboskop' subcontent='bei Techno-Parties beliebt' %}
{% partial 'feature' icon='blacklight' content='Schwarzlicht' subcontent='für Black & White, Halloween & co' %} {% partial 'feature' icon='blacklight' content='Schwarzlicht' subcontent='für Black & White, Halloween & co' %}
{% partial 'imagegrid-end' image='licht.jpg' %} {% partial 'imagegrid-end' image='licht.jpg' alt='Lichtanlage vom Partyraum Solingen Wald' %}
{% partial 'imagegrid-start' heading='Tischtennis-Raum' %} {% partial 'imagegrid-start' heading='Tischtennis-Raum' %}
{% partial 'feature' icon='dish' content='zum Essen' subcontent='und um Buffets aufzubauen' %} {% partial 'feature' icon='dish' content='zum Essen' subcontent='und um Buffets aufzubauen' %}
{% partial 'feature' icon='beerpong' content='zum Beerpong spielen' subcontent='und andere Aktivitäten' %} {% partial 'feature' icon='beerpong' content='zum Beerpong spielen' subcontent='und andere Aktivitäten' %}
{% partial 'feature' icon='chair' content='Sitzelegenheiten vorhanden' subcontent='zum Ausruhen und Chillen' %} {% partial 'feature' icon='chair' content='Sitzelegenheiten vorhanden' subcontent='zum Ausruhen und Chillen' %}
{% partial 'imagegrid-end' image='tischtennis.jpg' %} {% partial 'imagegrid-end' image='tischtennis.jpg' alt='Tischtennis-Raum vom Partyraum Solingen Wald' %}
{% partial 'imagegrid-start' heading='Außenbereich' %} {% partial 'imagegrid-start' heading='Außenbereich' %}
{% partial 'feature' icon='smoke' content='zum Rauchen / Vapen' subcontent='drinnen ist Rauchverbot' %} {% partial 'feature' icon='smoke' content='zum Rauchen / Vapen' subcontent='drinnen ist Rauchverbot' %}
{% partial 'feature' icon='barbecue' content='zum Grillen' subcontent='Besonders im Sommer beliebt' %} {% partial 'feature' icon='barbecue' content='zum Grillen' subcontent='Besonders im Sommer beliebt' %}
{% partial 'feature' icon='campfire' content='zum Laferfeuer machen' subcontent='Feuerstelle ist vorhanden' %} {% partial 'feature' icon='campfire' content='zum Laferfeuer machen' subcontent='Feuerstelle ist vorhanden' %}
{% partial 'imagegrid-end' image='aussen.jpg' %} {% partial 'imagegrid-end' image='aussen.jpg' alt='Außenbereich vom Partyraum Solingen Wald' %}
</div> </div>
</div> </div>
</div> </div>

View File

@ -5,8 +5,8 @@
--polygon: 76% 4%, 100% 0, 100% 100%, 66% 95%, 29% 96%, 0 100%, 6% 44%, 3% 8%, 34% 1%; --polygon: 76% 4%, 100% 0, 100% 100%, 66% 95%, 29% 96%, 0 100%, 6% 44%, 3% 8%, 34% 1%;
--polygonmobile: 0 0, 65% 7%, 100% 0, 100% 100%, 29% 93%, 0 100%; --polygonmobile: 0 0, 65% 7%, 100% 0, 100% 100%, 29% 93%, 0 100%;
"> ">
<div src="{{image | media }}" class="absolute w-[calc(100%+10px)] h-[calc(100%+20px)] top-[-10px] left-[-10px] md:meft-0 bg-neutral-800 clip-path-polygon-[var(--polygonmobile)] lg:clip-path-polygon-[var(--polygon)]"></div> <div class="absolute w-[calc(100%+10px)] h-[calc(100%+20px)] top-[-10px] left-[-10px] md:meft-0 bg-neutral-800 clip-path-polygon-[var(--polygonmobile)] lg:clip-path-polygon-[var(--polygon)]"></div>
<img src="{{image | media }}" class="w-full h-[60vh] lg:h-[80vh] object-cover clip-path-polygon-[var(--polygonmobile)] lg:clip-path-polygon-[var(--polygon)]" /> <img src="{{image | media }}" class="w-full h-[60vh] lg:h-[80vh] object-cover clip-path-polygon-[var(--polygonmobile)] lg:clip-path-polygon-[var(--polygon)]" alt="{{ alt }}" />
</div> </div>
</div> </div>
</div> </div>