1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-20 01:39:00 +00:00

added: logo and favicon

This commit is contained in:
Mia Rose Winter 2023-11-18 13:11:12 +01:00
parent fd11b4836c
commit b1510cebbd
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E
10 changed files with 30 additions and 1 deletions

View file

@ -5,12 +5,22 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - JustShortIt</title> <title>@ViewData["Title"] - JustShortIt</title>
<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="stylesheet" href="/css/main.min.css" asp-append-version="true" /> <link rel="stylesheet" href="/css/main.min.css" asp-append-version="true" />
</head> </head>
<body class="flex flex-col min-h-screen"> <body class="flex flex-col min-h-screen">
<nav class="navbar bg-primary text-primary-content p-0 min-h-0" aria-label="main navigation"> <nav class="navbar bg-primary text-primary-content p-0 min-h-0" aria-label="main navigation">
<div class="flex-1"> <div class="flex-1">
<a class="btn btn-ghost rounded-none px-6" href="https://github.com/miawinter98/just-short-it" target="_blank">Just Short It!</a> <a class="btn btn-ghost rounded-none px-6" href="https://github.com/miawinter98/just-short-it" target="_blank">
<figure>
<img class="w-8 h-8" src="/img/jsi-logo.png" width="400" alt="" />
</figure>
Just Short It!
</a>
</div> </div>
<div class="flex-none mr-6"> <div class="flex-none mr-6">
<partial name="_LoginPartial"/> <partial name="_LoginPartial"/>

BIN
jsi-logo.afdesign Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
wwwroot/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

BIN
wwwroot/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 15 KiB

BIN
wwwroot/img/jsi-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

19
wwwroot/site.webmanifest Normal file
View file

@ -0,0 +1,19 @@
{
"name": "Just Short It",
"short_name": "JSI",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#4a3285",
"background_color": "#141414",
"display": "standalone"
}