Add icons

This commit is contained in:
Gabriel Augendre 2019-07-02 15:11:31 +02:00 committed by GitHub
parent 14908e2952
commit da1b4e3367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 54 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 813 B

View File

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/static/icons/mstile-150x150.png?v=yyLzeamAbE"/>
<TileColor>#2d89ef</TileColor>
</tile>
</msapplication>
</browserconfig>

Binary file not shown.

After

Width:  |  Height:  |  Size: 409 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,27 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="1024.000000pt" height="1024.000000pt" viewBox="0 0 1024.000000 1024.000000"
preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.11, written by Peter Selinger 2001-2013
</metadata>
<g transform="translate(0.000000,1024.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M2315 10224 c-643 -81 -1200 -485 -1485 -1075 -96 -200 -146 -375
-176 -609 -21 -171 -21 -6669 0 -6840 30 -242 81 -412 185 -625 148 -300 358
-544 635 -736 221 -154 468 -255 757 -311 l114 -22 3410 -3 c2433 -2 3425 0
3463 8 174 36 321 178 367 356 21 81 21 465 0 546 -21 81 -60 152 -115 211
-33 36 -50 65 -59 98 -61 249 -67 1003 -11 1331 18 107 19 109 68 161 27 29
62 76 76 104 60 119 56 -148 56 3582 0 3731 4 3463 -56 3582 -36 71 -123 159
-193 197 -125 66 170 61 -3551 60 -2819 -1 -3393 -4 -3485 -15z m5327 -2582
l33 -32 0 -250 0 -250 -33 -32 -32 -33 -2170 0 -2170 0 -32 33 -33 32 0 249 0
249 25 27 c14 15 34 31 45 35 11 5 991 8 2177 7 l2158 -2 32 -33z m0 -1280
l33 -32 0 -250 0 -250 -33 -32 -32 -33 -2170 0 -2170 0 -32 33 -33 32 0 249 0
249 25 27 c14 15 34 31 45 35 11 5 991 8 2177 7 l2158 -2 32 -33z m624 -3829
c-32 -155 -32 -1071 0 -1226 l6 -27 -2919 2 c-2807 3 -2920 4 -2973 21 -277
93 -460 338 -460 617 0 243 143 468 366 576 137 67 -88 62 3092 63 l2894 1 -6
-27z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,18 @@
{
"name": "Manuels scolaires",
"short_name": "Manuels scolaires",
"icons": [
{
"src": "/static/icons/android-chrome-192x192.png?v=yyLzeamAbE",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/icons/android-chrome-512x512.png?v=yyLzeamAbE",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff"
}