reworked home page
This commit is contained in:
parent
be1297708d
commit
c0faa7aeee
5 changed files with 15 additions and 8 deletions
|
@ -1,9 +1,15 @@
|
||||||
@page "/"
|
@page "/"
|
||||||
|
|
||||||
<PageTitle>Index</PageTitle>
|
<PageTitle>LIEB</PageTitle>
|
||||||
|
|
||||||
<h1>Hello, world!</h1>
|
<table>
|
||||||
|
<tr>
|
||||||
Welcome to your new app.
|
<h1 style="text-align: center">Ohne Aggression [LIEB]</h1>
|
||||||
|
</tr>
|
||||||
<SurveyPrompt Title="How is Blazor working for you?" />
|
<tr>
|
||||||
|
<p style="text-align: center">Willkommen auf der Website der Gilde LIEB</p>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<p style="text-align: center"><img src="GuildIcon512.svg" alt="guild icon"></p>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
@inject AuthenticationStateProvider AuthenticationStateProvider
|
@inject AuthenticationStateProvider AuthenticationStateProvider
|
||||||
@inherits LayoutComponentBase
|
@inherits LayoutComponentBase
|
||||||
|
|
||||||
<PageTitle>Lieb</PageTitle>
|
<PageTitle>LIEB</PageTitle>
|
||||||
|
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<div class="top-row ps-3 navbar navbar-dark">
|
<div class="top-row ps-3 navbar navbar-dark">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand" href="">Lieb</a>
|
<a class="navbar-brand" href=""><img src="GuildIcon512.svg" alt="guild icon" style="width:30px;height:30px;"> [LIEB]</a>
|
||||||
<button title="Navigation menu" class="navbar-toggler" @onclick="ToggleNavMenu">
|
<button title="Navigation menu" class="navbar-toggler" @onclick="ToggleNavMenu">
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
|
|
1
Lieb/wwwroot/GuildIcon512.svg
Normal file
1
Lieb/wwwroot/GuildIcon512.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 4.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue