Update logo quality

This commit is contained in:
Adil Mohak 2024-10-03 10:27:32 +03:00
parent 6ad0227f39
commit bacc312cde
2 changed files with 10 additions and 2 deletions

8
static/img/brand.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -17,9 +17,9 @@
</div> </div>
</div> </div>
<a href="/"> <a href="/">
<img src="{% static 'img/brand.png' %}" width="210px" alt="SkyLearn"> <img src="{% static 'img/brand.svg' %}" width="210px" alt="SkyLearn">
</a> </a>
<p class="mt-2"> <p class="mt-2 small">
<mark class="bg-secondary text-light" style="border-radius: 2px; padding: 2px 5px;"> <mark class="bg-secondary text-light" style="border-radius: 2px; padding: 2px 5px;">
{{ request.user.get_user_role }} {{ request.user.get_user_role }}
</mark> </mark>