From 50906865b730bdac3feb667fb30947da38bbf094 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Mon, 2 Aug 2021 11:06:57 -0400 Subject: [PATCH] Add forms --- Pages/Index.cshtml | 56 +++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 51 insertions(+), 5 deletions(-) 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