Bump PWA 🎉

This commit is contained in:
Le Libre Au Quotidien 2020-10-30 19:00:35 +01:00
parent 5c1bd59226
commit 25123313e0
8 changed files with 34 additions and 10 deletions

View File

@ -7,15 +7,15 @@
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
inkscape:export-ydpi="21.59"
inkscape:version="1.0.1 (3bc2e813f5, 2020-09-07)"
inkscape:export-ydpi="20.700001"
inkscape:output_extension="org.inkscape.output.svg.inkscape"
version="1.0"
inkscape:export-xdpi="21.59"
inkscape:export-xdpi="20.700001"
sodipodi:version="0.32"
viewBox="0 0 667.81 667.46"
inkscape:export-filename="/srv/http/infojune/public/img/icons/mstile-150x150.png"
sodipodi:docname="juneland.svg"
inkscape:export-filename="/srv/http/ij/infojune/public/images/touch/homescreen144.png"
sodipodi:docname="infojune.svg"
id="svg3136">
<defs
id="defs12">
@ -343,10 +343,10 @@
borderopacity="1.0"
showgrid="false"
inkscape:window-x="53"
inkscape:zoom="0.16632743"
inkscape:window-height="712"
inkscape:zoom="0.15809922"
inkscape:window-height="713"
pagecolor="#ffffff"
inkscape:window-y="28"
inkscape:window-y="27"
inkscape:pageshadow="2"
bordercolor="#666666"
id="base" />

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@ -0,0 +1,24 @@
{
"name": "Infojune",
"short_name": "Infojune",
"description": "Site ayant pour but de répertorier les sites qui ont un rapport avec la monnaie libre Ğ1",
"display": "standalone",
"scope": "/",
"icons": [{
"src": "images/touch/homescreen48.png",
"sizes": "48x48",
"type": "image/png"
}, {
"src": "images/touch/homescreen72.png",
"sizes": "72x72",
"type": "image/png"
}, {
"src": "images/touch/homescreen96.png",
"sizes": "96x96",
"type": "image/png"
}, {
"src": "images/touch/homescreen144.png",
"sizes": "144x144",
"type": "image/png"
}]
}

View File

@ -3,6 +3,7 @@
<title>Infojune</title>
<meta charset="utf-8">
<link rel="stylesheet" href="/css/app.css">
<link rel="manifest" href="/manifest.webmanifest">
</head>
<body>
<nav>

View File

@ -4,8 +4,7 @@
<img width="200px" src="/storage/{{ $content->img }}" alt="{{ $content->name }} Logo">
<h3>{{ $content->name }}</h3>
{{ $content->description }}
<p>{{ $content->description }}</p>
<p class="licence">{{ $content->licence }}</p>
<p>Créateur(s) / Mainteneur Principal : </p>
@foreach (json_decode($content->creator, true) as $creator)