+
+
+
+
+
+
+@section Styles {
+
+}
+
diff --git a/ASI.Basecode.WebApp/Views/Home/UserSettings.cshtml b/ASI.Basecode.WebApp/Views/Home/UserSettings.cshtml
new file mode 100644
index 0000000..22cc107
--- /dev/null
+++ b/ASI.Basecode.WebApp/Views/Home/UserSettings.cshtml
@@ -0,0 +1,63 @@
+@{
+ ViewData["Title"] = "User Settings";
+}
+
+
+@section Styles {
+
+}
\ No newline at end of file
diff --git a/ASI.Basecode.WebApp/Views/Home/ViewBookings.cshtml b/ASI.Basecode.WebApp/Views/Home/ViewBookings.cshtml
new file mode 100644
index 0000000..4bfe875
--- /dev/null
+++ b/ASI.Basecode.WebApp/Views/Home/ViewBookings.cshtml
@@ -0,0 +1,63 @@
+@{
+ ViewData["Title"] = "View Bookings";
+}
+
+
+@section Styles {
+
+}
\ No newline at end of file
diff --git a/ASI.Basecode.WebApp/Views/Shared/Index.cshtml b/ASI.Basecode.WebApp/Views/Shared/Index.cshtml
new file mode 100644
index 0000000..e1dd794
--- /dev/null
+++ b/ASI.Basecode.WebApp/Views/Shared/Index.cshtml
@@ -0,0 +1,5 @@
+@*
+ For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
+*@
+@{
+}
diff --git a/ASI.Basecode.WebApp/Views/Shared/Index1.cshtml.cs b/ASI.Basecode.WebApp/Views/Shared/Index1.cshtml.cs
new file mode 100644
index 0000000..1f21bc1
--- /dev/null
+++ b/ASI.Basecode.WebApp/Views/Shared/Index1.cshtml.cs
@@ -0,0 +1,12 @@
+using Microsoft.AspNetCore.Mvc;
+using Microsoft.AspNetCore.Mvc.RazorPages;
+
+namespace ASI.Basecode.WebApp.Views.Shared
+{
+ public class Index1Model : PageModel
+ {
+ public void OnGet()
+ {
+ }
+ }
+}
diff --git a/ASI.Basecode.WebApp/Views/Shared/_AdminSidebar.cshtml b/ASI.Basecode.WebApp/Views/Shared/_AdminSidebar.cshtml
new file mode 100644
index 0000000..5e6290d
--- /dev/null
+++ b/ASI.Basecode.WebApp/Views/Shared/_AdminSidebar.cshtml
@@ -0,0 +1,175 @@
+@*
+ For more information on enabling MVC for empty projects, visit https://go.microsoft.com/fwlink/?LinkID=397860
+*@
+@{
+
+}
+
+
\ No newline at end of file
diff --git a/ASI.Basecode.WebApp/Views/Shared/_Header.cshtml b/ASI.Basecode.WebApp/Views/Shared/_Header.cshtml
index 02b6b55..e8dc60e 100644
--- a/ASI.Basecode.WebApp/Views/Shared/_Header.cshtml
+++ b/ASI.Basecode.WebApp/Views/Shared/_Header.cshtml
@@ -1,4 +1,4 @@
-@using Microsoft.AspNetCore.Http
+@* @using Microsoft.AspNetCore.Http
@inject IHttpContextAccessor HttpContextAccessor
+ *@
\ No newline at end of file
diff --git a/ASI.Basecode.WebApp/Views/Shared/_Layout.cshtml b/ASI.Basecode.WebApp/Views/Shared/_Layout.cshtml
index cf2c918..aaf588f 100644
--- a/ASI.Basecode.WebApp/Views/Shared/_Layout.cshtml
+++ b/ASI.Basecode.WebApp/Views/Shared/_Layout.cshtml
@@ -1,6 +1,4 @@
-@using static ASI.Basecode.Resources.Views.Screen
-
-
+