Skip to content

Commit

Permalink
Move logo to upper left corner.
Browse files Browse the repository at this point in the history
  • Loading branch information
BriocheBerlin committed Aug 17, 2023
1 parent d035efd commit 02a5071
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions training-slides/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,16 @@
content: close-quote;
}

/* Footer */
.footer {
width:100%;
.branding {
height: 7%;
position: absolute;
bottom: 0;
margin-top: 1em;
margin-left: 1em;
}

.reveal .footer__logoimage {
height: 1em;
.reveal .branding__logo {
width: 100%;
height: auto;
margin: 0;
}

Expand All @@ -72,12 +73,11 @@
$CONTENT
</textarea>
</section>
<footer class="footer">
<a class="footer__logo" href="/">
<img class="footer__logoimage" src="./images/logo_ferrous-systems_rgb.png" alt="The Ferrous logo. A colorful stylised F looking to the left and the words Ferrous Systems.">
</a>
</footer>

</div> <!-- class="slides" -->
<div class="branding">
<img class="branding__logo" src="./images/logo_ferrous-systems_rgb.png" alt="The Ferrous logo. A colorful stylised F looking to the left and the words Ferrous Systems.">
</div>
</div> <!-- class="reveal" -->

<script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/4.5.0/reveal.js"></script>
Expand Down

0 comments on commit 02a5071

Please sign in to comment.