Add Skills to cookies
This commit is contained in:
@ -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/>
|
||||
Reference in New Issue
Block a user