diff --git a/AppShell.xaml b/AppShell.xaml index 277d3d1..e598246 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -19,6 +19,11 @@ ContentTemplate="{DataTemplate pages:ProfilePage}" Route="Profile" /> + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Pages/HomePage.xaml.cs b/Pages/HomePage.xaml.cs new file mode 100644 index 0000000..d0538e9 --- /dev/null +++ b/Pages/HomePage.xaml.cs @@ -0,0 +1,9 @@ +namespace ShoopNCook.Pages; + +public partial class HomePage : ContentPage +{ + public HomePage() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/Pages/SearchPage.xaml b/Pages/SearchPage.xaml index c7494b4..ecf0506 100644 --- a/Pages/SearchPage.xaml +++ b/Pages/SearchPage.xaml @@ -105,7 +105,6 @@ AlignContent="Start" Direction="Row" Wrap="Wrap"> - diff --git a/README.md b/README.md index badc0ec..61dfeda 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # ShopNCook +Leo TUAILLON \ No newline at end of file diff --git a/Resources/Fonts/Poppins-Regular.ttf b/Resources/Fonts/Poppins-Regular.ttf index e48144e..9f0c71b 100644 Binary files a/Resources/Fonts/Poppins-Regular.ttf and b/Resources/Fonts/Poppins-Regular.ttf differ diff --git a/Resources/Images/sort.svg b/Resources/Images/sort.svg new file mode 100644 index 0000000..0f0d1b1 --- /dev/null +++ b/Resources/Images/sort.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Resources/Images/syncalt.svg b/Resources/Images/syncalt.svg new file mode 100644 index 0000000..7490112 --- /dev/null +++ b/Resources/Images/syncalt.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Resources/Styles/Styles.xaml b/Resources/Styles/Styles.xaml index fda8d67..fa3882f 100644 --- a/Resources/Styles/Styles.xaml +++ b/Resources/Styles/Styles.xaml @@ -34,7 +34,7 @@ x:Key="UserInput"> - + @@ -44,7 +44,7 @@ x:Key="UserButton"> - +