diff --git a/public/images/infojune.svg b/public/images/infojune.svg index 728e63d..06d224b 100755 --- a/public/images/infojune.svg +++ b/public/images/infojune.svg @@ -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"> @@ -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" /> diff --git a/public/images/touch/homescreen144.png b/public/images/touch/homescreen144.png new file mode 100644 index 0000000..5c65724 Binary files /dev/null and b/public/images/touch/homescreen144.png differ diff --git a/public/images/touch/homescreen48.png b/public/images/touch/homescreen48.png new file mode 100644 index 0000000..d66ff3d Binary files /dev/null and b/public/images/touch/homescreen48.png differ diff --git a/public/images/touch/homescreen72.png b/public/images/touch/homescreen72.png new file mode 100644 index 0000000..7f75f97 Binary files /dev/null and b/public/images/touch/homescreen72.png differ diff --git a/public/images/touch/homescreen96.png b/public/images/touch/homescreen96.png new file mode 100644 index 0000000..5778489 Binary files /dev/null and b/public/images/touch/homescreen96.png differ diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest new file mode 100644 index 0000000..72ff72f --- /dev/null +++ b/public/manifest.webmanifest @@ -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" + }] + } diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index 91844e6..557e50b 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -3,6 +3,7 @@ Infojune +