Skip to content

Commit

Permalink
Add linkedmusic logo to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed Oct 17, 2023
1 parent d9fedaf commit 3d53912
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions web-app/django/VIM/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,12 @@
{% block content %} {% endblock %}
</main>

<footer class="d-flex flex-column justify-content-center align-items-center py-3 border-top">
<a href="https://ddmal.music.mcgill.ca/" class="mb-3 mt-3 link-body-emphasis text-decoration-none">
<img src="{% static "images/lab-logo.png" %}" alt="ddmal logo">
<footer class="d-flex justify-content-center align-items-center py-3 border-top">
<a href="https://ddmal.music.mcgill.ca/" class="mb-3 mt-3 mx-3 link-body-emphasis text-decoration-none">
<img src="{% static "images/lab-logo.png" %}" alt="ddmal logo">
</a>
<a href="https://linkedmusic.ca/" class="mb-3 mt-3 mx-3 link-body-emphasis text-decoration-none">
<img src="{% static "images/LM_LogoTransparentBlack1.png" %}" alt="linkedmusic logo" style="height: 30px;">
</a>
</footer>

Expand Down

0 comments on commit 3d53912

Please sign in to comment.