Add Skills to cookies

This commit is contained in:
2021-08-02 19:53:55 -04:00
parent 9ad421173c
commit 61caa697f0
4 changed files with 34 additions and 15 deletions

View File

@ -27,6 +27,12 @@
<label for="userData.coverLetter">Cover Letter Format:</label>
<textarea asp-for="userData.coverLetter" style="width: 100%; height: 18rem"></textarea>
<small class="text-muted">Write your cover letter above, using variables like $name, $title, $vacancy, $box to auto-fill from the posting.</small>
</div>
<div class="form-group">
<label for="skills">Skills:</label>
<textarea asp-for="skills" style="width: 100%; height: 18rem"></textarea>
<small class="text-muted">List your skills for applications above, one skill per line.</small>
</div>
<button type="submit" class="btn btn-primary">Save Settings</button>
</form>
@ -35,4 +41,6 @@
Visits: @Model.userData.visitCounter
</div>
</div>
</div>
</div>
<br/>
<br/>