diff --git a/GameAtlas/.vs/GameAtlas/v17/.suo b/GameAtlas/.vs/GameAtlas/v17/.suo index 459d950..ed9ee51 100644 Binary files a/GameAtlas/.vs/GameAtlas/v17/.suo and b/GameAtlas/.vs/GameAtlas/v17/.suo differ diff --git a/GameAtlas/GameAtlas/GameAtlas.csproj b/GameAtlas/GameAtlas/GameAtlas.csproj index b9acc7a..1cfdd2c 100644 --- a/GameAtlas/GameAtlas/GameAtlas.csproj +++ b/GameAtlas/GameAtlas/GameAtlas.csproj @@ -52,7 +52,7 @@ - + @@ -61,6 +61,21 @@ + + PageJeu.xaml + + + PageInscription.xaml + + + + + + MSBuild:Compile + + + MSBuild:Compile + MSBuild:Compile diff --git a/GameAtlas/GameAtlas/GameAtlas.csproj.user b/GameAtlas/GameAtlas/GameAtlas.csproj.user index 13e78b3..a613d36 100644 --- a/GameAtlas/GameAtlas/GameAtlas.csproj.user +++ b/GameAtlas/GameAtlas/GameAtlas.csproj.user @@ -15,6 +15,12 @@ ProjectDebugger + + Designer + + + Designer + Designer diff --git a/GameAtlas/GameAtlas/Models/Utilisateur.cs b/GameAtlas/GameAtlas/Models/Utilisateur.cs new file mode 100644 index 0000000..433e670 --- /dev/null +++ b/GameAtlas/GameAtlas/Models/Utilisateur.cs @@ -0,0 +1,25 @@ +using GameAtlas.Views; +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace GameAtlas.Models +{ + public class Utilisateur + { + public string Mail { get; private set; } + public string Pseudo { get; private set; } + public string Mdp { get; private set; } + public List ListePossedes { get; private set; } + public List ListeFavoris { get; private set; } + + public Utilisateur(string mail, string pseudo, string mdp) + { + Mail = mail; + Pseudo = pseudo; + Mdp = mdp; + } + } +} diff --git a/GameAtlas/GameAtlas/Resources/Images/logo.png b/GameAtlas/GameAtlas/Resources/Images/logo.png new file mode 100644 index 0000000..ddd195c Binary files /dev/null and b/GameAtlas/GameAtlas/Resources/Images/logo.png differ diff --git a/GameAtlas/GameAtlas/Resources/Images/unknown.png b/GameAtlas/GameAtlas/Resources/Images/unknown.png deleted file mode 100644 index de6a7b5..0000000 Binary files a/GameAtlas/GameAtlas/Resources/Images/unknown.png and /dev/null differ diff --git a/GameAtlas/GameAtlas/Views/PageAccueil.xaml b/GameAtlas/GameAtlas/Views/PageAccueil.xaml index 5f52e0f..439c060 100644 --- a/GameAtlas/GameAtlas/Views/PageAccueil.xaml +++ b/GameAtlas/GameAtlas/Views/PageAccueil.xaml @@ -18,9 +18,8 @@ IsClippedToBounds="True" HorizontalOptions="Start" VerticalOptions="Center" - Grid.Row="1"> - - + Grid.Row="1" + /> + VerticalOptions="Center" + /> @@ -43,16 +42,16 @@ HorizontalOptions="Fill" Grid.Row="2" Grid.Column="0" - Margin="10"> - + Margin="10" + /> + Padding="20" + /> @@ -60,16 +59,16 @@ - - Z + + + Padding="20" + /> + + + + + + \ No newline at end of file diff --git a/GameAtlas/GameAtlas/Views/PageAdmin.xaml.cs b/GameAtlas/GameAtlas/Views/PageAdmin.xaml.cs new file mode 100644 index 0000000..561c06c --- /dev/null +++ b/GameAtlas/GameAtlas/Views/PageAdmin.xaml.cs @@ -0,0 +1,9 @@ +namespace GameAtlas.Views; + +public partial class NewPage1 : ContentPage +{ + public NewPage1() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/GameAtlas/GameAtlas/Views/PageConnexion.xaml b/GameAtlas/GameAtlas/Views/PageConnexion.xaml index 4c34e73..1f63063 100644 --- a/GameAtlas/GameAtlas/Views/PageConnexion.xaml +++ b/GameAtlas/GameAtlas/Views/PageConnexion.xaml @@ -1,111 +1,53 @@ - - - - - - - - - - - - - - - - - - - - - + - - - + - \ No newline at end of file diff --git a/GameAtlas/GameAtlas/Views/PageInscription.xaml b/GameAtlas/GameAtlas/Views/PageInscription.xaml new file mode 100644 index 0000000..008410b --- /dev/null +++ b/GameAtlas/GameAtlas/Views/PageInscription.xaml @@ -0,0 +1,31 @@ + + + + + + + +