diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml index 8a5f8e3..f18a311 100644 --- a/Pages/Index.cshtml +++ b/Pages/Index.cshtml @@ -1,10 +1,56 @@ @page @model IndexModel @{ - ViewData["Title"] = "Home page"; + ViewData["Title"] = "Vacancy Submitter"; } -
-

Welcome

-

Learn about building Web apps with ASP.NET Core.

-
+
+
+
+
+
Start Here
+
+
+
+
+ + + You can get this from the URL or from + the + vacancy + review. This is NOT the Box #. +
+
+
Skills for Cover Letter
+ @for (int i = 0; i < Model.userData.skillOptions.Count(); i++) + { +
+ +
+
+ } + + +
+
+ +
+
+
+
+
+
+
+
Preview
+
+
+

Cover Letter

+ +
+ +
+ +
+
\ No newline at end of file