diff --git a/Pages/Settings.cshtml b/Pages/Settings.cshtml index 69e27fa..d07961b 100644 --- a/Pages/Settings.cshtml +++ b/Pages/Settings.cshtml @@ -3,39 +3,70 @@ @{ ViewData["Title"] = "Settings"; } +
+
+
+
+ Instructions +
+
+ @if(Model.userData.skillOptions.Count == 0 || Model.userData.coverLetter == "") { +
You must set up your Cover Letter template, and Skills.
+ } +
    +
  • Name is for your name to generate the Cover Letter
  • +
  • Email address is your sending email address
  • +
  • Email host is the host used to send emails (smtp.google.com, oogieboogie.nightmare.haus, etc)
  • +
  • Cover Letter Format is the format of your cover letter, it will allow variables to be replaced
  • +
      +
    • $name will be replaced with the name of the Contact for the posting
    • +
    • $title will be replaced with the title from the posting
    • +
    • $vacancy will be replaced with the vacancy ID
    • +
    • $box will be replaced with the box number, if available
    • +
    • $skills will be replaced with a bulleted list of your skills from below
    • +
    +
  • Skills is a bulleted list (one skill per line) of your skills to be replaced above
  • +
-
-
-
- Settings - Don't forget to save! +
-
-
-
- - - - - - -
-
- - - Write your cover letter above, using variables like $name, $title, $vacancy, $box, and $skills to auto-fill from the posting. -
-
- - - List your skills for applications above, one skill per line. -
- -
-
- +
+ +
+
+ Settings - Don't forget to save! +
+
+
+
+ + + + + + +
+
+ + + Write your cover letter above, using variables like $name, $title, + $vacancy, $box, and $skills to auto-fill from the posting. +
+
+ + + List your skills for applications above, one skill per line. +
+ +
+
+
-
-
\ No newline at end of file +
+
\ No newline at end of file