You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.3 KiB

<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="CanYouBuildIt.Views.Credits"
Title="Credits">
<VerticalStackLayout>
<Grid>
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition />
<ColumnDefinition />
<ColumnDefinition />
</Grid.ColumnDefinitions>
<Label Grid.Row="0" Grid.Column="1"
Text="Cliquez sur les logo pour acceder aux sites"
HorizontalOptions="Center"
FontSize="20"
FontFamily="Trebuchet MS"
Margin="0,25"/>
<Image Grid.Row="1" Grid.Column="0"
Source="logoldlc.png"/>
<Image Grid.Row="1" Grid.Column="1"
Source="logocanyourunit.png"/>
<Image Grid.Row="1" Grid.Column="2"
Source="logodenicheur.png"/>
</Grid>
</VerticalStackLayout>
</ContentPage>