diff --git a/MangaMap/App.xaml b/MangaMap/App.xaml
index 449386f..383c08d 100644
--- a/MangaMap/App.xaml
+++ b/MangaMap/App.xaml
@@ -8,6 +8,7 @@
+
diff --git a/MangaMap/AppShell.xaml b/MangaMap/AppShell.xaml
index 9320469..e879090 100644
--- a/MangaMap/AppShell.xaml
+++ b/MangaMap/AppShell.xaml
@@ -1,20 +1,24 @@
-
-
-
+
+
+
+
+
+
-
-
-
+
+
+
diff --git a/MangaMap/MangaMap.csproj b/MangaMap/MangaMap.csproj
index 732c162..bae8805 100644
--- a/MangaMap/MangaMap.csproj
+++ b/MangaMap/MangaMap.csproj
@@ -53,18 +53,24 @@
-
- loginPage.xaml
+
+ signUpPage.xaml
+
+ MSBuild:Compile
+
MSBuild:Compile
MSBuild:Compile
+
+ MSBuild:Compile
+
diff --git a/MangaMap/Resources/Theme/DarkTheme.xaml b/MangaMap/Resources/Theme/DarkTheme.xaml
new file mode 100644
index 0000000..c957a55
--- /dev/null
+++ b/MangaMap/Resources/Theme/DarkTheme.xaml
@@ -0,0 +1,12 @@
+
+
+
+
+ #FFFFFF
+ #C7C7CC
+ #9370DB
+
+
+
\ No newline at end of file
diff --git a/MangaMap/Resources/Theme/DarkTheme.xaml.cs b/MangaMap/Resources/Theme/DarkTheme.xaml.cs
new file mode 100644
index 0000000..478b2ca
--- /dev/null
+++ b/MangaMap/Resources/Theme/DarkTheme.xaml.cs
@@ -0,0 +1,9 @@
+namespace MangaMap.Resources.Theme;
+
+public partial class DarkTheme : ResourceDictionary
+{
+ public DarkTheme()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/MangaMap/Views/loginPage.xaml b/MangaMap/Views/loginPage.xaml
index 340ab4d..9e259ba 100644
--- a/MangaMap/Views/loginPage.xaml
+++ b/MangaMap/Views/loginPage.xaml
@@ -5,22 +5,21 @@
Title="loginPage">
-
+
-
+
-
+
-
+
-
+
-
-
-
+
+
+
+
-
-
\ No newline at end of file
diff --git a/MangaMap/Views/loginPage.xaml.cs b/MangaMap/Views/loginPage.xaml.cs
index 37de7d4..17b4576 100644
--- a/MangaMap/Views/loginPage.xaml.cs
+++ b/MangaMap/Views/loginPage.xaml.cs
@@ -4,7 +4,7 @@ public partial class loginPage : ContentPage
{
public loginPage()
{
- InitializeComponent();
+ InitializeComponent();
}
private void OnLoginClicked(object sender, EventArgs e)
diff --git a/MangaMap/Views/signUpPage.xaml b/MangaMap/Views/signUpPage.xaml
new file mode 100644
index 0000000..d6680a4
--- /dev/null
+++ b/MangaMap/Views/signUpPage.xaml
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MangaMap/Views/signUpPage.xaml.cs b/MangaMap/Views/signUpPage.xaml.cs
new file mode 100644
index 0000000..3f40078
--- /dev/null
+++ b/MangaMap/Views/signUpPage.xaml.cs
@@ -0,0 +1,14 @@
+namespace MangaMap.Views;
+
+public partial class signUpPage : ContentPage
+{
+ public signUpPage()
+ {
+ InitializeComponent();
+ }
+
+ private void OnLoginClicked(object sender, EventArgs e)
+ {
+ //
+ }
+}
\ No newline at end of file