mirror of
https://github.com/corca-ai/EVAL
synced 2024-10-30 09:20:44 +00:00
feat: add logo
This commit is contained in:
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">
|
||||
|
BIN
static/eval.png
Normal file
BIN
static/eval.png
Normal file
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…
Reference in New Issue
Block a user