mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 15:11:37 +01:00
Added favicon and renamed site from PCS to Pistolenclub Stammertal
This commit is contained in:
parent
4d9c7a9b70
commit
1ef725c9b8
8 changed files with 31 additions and 1 deletions
BIN
lektor/lektordata/project/assets/static/apple-touch-icon.png
Normal file
BIN
lektor/lektordata/project/assets/static/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
BIN
lektor/lektordata/project/assets/static/favicon-96x96.png
Normal file
BIN
lektor/lektordata/project/assets/static/favicon-96x96.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
BIN
lektor/lektordata/project/assets/static/favicon.ico
Normal file
BIN
lektor/lektordata/project/assets/static/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
3
lektor/lektordata/project/assets/static/favicon.svg
Normal file
3
lektor/lektordata/project/assets/static/favicon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 7.7 KiB |
21
lektor/lektordata/project/assets/static/site.webmanifest
Normal file
21
lektor/lektordata/project/assets/static/site.webmanifest
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"name": "PC Stammertal",
|
||||||
|
"short_name": "PCS",
|
||||||
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/web-app-manifest-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/web-app-manifest-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png",
|
||||||
|
"purpose": "maskable"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"theme_color": "#ffffff",
|
||||||
|
"background_color": "#ffffff",
|
||||||
|
"display": "standalone"
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
|
|
@ -1,10 +1,16 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<link rel="stylesheet" href="{{ '/static/style.css'|url }}">
|
<link rel="stylesheet" href="{{ '/static/style.css'|url }}">
|
||||||
|
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||||
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
|
<link rel="shortcut icon" href="/favicon.ico" />
|
||||||
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||||
|
<meta name="apple-mobile-web-app-title" content="PCS" />
|
||||||
|
<link rel="manifest" href="/site.webmanifest" />
|
||||||
<title>{% block title %}Welcome{% endblock %} — PCS</title>
|
<title>{% block title %}Welcome{% endblock %} — PCS</title>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<h1>PCS</h1>
|
<h1>Pistolenclub Stammertal</h1>
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
<li{% if this._path == '/' %} class="active"{% endif
|
<li{% if this._path == '/' %} class="active"{% endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue