added: logo and favicon
|
@ -5,12 +5,22 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<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" />
|
||||
</head>
|
||||
<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">
|
||||
<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 class="flex-none mr-6">
|
||||
<partial name="_LoginPartial"/>
|
||||
|
|
BIN
jsi-logo.afdesign
Normal file
BIN
wwwroot/android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
wwwroot/android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
wwwroot/apple-touch-icon.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
wwwroot/favicon-16x16.png
Normal file
After Width: | Height: | Size: 630 B |
BIN
wwwroot/favicon-32x32.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 15 KiB |
BIN
wwwroot/img/jsi-logo.png
Normal file
After Width: | Height: | Size: 24 KiB |
19
wwwroot/site.webmanifest
Normal 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"
|
||||
}
|