homepage and new picture

test_old_branch
Remy PORTET 1 year ago
parent ab35b0d9fd
commit 5bc15acff6

@ -7,29 +7,44 @@
<VerticalStackLayout <VerticalStackLayout
Padding="30,0" Padding="30,0"
Spacing="25"> Spacing="25">
<Label
Text="QWIRKLE"
FontSize="Header"
Style="{StaticResource Headline}"
SemanticProperties.HeadingLevel="Level1" />
<Image <Image
Source="dotnet_bot.png" Source="qwirklelogo.jpeg"
HeightRequest="185" HeightRequest="185"
Aspect="AspectFit" Aspect="AspectFit"
SemanticProperties.Description="dot net bot in a race car number eight" /> SemanticProperties.Description="dot net bot in a race car number eight" />
<Label <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}" Style="{StaticResource Headline}"
SemanticProperties.HeadingLevel="Level1" /> SemanticProperties.HeadingLevel="Level1" />
<Label <Label
Text="Welcome to &#10;.NET Multi-platform App UI" Text="Credits"
Style="{StaticResource SubHeadline}" Style="{StaticResource Headline}"
SemanticProperties.HeadingLevel="Level2" SemanticProperties.HeadingLevel="Level1" />
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" />
</VerticalStackLayout> </VerticalStackLayout>
</ScrollView> </ScrollView>

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Loading…
Cancel
Save