diff --git a/GameAtlas/.vs/GameAtlas/v17/.suo b/GameAtlas/.vs/GameAtlas/v17/.suo
index f044c2f..d1f92fa 100644
Binary files a/GameAtlas/.vs/GameAtlas/v17/.suo and b/GameAtlas/.vs/GameAtlas/v17/.suo differ
diff --git a/GameAtlas/GameAtlas/AppShell.xaml.cs b/GameAtlas/GameAtlas/AppShell.xaml.cs
index c70d1f2..ae9ad77 100644
--- a/GameAtlas/GameAtlas/AppShell.xaml.cs
+++ b/GameAtlas/GameAtlas/AppShell.xaml.cs
@@ -9,5 +9,7 @@ public partial class AppShell : Shell
InitializeComponent();
Routing.RegisterRoute(nameof(PageJeu), typeof(PageJeu));
+
+ Routing.RegisterRoute(nameof(PageAdmin), typeof(PageAdmin));
}
}
diff --git a/GameAtlas/GameAtlas/Resources/Styles/Colors.xaml b/GameAtlas/GameAtlas/Resources/Styles/Colors.xaml
index 3bbc159..37fa899 100644
--- a/GameAtlas/GameAtlas/Resources/Styles/Colors.xaml
+++ b/GameAtlas/GameAtlas/Resources/Styles/Colors.xaml
@@ -4,41 +4,41 @@
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
- #FAD05D
- #C8D1FF
- #D9D9D9
- White
- Black
- #E1E1E1
- #C8C8C8
- #A0A0A0
- #919191
- #5E5E5E
- #404040
- #212121
- #141414
- #121212
-
-
-
-
-
-
-
-
-
-
-
-
-
- #F7B548
- #FFD590
- #FFE5B9
- #28C2D1
- #7BDDEF
- #C3F2F4
- #3E8EED
- #72ACF1
+ #FAD05D
+ #C8D1FF
+ #D9D9D9
+ White
+ Black
+ #E1E1E1
+ #C8C8C8
+ #A0A0A0
+ #919191
+ #5E5E5E
+ #404040
+ #212121
+ #141414
+ #121212
+
+
+
+
+
+
+
+
+
+
+
+
+
+ #F7B548
+ #FFD590
+ #FFE5B9
+ #28C2D1
+ #7BDDEF
+ #C3F2F4
+ #3E8EED
+ #72ACF1
#A7CBF6
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml b/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml
index 4cf4640..cd3e1d5 100644
--- a/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml
+++ b/GameAtlas/GameAtlas/Resources/Styles/Styles.xaml
@@ -4,402 +4,402 @@
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/GameAtlas/GameAtlas/Views/PageAccueil.xaml b/GameAtlas/GameAtlas/Views/PageAccueil.xaml
index 5f08cd3..714fa2f 100644
--- a/GameAtlas/GameAtlas/Views/PageAccueil.xaml
+++ b/GameAtlas/GameAtlas/Views/PageAccueil.xaml
@@ -9,263 +9,275 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ Text="Jeux les mieux notés"
+ FontFamily="PTSansCaption-Bold"
+ FontSize="24"
+ Grid.Row="5"
+ Padding="25,25,0,25"
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/Views/PageAdmin.xaml b/GameAtlas/GameAtlas/Views/PageAdmin.xaml
index 5a82cc0..1788d5f 100644
--- a/GameAtlas/GameAtlas/Views/PageAdmin.xaml
+++ b/GameAtlas/GameAtlas/Views/PageAdmin.xaml
@@ -3,8 +3,36 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="GameAtlas.Views.PageAdmin"
Title="Page Admin">
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/Views/PageAdmin.xaml.cs b/GameAtlas/GameAtlas/Views/PageAdmin.xaml.cs
index 10cce10..653d72b 100644
--- a/GameAtlas/GameAtlas/Views/PageAdmin.xaml.cs
+++ b/GameAtlas/GameAtlas/Views/PageAdmin.xaml.cs
@@ -6,4 +6,9 @@ public partial class PageAdmin : ContentPage
{
InitializeComponent();
}
+
+ async void Back_Tapped(System.Object sender, Microsoft.Maui.Controls.TappedEventArgs e)
+ {
+ await Navigation.PopAsync();
+ }
}
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/Views/PageParcourir.xaml b/GameAtlas/GameAtlas/Views/PageParcourir.xaml
index 29259b4..0577afe 100644
--- a/GameAtlas/GameAtlas/Views/PageParcourir.xaml
+++ b/GameAtlas/GameAtlas/Views/PageParcourir.xaml
@@ -3,36 +3,89 @@
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"
x:Class="GameAtlas.Views.PageParcourir"
- Title="ECRAN DE CONNEXION" WidthRequest="390" HeightRequest="844"
- BackgroundColor="Beige">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ Title="ECRAN DE CONNEXION" WidthRequest="390" HeightRequest="844">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ https://cdn1.epicgames.com/offer/b7b42e2078524ab386a8b2a9856ef557/EGS_SifuDeluxeEditionUpgradeBundle_Sloclap_Bundles_S1_2560x1440-43bae7aa2089289442238bd1e2b55655
+ https://cdn.cloudflare.steamstatic.com/steam/apps/1562430/capsule_616x353.jpg?t=1682587412
+ https://i.ytimg.com/vi/0JdUZOZBi2g/maxresdefault.jpg
+ https://staticctf.ubisoft.com/J3yJr34U2pZ2Ieem48Dwy9uqj5PNUQTn/63JzhYgJbTQC1yW74tmZLJ/dd2912bbaf7c7a8a7e005f02d3e6cf4b/jd23-buy-keyart.jpg
+ https://gaming-cdn.com/images/products/8893/616x353/horizon-forbidden-west-ps5-playstation-5-jeu-playstation-store-cover.jpg
+ https://www.highgroundgaming.com/wp-content/uploads/2020/09/Uncharted-Games-Ranked.jpg
+ https://i.ytimg.com/vi/WQUU8jI1Sq8/maxresdefault.jpg
+ https://cdn1.epicgames.com/offer/e97659b501af4e3981d5430dad170911/EGS_HogwartsLegacy_AvalancheSoftware_S1_2560x1440-2baf3188eb3c1aa248bcc1af6a927b7e
+ https://cdn1.epicgames.com/offer/236c74b4cd2e4e3099cbe2ebdc9686fd/EGS_DeadIsland2_DeepSilverDambusterStudios_S1_2560x1440-fdc688ce46680914ee3c4a7949ce8a67
+ https://cdn.akamai.steamstatic.com/steam/apps/986130/capsule_616x353.jpg?t=1682348079
+ https://cdn1.epicgames.com/offer/b7b42e2078524ab386a8b2a9856ef557/EGS_SifuDeluxeEditionUpgradeBundle_Sloclap_Bundles_S1_2560x1440-43bae7aa2089289442238bd1e2b55655
+ https://cdn.cloudflare.steamstatic.com/steam/apps/1562430/capsule_616x353.jpg?t=1682587412
+ https://i.ytimg.com/vi/0JdUZOZBi2g/maxresdefault.jpg
+ https://staticctf.ubisoft.com/J3yJr34U2pZ2Ieem48Dwy9uqj5PNUQTn/63JzhYgJbTQC1yW74tmZLJ/dd2912bbaf7c7a8a7e005f02d3e6cf4b/jd23-buy-keyart.jpg
+ https://image.api.playstation.com/vulcan/ap/rnd/202010/2915/X8TO4UqHFGMQbHTDwKNlWU9z.jpg
+ https://www.highgroundgaming.com/wp-content/uploads/2020/09/Uncharted-Games-Ranked.jpg
+ https://gaming-cdn.com/images/products/967/616x353/sea-of-thieves-pc-xbox-one-xbox-series-x-s-pc-xbox-one-xbox-series-x-s-jeu-microsoft-store-cover.jpg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/Views/PageParcourir.xaml.cs b/GameAtlas/GameAtlas/Views/PageParcourir.xaml.cs
index e89a3f1..b70410a 100644
--- a/GameAtlas/GameAtlas/Views/PageParcourir.xaml.cs
+++ b/GameAtlas/GameAtlas/Views/PageParcourir.xaml.cs
@@ -6,4 +6,14 @@ public partial class PageParcourir : ContentPage
{
InitializeComponent();
}
+
+ async void OnGame_Tapped(System.Object sender, Microsoft.Maui.Controls.TappedEventArgs e)
+ {
+ await Shell.Current.GoToAsync(nameof(PageJeu));
+ }
+
+ async void Back_Tapped(System.Object sender, Microsoft.Maui.Controls.TappedEventArgs e)
+ {
+ await Navigation.PopAsync();
+ }
}
\ No newline at end of file
diff --git a/GameAtlas/GameAtlas/Views/PageProfil.xaml b/GameAtlas/GameAtlas/Views/PageProfil.xaml
index 21fdeee..bce17da 100644
--- a/GameAtlas/GameAtlas/Views/PageProfil.xaml
+++ b/GameAtlas/GameAtlas/Views/PageProfil.xaml
@@ -39,6 +39,10 @@
+
+
+
+
diff --git a/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs b/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs
index 6815f67..677f0c4 100644
--- a/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs
+++ b/GameAtlas/GameAtlas/Views/PageProfil.xaml.cs
@@ -11,4 +11,9 @@ public partial class PageProfil : ContentPage
{
await Shell.Current.GoToAsync(nameof(PageJeu));
}
+
+ async void OnAdmin_Tapped(System.Object sender, Microsoft.Maui.Controls.TappedEventArgs e)
+ {
+ await Shell.Current.GoToAsync(nameof(PageAdmin));
+ }
}
\ No newline at end of file