diff --git a/AppShell.xaml b/AppShell.xaml
index e2f9c0c..dcdb469 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -70,5 +70,5 @@
ContentTemplate="{DataTemplate pages:LoginPage}"
Route="LoginPage"/>
-
+
\ No newline at end of file
diff --git a/Pages/Splash.xaml b/Pages/Splash.xaml
new file mode 100644
index 0000000..8e6e8a2
--- /dev/null
+++ b/Pages/Splash.xaml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Pages/Splash.xaml.cs b/Pages/Splash.xaml.cs
new file mode 100644
index 0000000..4d2df16
--- /dev/null
+++ b/Pages/Splash.xaml.cs
@@ -0,0 +1,9 @@
+namespace ShoopNCook.Pages;
+
+public partial class Splash : ContentPage
+{
+ public Splash()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Pages/SplashScreen.xaml b/Pages/SplashScreen.xaml
new file mode 100644
index 0000000..7907bdd
--- /dev/null
+++ b/Pages/SplashScreen.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Pages/SplashScreen.xaml.cs b/Pages/SplashScreen.xaml.cs
new file mode 100644
index 0000000..98ac91f
--- /dev/null
+++ b/Pages/SplashScreen.xaml.cs
@@ -0,0 +1,9 @@
+namespace ShoopNCook.Pages;
+
+public partial class SplashScreen : ContentPage
+{
+ public SplashScreen()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/README.md b/README.md
index 61dfeda..90e88c6 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,4 @@
# ShopNCook
-Leo TUAILLON
\ No newline at end of file
+Par TUAILLON Leo et BATISTA Maxime
+
+ShopNCook est une application de cuisine.
\ No newline at end of file
diff --git a/Resources/AppIcon/appicon.svg b/Resources/AppIcon/appicon.svg
index 9d63b65..e3dcb1f 100644
Binary files a/Resources/AppIcon/appicon.svg and b/Resources/AppIcon/appicon.svg differ
diff --git a/Resources/Images/logo.png b/Resources/Images/logo.png
new file mode 100644
index 0000000..e3dcb1f
Binary files /dev/null and b/Resources/Images/logo.png differ
diff --git a/Resources/Splash/splash.svg b/Resources/Splash/splash.svg
index 21dfb25..e3dcb1f 100644
Binary files a/Resources/Splash/splash.svg and b/Resources/Splash/splash.svg differ
diff --git a/ShoopNCook.csproj b/ShoopNCook.csproj
index ee9c072..b14b679 100644
--- a/ShoopNCook.csproj
+++ b/ShoopNCook.csproj
@@ -32,10 +32,8 @@
-
-
@@ -95,6 +93,9 @@
+
+ MSBuild:Compile
+
MSBuild:Compile