Skip to content

Commit

Permalink
chore: remove alt from ilustrative images (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovareiro29 authored Sep 10, 2024
1 parent bc62b4b commit d26e8ea
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 14 deletions.
10 changes: 5 additions & 5 deletions src/pages/apps.twig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div class='row'>
<div class='col-12 '>
<div class='ratio ratio-21x9 mb-3'>
<img src='https://picsum.photos/960/540' alt='Virtual Identity AG'>
<img src='https://picsum.photos/960/540' alt>
</div>
</div>
<div class='col-10'>
Expand All @@ -50,7 +50,7 @@
<div class='row'>
<div class='col-12 '>
<div class='ratio ratio-21x9 mb-3'>
<img src='https://picsum.photos/960/540' alt='Virtual Identity AG'>
<img src='https://picsum.photos/960/540' alt>
</div>
</div>
<div class='col-10'>
Expand Down Expand Up @@ -80,7 +80,7 @@
<div class='row'>
<div class='col-12 '>
<div class='ratio ratio-21x9 mb-3'>
<img src='https://picsum.photos/960/540' alt='Virtual Identity AG'>
<img src='https://picsum.photos/960/540' alt>
</div>
</div>
<div class='col-10'>
Expand All @@ -106,7 +106,7 @@
<div class='row'>
<div class='col-12 '>
<div class='ratio ratio-21x9 mb-3'>
<img src='https://picsum.photos/960/540' alt='Virtual Identity AG'>
<img src='https://picsum.photos/960/540' alt>
</div>
</div>
<div class='col-10'>
Expand All @@ -132,7 +132,7 @@
<div class='row'>
<div class='col-12 '>
<div class='ratio ratio-21x9 mb-3'>
<img src='https://picsum.photos/960/540' alt='Virtual Identity AG'>
<img src='https://picsum.photos/960/540' alt>
</div>
</div>
<div class='col-10'>
Expand Down
1 change: 0 additions & 1 deletion src/pages/overview.twig
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@
direction: 'horizontal',
thumbnail: {
src: 'https://picsum.photos/540/540',
alt: 'Virtual Identity AG'
},
tag: 'Series',
title: 'Baumkataster Köln 2020',
Expand Down
2 changes: 1 addition & 1 deletion src/partials/base/b_card.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% if thumbnail %}
<div class='{{ direction == 'horizontal' ? 'col-4' : '' }} p-0'>
<div class='ratio ratio-16x9 h-100'>
<img src='{{ thumbnail.src }}' alt='{{ thumbnail.alt }}'>
<img src='{{ thumbnail.src }}' alt>
</div>
</div>
{% endif %}
Expand Down
3 changes: 2 additions & 1 deletion src/partials/base/b_footer.twig
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
href='./'
aria-current='page'
class='nav-link d-flex align-items-center text-dark text-decoration-none'
title='Startseite Offene Daten Köln'
>
<img class='h-full' src='./assets/odk-logo.svg' alt='Stadt Koeln Logo'>
<img class='h-full' src='./assets/odk-logo.svg' alt='Offene Daten Köln'>
</a>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/partials/base/b_hero.twig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class='hero'>
<img src='{{ src }}' alt='{{ alt }}'>
<img src='{{ src }}' alt>
</div>
2 changes: 1 addition & 1 deletion src/partials/base/b_highlight-teaser.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class='row position-relative'>
<div class='col-lg-8'>
<img class='img-fluid' src='https://picsum.photos/960/540' alt='Virtual Identity AG'>
<img class='img-fluid' src='https://picsum.photos/960/540' alt>
</div>
<div class='mt-n5 col-lg-6 position-lg-absolute end-0 top-0 mt-lg-5'>
<div class='card-body text-bg-primary p-4 mx-4 mx-lg-0 d-flex flex-column'>
Expand Down
3 changes: 0 additions & 3 deletions src/partials/content-layout/cl_card-showcase.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
include 'partials::base/b_card.twig' with {
'thumbnail': {
src: 'https://picsum.photos/960/540',
alt: 'Virtual Identity AG'
},
'href': './dataset',
'title': 'Baumkataster Köln 2020',
Expand All @@ -21,7 +20,6 @@
'direction': 'horizontal',
'thumbnail': {
src: 'https://picsum.photos/960/540',
alt: 'Virtual Identity AG'
},
'href': './dataset',
'title': 'Baumkataster Köln 2020',
Expand All @@ -35,7 +33,6 @@
'direction': 'horizontal',
'thumbnail': {
src: 'https://picsum.photos/960/540',
alt: 'Virtual Identity AG'
},
'href': './dataset',
'title': 'Baumkataster Köln 2020',
Expand Down
1 change: 0 additions & 1 deletion src/partials/content-layout/cl_dataset-hero.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{%
include 'partials::base/b_hero.twig' with {
src: 'https://picsum.photos/960/540',
alt: 'Stadt Koeln'
}
%}

Expand Down

0 comments on commit d26e8ea

Please sign in to comment.