Skip to content

Commit

Permalink
minor: Added JKU logo to website footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Jun 20, 2024
1 parent dd8cc56 commit aabc378
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
28 changes: 25 additions & 3 deletions src/css/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,22 @@
padding: 0.5rem 1.5rem 1.5rem;
flex-shrink: 1;

img#htl-leonding-logo {
margin: 1rem;
height: 2.5rem;
li#footer-logos {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: 0.25rem 0 1rem;

#htlleonding-logo {
margin: 1rem;
height: 2.5rem;
}

#jku-logo {
height: 1.6rem;
margin: 1.45rem;
}
}

ul#footer-bar-list li {
Expand All @@ -38,6 +51,15 @@
padding: 0.5rem 1rem 1rem;
width: calc($phone-content-width - 2rem);

li#footer-logos {
& > #htlleonding-logo,
& > #jku-logo {
height: unset;
width: 12rem;
margin: 1.5rem;
}
}

ul#footer-bar-list {
flex-direction: column;
}
Expand Down
6 changes: 3 additions & 3 deletions src/partials/footer.ejs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<footer id="footer-bar" class="flex-parent-container flex-column">
<ul id="footer-content" class="no-style-list flex-column flex-parent-container flex-center">
<li>
<img id="htl-leonding-logo" src="https://edufs.edu.htl-leonding.ac.at/htl_leonding_logo_hell.png" alt=""
height="48px">
<li id="footer-logos">
<img id="htlleonding-logo" src="https://edufs.edu.htl-leonding.ac.at/htl_leonding_logo_hell.png" alt="">
<img id="jku-logo" src="https://www.jku.at/typo3conf/ext/jku_distribution/Resources/Public/Images/Footer/jku-logo-mobile-en.svg" alt="">
</li>
<li>
<ul id="footer-bar-list" class="no-style-list flex-row flex-parent-container flex-center">
Expand Down

0 comments on commit aabc378

Please sign in to comment.