Skip to content
Snippets Groups Projects
Commit 9e5ac55f authored by Kwangjin Lee's avatar Kwangjin Lee
Browse files

Update file footer_custom.html

parent 7a4fb4a8
No related branches found
No related tags found
1 merge request!10merge for publish
Pipeline #245847 passed
<style>
.footer-logo {
display: flex;
align-items: center;
}
.footer-logo img {
height: 40px;
width: auto;
}
.footer-logo img:last-child {
margin-left: 20px;
}
</style>
<div class="footer-logo">
<img src="{{ site.footer_logo | relative_url }}" alt="TU Delft Logo" style="height: 40px; width: auto;">
<img src="{{ site.logo | relative_url }}" alt="MUDE Logo" style="height: 50px; width: auto; margin-top: 10px;">
</div>
<div>
The MUDE Team &copy; 2024 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
</div>
\ No newline at end of file
<img src="{{ site.footer_logo | relative_url }}" alt="TU Delft Logo">
<img src="{{ site.logo | relative_url }}" alt="MUDE Logo">
</div>
<div>
The MUDE Team &copy; 2024 <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>
</div>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment