Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
urghosthost authored Dec 13, 2023
1 parent 6fc2ce8 commit 14cf4c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions application.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ <h1>APPLICATION</h1>
<!--Application Form-->
<div class="application" style="margin: 0 10% 25px 10%; text-align: center;">
<form action="applicationsubmitted.html">
<h2 style="color: #B50202;">WHICH JOB ARE YOU APPLYING TO?</h2>
<select id="job" name="job">
<option value="customerservice">Customer Service</option>
<option value="floormanager">Floor Manager</option>
<option value="screenprinter">Screen Printer</option>
</select><br><br>
<h2 style="color: #B50202;">PERSONAL INFORMATION</h2>
<label for="fname"><h4>First Name:</h4></label>
<input type="text" id="fname" name="fname"><br>
Expand Down

0 comments on commit 14cf4c5

Please sign in to comment.