feat: add logo

pull/26/head
adldotori 1 year ago
parent be87550ff2
commit 8b685d7261

@ -11,6 +11,7 @@
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ"
crossorigin="anonymous"
/>
<link rel="icon" href="{{ url_for('static', path='/eval.png') }}" />
{% block head %} {% endblock %}
</head>
<body>
@ -24,6 +25,11 @@
<svg class="bi me-2" width="40" height="32">
<use xlink:href="#bootstrap"></use>
</svg>
<img
class="logo"
src="{{ url_for('static', path='/eval.png') }}"
alt="logo"
/>
<span class="fs-4">EVAL</span>
</a>
<ul class="nav nav-pills">

Binary file not shown.

After

Width:  |  Height:  |  Size: 362 KiB

@ -0,0 +1,7 @@
.logo {
border-radius: 50%;
overflow: hidden;
height: 64px;
width: 64px;
margin-right: 20px;
}
Loading…
Cancel
Save