diff --git a/LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml b/LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml index 42d9fed..993178d 100644 --- a/LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml +++ b/LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml @@ -7,46 +7,84 @@ ViewData["Title"] = "First Time Setup"; } -
-
-
-

LANCommander

-
-
-
-

Welcome to LANCommander!

-

LANCommander is your one stop shop for distributing games on your LAN. Start your adventure with LANCommander and take control of your local multiplayer gaming!

-
-
registration
-
-
- - -
For first-time setup, an admin user is required. This user will be able to manage all aspects of the application.
-
-
- - - -
-
- - - -
-
+
+
+ +
+
-
-
-
- +
+
+
+
First Time Setup
-
- -
+
+
+
+

LANCommander is your one stop shop for distributing games on your LAN. Start your adventure with LANCommander and take control of your local multiplayer gaming!

+
-@section Scripts { - -} +
+
+
+ +
+ +
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+ +
+
+
+ +
+
+
+
+
+ +
+
+
+ +
+ +
+
+
+ +
+
+
+
+
+ +
+
+ +
+
+
+
+
+ +
+ Don't have account yet? Register +
+
+
\ No newline at end of file diff --git a/LANCommander/Areas/Identity/Pages/Account/Login.cshtml b/LANCommander/Areas/Identity/Pages/Account/Login.cshtml index cbcf884..bef9d15 100644 --- a/LANCommander/Areas/Identity/Pages/Account/Login.cshtml +++ b/LANCommander/Areas/Identity/Pages/Account/Login.cshtml @@ -6,47 +6,84 @@ ViewData["Title"] = "Log in"; } -
-
-
+
+
+ +
-
-
-

Login to your account

- -
- - - -
- -
- - - -
- -
- -
- - - -@section Scripts { - -} +
\ No newline at end of file diff --git a/LANCommander/Areas/Identity/Pages/Account/Register.cshtml b/LANCommander/Areas/Identity/Pages/Account/Register.cshtml index 9b54d59..f141f05 100644 --- a/LANCommander/Areas/Identity/Pages/Account/Register.cshtml +++ b/LANCommander/Areas/Identity/Pages/Account/Register.cshtml @@ -5,46 +5,80 @@ ViewData["Title"] = "Register"; } -
-
-
+
+
+ +
-
-
-

Create a new account

- -
- - - -
- -
- - - -
- -
- - - -
- - - -@section Scripts { - -} +
\ No newline at end of file diff --git a/LANCommander/Views/Shared/_LayoutBasic.cshtml b/LANCommander/Views/Shared/_LayoutBasic.cshtml index 5c8ff47..5c0640c 100644 --- a/LANCommander/Views/Shared/_LayoutBasic.cshtml +++ b/LANCommander/Views/Shared/_LayoutBasic.cshtml @@ -4,17 +4,33 @@ @ViewData["Title"] - LANCommander - - + + + @RenderBody() - - - - + + + + + + @await RenderSectionAsync("Scripts", required: false)