Skip to content

Commit

Permalink
🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
nor0x committed Sep 8, 2024
1 parent 88792d0 commit da6d2ed
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion WahlGPT.Web/Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,10 @@
Made with ☕ by <a href="https://johnnys.page" target="_blank">Joachim Leonfellner</a> in Vienna 🇦🇹 🇪🇺
</p>
<br />
<p>&copy; 2024 | Version: <a href="@Settings.GetVersionUrl()">@Settings.Version</a></p>
<p>&copy; 2024 | Version: <a href="@Settings.GetVersionUrl()">@Settings.Version.Substring(0, 7)</a></p>
</div>
<img src="images/header-img.png" class="header-img" />

</section>

@code
Expand Down
4 changes: 4 additions & 0 deletions WahlGPT.Web/wwwroot/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ span:nth-child(3) {
animation: none !important;
}

.header-img {
height:200px;
}

/* BLAZOR */


Expand Down
Binary file added WahlGPT.Web/wwwroot/images/header-img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WahlGPT.Web/wwwroot/images/header-img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added WahlGPT.Web/wwwroot/images/header-wide.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da6d2ed

Please sign in to comment.