Skip to content

Commit

Permalink
Merge pull request #17 from karl-kraus/bk/fixes
Browse files Browse the repository at this point in the history
Bk/fixes
  • Loading branch information
babslgam committed May 31, 2024
2 parents 06b5b14 + 4df94a6 commit 122da7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion xslt/index.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<span class="visually-hidden">Next</span>
</button>
</div>
<div class="pt-3 pb-5 pr-2 bg-secondary carousel-wrapper-bottom"/>
<div class="pt-3 pb-1 pb-md-5 pr-2 bg-secondary carousel-wrapper-bottom"/>
</div>
<div class="container">
<h1 class="pt-5 pb-1">Mögliche Einstiege</h1>
Expand Down
10 changes: 5 additions & 5 deletions xslt/partials/html_footer.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -51,25 +51,25 @@
</div>
<div class="row bg-light-gray gx-0">
<div class="col-xs-12 col-md-2 py-3">
<img src="images/acdh-ch-logo96.png" width="auto" height="70px"
<img src="images/acdh-ch-logo96.png" loading="lazy" width="auto" height="70px"
alt="acdh-logo" />
</div>
<div class="col-xs-12 col-md-4 py-3">
<img src="images/stadtwien.svg" width="auto" height="70px"
<img src="images/stadtwien.svg" loading="lazy" width="auto" height="70px"
alt="Stadtwien Logo" />
</div>
<div class="col-xs-12 col-md-3 py-3">
<img src="images/boltzmann.svg" width="auto" height="70px"
<img src="images/boltzmann.svg" loading="lazy" width="auto" height="70px"
alt="Boltzmann" />
</div>
<div class="col-xs-12 col-md-3 py-3">
<img src="images/fwf.png" width="auto" height="70px"
<img src="images/fwf.png" loading="lazy" width="auto" height="70px"
alt="acdh-logo" />
</div>
</div>
</footer>

<xsl:if test="include_jquery">
<xsl:if test="$include_jquery">
<script
src="https://code.jquery.com/jquery-3.6.3.min.js"
integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" crossorigin="anonymous"></script>
Expand Down

0 comments on commit 122da7f

Please sign in to comment.