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

Merge branch 'main' of gitlab.tudelft.nl:mude/2024-website

parents 0f27102e ce810bd8
No related branches found
No related tags found
1 merge request!4Update 2 files
<style>
.footer-logo {
display: flex;
align-items: center;
}
.footer-logo img.tu-delft {
height: 30px;
width: auto;
}
.footer-logo img.mude {
height: 20px;
width: auto;
margin-left: 15px;
}
.footer-text {
font-size: 14px;
margin-top: 5px;
}
</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: 40px; width: auto;">
</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 class="tu-delft" src="{{ site.footer_logo | relative_url }}" alt="TU Delft Logo">
<img class="mude" src="{{ site.logo | relative_url }}" alt="MUDE Logo">
</div>
<div class="footer-text">
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
......@@ -2,7 +2,7 @@
name: Kwangjin Lee
role: Teaching Assistant
email: K.lee-5@student.tudelft.nl
photo: kwangjin.jpg
photo: Kwangjin.jpg
---
Computer Science / Software Development
\ 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