Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2019-12-16 23:59:00 +01:00
parent f19f4f43a6
commit 70f05363e2
33 changed files with 8242 additions and 0 deletions

3
public/clouds.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="1440" height="55" viewBox="0 0 1440 55" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M-72.0044 55C-24.0044 1.66667 23.9956 1.66667 71.9956 55H-72.0044ZM-0.00439644 55C47.9956 -11.6667 95.9956 -11.6667 143.996 55H-0.00439644ZM71.9956 55C119.996 8.33333 167.996 8.33333 215.996 55H71.9956ZM143.996 55C191.996 -5 239.996 -5 287.996 55H143.996ZM215.996 55C263.996 8.33333 311.996 8.33333 359.996 55H215.996ZM287.996 55C335.996 -18.3333 383.996 -18.3333 431.996 55H287.996ZM359.996 55C407.996 -5 455.996 -5 503.996 55H359.996ZM431.996 55C479.996 8.33333 527.996 8.33333 575.996 55H431.996ZM503.996 55C551.996 -5 599.996 -5 647.996 55H503.996ZM575.996 55C623.996 21.6667 671.996 21.6667 719.996 55H575.996ZM647.996 55C695.996 1.66667 743.996 1.66667 791.996 55H647.996ZM719.996 55C767.996 15 815.996 15 863.996 55H719.996ZM791.996 55C839.996 28.3333 887.996 28.3333 935.996 55H791.996ZM863.996 55C911.996 21.6667 959.996 21.6667 1008 55H863.996ZM935.996 55C983.996 1.66667 1032 1.66667 1080 55H935.996ZM1008 55C1056 18.3333 1104 18.3333 1152 55H1008ZM1080 55C1128 8.33333 1176 8.33333 1224 55H1080ZM1152 55C1200 1.66667 1248 1.66667 1296 55H1152ZM1224 55C1272 21.6667 1320 21.6667 1368 55H1224ZM1296 55C1344 5 1392 5 1440 55H1296ZM1368 55C1416 -1.66667 1464 -1.66667 1512 55H1368Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

3
public/logo.svg Normal file
View File

@ -0,0 +1,3 @@
<svg width="150" height="150" viewBox="0 0 150 150" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M72.8109 101.066L25 128.807L44.2174 84.4441L72.8109 101.066ZM79.7067 24.0024L125 128.807L45.0697 82.3519L70.2925 24.0024C71.8679 22.4526 73.4308 21.8064 74.9806 22.0652C76.556 21.7808 78.1321 22.427 79.7067 24.0024Z" fill="#4285F4"/>
</svg>

After

Width:  |  Height:  |  Size: 390 B

34
public/manifest.json Normal file
View File

@ -0,0 +1,34 @@
{
"short_name": "Gitea",
"name": "Gitea - Git with a cup of tea",
"icons": [
{
"src": "/img/gitea-lg.png",
"type": "image/png",
"sizes": "880x880"
},
{
"src": "/img/gitea-sm.png",
"type": "image/png",
"sizes": "120x120"
},
{
"src": "/img/gitea-512.png",
"type": "image/png",
"sizes": "512x512"
},
{
"src": "/img/gitea-192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"serviceworker": {
"src": "/service-worker.js"
},
"start_url": "/",
"scope": "/",
"background_color": "#FAFAFA",
"display": "standalone",
"theme_color": "#6cc644"
}

BIN
public/sea.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

BIN
public/uploads/stm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB