Update icon #193
BIN
project/static/android-chrome-192x192.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
project/static/android-chrome-512x512.png
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
project/static/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
project/static/calendar_icon_90.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
project/static/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 478 B |
BIN
project/static/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1001 B |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 15 KiB |
1
project/static/site.webmanifest
Normal file
@ -0,0 +1 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||
@ -38,6 +38,12 @@
|
||||
{% endif %}
|
||||
{%- endblock metas %}
|
||||
|
||||
<!-- Icons -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', filename='apple-touch-icon.png')}}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='favicon-32x32.png')}}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', filename='apple-touch-icon.png')}}">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
|
||||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
|
||||
@ -154,7 +160,7 @@
|
||||
{% block navbar %}
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
||||
<a class="navbar-brand" href="{{ url_for('home') }}">
|
||||
<i class="fa fa-bullseye fa-fw"></i> oveda
|
||||
<img src="{{ url_for('static', filename='calendar_icon_90.png')}}" width="30" height="30" class="d-inline-block align-top rounded" alt="Logo"> Oveda
|
||||
</a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
|
||||