Skip to content

Commit

Permalink
Added IEEE NITK Logo to website
Browse files Browse the repository at this point in the history
  • Loading branch information
imApoorva36 committed Jan 29, 2024
1 parent 3056434 commit 1219de7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion corpus/templates/components/navbar_large.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<div class="navbar bg-primary text-primary-content sticky top-0 z-10">
<div class="navbar-start">
<a href="{% url 'index' %}" class="btn btn-ghost normal-case text-xl">Corpus</a>
<a href="{% url 'index' %}" class="btn btn-ghost normal-case text-xl">
<img src="../static/img/ieee-nitk.png" alt="IEEE NITK Logo" class="dark-logo w-20 h-10">
<img src="../static/img/ieee-nitk-white.png" alt="IEEE NITK Logo" class="light-logo w-20 h-10">
</a>
</div>
<div class="navbar-center">
<a href="{% url 'index' %}" class="btn btn-ghost normal-case text-lg">Home</a>
Expand Down
5 changes: 4 additions & 1 deletion corpus/templates/components/navbar_small.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
</div>
</div>
<div class="navbar-center">
<a href="{% url 'index' %}" class="btn btn-ghost normal-case text-xl">Corpus</a>
<a href="{% url 'index' %}" class="btn btn-ghost normal-case text-xl">
<img src="../static/img/ieee-nitk.png" alt="IEEE NITK Logo" class="dark-logo w-20 h-10">
<img src="../static/img/ieee-nitk-white.png" alt="IEEE NITK Logo" class="light-logo w-20 h-10">
</a>
</div>
<div class="navbar-end">
{% include "components/navbar_right.html" %}
Expand Down

0 comments on commit 1219de7

Please sign in to comment.