Add custom favicon

This commit is contained in:
Laura Hausmann 2023-01-24 18:39:09 +01:00
parent 6280c65f97
commit 52925f0748
Signed by: zotan
GPG Key ID: D044E84C5BE01605
3 changed files with 14 additions and 2 deletions

View File

@ -0,0 +1,9 @@
@page
@{
ViewData["Title"] = "Credits";
}
<h1>@ViewData["Title"]</h1>
<p>
Favicon made by <a href="https://www.flaticon.com/authors/vitaly-gorbachev">Vitaly Gorbachev</a> from <a href="https://www.flaticon.com">www.flaticon.com</a>
</p>

View File

@ -11,6 +11,9 @@
<header>
<nav class="navbar navbar-expand-md navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
<div class="container">
<a asp-area="" asp-page="/Index">
<img src="/favicon.ico" alt="Logo" style="width: 3.5ch; margin-right: 1ch"/>
</a>
<a class="navbar-brand" asp-area="" asp-page="/Index">Trainav <sup>v2</sup></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
@ -34,7 +37,7 @@
<footer class="border-top footer text-muted">
<div class="container">
&copy; 2020-@DateTime.Now.Year - Laura Hausmann - <a asp-area="" asp-page="/Privacy">Privacy</a>
&copy; 2020-@DateTime.Now.Year - Laura Hausmann - <a asp-area="" asp-page="/Privacy">Privacy</a> - <a asp-area="" asp-page="/Credits">Credits</a>
</div>
</footer>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 13 KiB