HackerRank sandbox.

This commit is contained in:
Norm Rasmussen
2024-09-11 17:09:50 -04:00
parent 0dce088842
commit 70b5d04b26
104 changed files with 2784 additions and 1 deletions

View File

@ -0,0 +1,17 @@
<header class="np-box-header np-header-color">
<a class="np-box-header-link" href="{% route home %}">
{% if current_school.logo_url %}
<img
alt="{{ current_school.name }}"
src="{{ current_school.logo_url }}"
class="np-box-header-logo"
/>
{% else %}
<span class="np-school-name np-header-font-color">
{{ current_school.name }}
</span>
{% endif %}
</a>
</header>
{% include "messages" %}