homepage and new picture

test_old_branch
Remy PORTET 1 year ago
parent ab35b0d9fd
commit 5bc15acff6

@ -7,29 +7,44 @@
<VerticalStackLayout
Padding="30,0"
Spacing="25">
<Label
Text="QWIRKLE"
FontSize="Header"
Style="{StaticResource Headline}"
SemanticProperties.HeadingLevel="Level1" />
<Image
Source="dotnet_bot.png"
Source="qwirklelogo.jpeg"
HeightRequest="185"
Aspect="AspectFit"
SemanticProperties.Description="dot net bot in a race car number eight" />
<Label
Text="Hello, World!"
Text="Play"
Style="{StaticResource Headline}"
SemanticProperties.HeadingLevel="Level1" />
<Label
Text="Continue"
Style="{StaticResource Headline}"
SemanticProperties.HeadingLevel="Level1" />
<Label
Text="Leaderboard"
Style="{StaticResource Headline}"
SemanticProperties.HeadingLevel="Level1" />
<Label
Text="Settings"
Style="{StaticResource Headline}"
SemanticProperties.HeadingLevel="Level1" />
<Label
Text="Welcome to &#10;.NET Multi-platform App UI"
Style="{StaticResource SubHeadline}"
SemanticProperties.HeadingLevel="Level2"
SemanticProperties.Description="Welcome to dot net Multi platform App U I" />
<Button
x:Name="CounterBtn"
Text="Click me"
SemanticProperties.Hint="Counts the number of times you click"
Clicked="OnCounterClicked"
HorizontalOptions="Fill" />
Text="Credits"
Style="{StaticResource Headline}"
SemanticProperties.HeadingLevel="Level1" />
</VerticalStackLayout>
</ScrollView>

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Loading…
Cancel
Save