fix favicon

This commit is contained in:
mose 2019-08-24 16:51:36 +08:00
parent 3aa766e1cb
commit 6f5d86ce44
11 changed files with 65 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
site/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

9
site/browserconfig.xml Normal file
View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="mstile-150x150.png"/>
<TileColor>#00a300</TileColor>
</tile>
</msapplication>
</browserconfig>

BIN
site/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 870 B

BIN
site/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
site/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -26,11 +26,16 @@
<link rel="canonical" href="https://crapaud-fou.org/">
<link rel="shortcut icon" href="images/crapovecto_small.svg">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#50ac45">
<meta name="msapplication-TileColor" content="#00a300">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="crapaud-fou.css" type="text/css">
</head>
<body>
@ -242,6 +247,10 @@
</div>
<ul>
</ul>
<div>
<button type="button" class="btn btn-outline-primary btn-outline btn-block" data-toggle="modal" data-target="#helptube">A propos de Cratube</button>
</div>
</div>
</div>
</div>
@ -351,14 +360,37 @@
</button>
</div>
<div class="modal-body">
<div class="alert alert-warning clearfix">
<p>Le <b><a href="https://wiki.crapaud-fou.org">wiki</a></b> est l'endroit où on construit l'échange et le partage du savoir, des projets, des rencontres issus de l'activité des crapauds fous.</p>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
<button type="button" class="btn btn-sm btn-secondary" data-dismiss="modal">Fermer</button>
<a href="https://wiki.crapaud-fou.org/" class="btn btn-sm btn-success idees">Aller sur <b>https://wiki.crapaud.fou-org</b></a>
</div>
</div>
</div>
</div>
<div class="modal fade" id="helptube" tabindex="-1" role="dialog">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">A propos de Cratube</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-sm btn-secondary" data-dismiss="modal">Fermer</button>
<a href="https://tube.crapaud-fou.org/" class="btn btn-sm btn-success idees">Aller sur <b>https://tube.crapaud.fou-org</b></a>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid footer mt-5">

BIN
site/mstile-150x150.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.1 KiB

19
site/site.webmanifest Normal file
View File

@ -0,0 +1,19 @@
{
"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"
}