-
Notifications
You must be signed in to change notification settings - Fork 11
final #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
final #6
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| <!DOC TYPE> | ||
| <html> | ||
| <head> | ||
| <title> Jonathan Howie's Resume</title> | ||
| </head> | ||
|
|
||
| <body> | ||
| <header> | ||
| <h1> Jonathan Howie </h1> | ||
|
|
||
| <img src= "/img/profile.jpg" width="300" height="200" > | ||
|
|
||
| <br> | ||
|
|
||
| <h2>Objective</h2> | ||
| <p>To obtain full time employment as a professional driver with a reputable company. <br> | ||
| I am searching for a position in which I can excel in the workplace as well as bring a reliable and hardworking individual to your team. <br> | ||
| I have an extensive background in hauling and logistics and would love to put that knowledge to use.</p> <br> | ||
| </header> | ||
|
|
||
| <section> | ||
| <h2>Experience</h2> | ||
| <p> | ||
| <ul> | ||
| <li> DELIVERY DRIVER | PEPSICO | MARCH 2018-CURRENT: | ||
| Daily routes with 500 +cases to deliver, must maintain excellent customer service and be time efficient. </li> <br> | ||
| <li>DELIVERY DRIVER | PERFORMANCE FOOD GROUP | JULY 2017-FEBRUARY 2018: | ||
| Daily routes with 500-800 pieces to deliver, must maintain excellent customer service, be time efficient. | ||
| </li> <br> | ||
| <li>FLAT BED, OVER THE ROAD DRIVER | SYSTEM TRANSPORT | DECEMBER 2016-APRIL 2017: | ||
| Load securement, efficient with time and planning deliveries, pre and post trip inspections, maintain logs. | ||
| </li> | ||
|
|
||
| </ul> | ||
| <h2>Education</h2> | ||
| <p>CDL CLASS A | 2013 | ALLSTATE CAREERS-LESTER, PA | ||
| HIGH SCHOOL DIPLOMA | 2004 | ||
| </p> | ||
| <h2>Skills</h2> | ||
| <ul> | ||
| <li> CDL CLASS A</li> | ||
| <li> TWIC card holder</li> | ||
| <li> No moving violations, can provide copy of MVR</li> | ||
| <li> Excellent communication skills</li> | ||
| <li>Familiar with safety & DOT regulations </li> | ||
| </ul> | ||
| </section> | ||
| <hr> | ||
| <footer> | ||
| <strong><a href="https://www.linkedin.com/feed/"> Jonathan Howie Linked In Profile Page</a></strong> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You should make a LinkedIn profile |
||
| </footer> | ||
|
|
||
|
|
||
| </p> | ||
|
|
||
| </body> | ||
| </html> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Minor styling issues (-1) |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,57 @@ | ||
| <!DOC TYPE> | ||
| <html> | ||
| <head> | ||
| <title> Resume Form </title> | ||
| </head> | ||
|
|
||
| <body> | ||
| <h1>Resume Form</h1> | ||
| <form> | ||
| <label for="fname"> First Name</label> | ||
| <input type="text" id="fname" name="fname" maxlength="30"> <br> <br> | ||
| <!-- First and Last name forms --> | ||
| <label for="lname" id="lname" name="lname"> Last Name</label> | ||
| <input type="text" id="lname" name="lname" maxlength="30"> <br> <br> | ||
|
|
||
| <label for="contact" > Contact Phone Number </label> | ||
| <input type="text" id="contactPhoneNumber" name="contactPhoneNumber"> <br> | ||
|
|
||
| <label> Phone Number Type</label> | ||
| <input type="radio" name="PhoneNumbertype" value="Landline"> <label>Landline</label> | ||
| <input type="radio" name="PhoneNumbertype" value="Mobile"> <label>Mobile</label> <br> <br> | ||
|
|
||
| <label for="Contactemail">Contact Email</label> | ||
| <input type="text" id="contactEmail" name="user_email" maxlength="50"> <br> <br> | ||
|
|
||
| <label for="Howdidyouhearaboutus">How did you hear about us </label> | ||
| <select name="Howdidyouhearaboutus" id="Howdidyouhearaboutus"> | ||
| <option value="Searchengine"> Search Engine</option> | ||
| <option value="Socialmedia"> Social Media</option> | ||
| <option value="Recuiter"> Recruiter</option> | ||
| </select> | ||
|
|
||
|
|
||
| <h2>Interest For Contacting</h2> | ||
|
|
||
| <label for="Skills1" > HazMat </label> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should probably have some breaks in here to make the check boxes stack |
||
| <input type="checkbox" id="Skills1" name="Skills1" value="HazMat"> | ||
| <label for="skills2" > Doubles/Triples </label> | ||
| <input type="checkbox" id="skills2" name="skills2" value="Doubles/Triples"> | ||
| <label for="skills3" > Tanker </label> | ||
| <input type="checkbox" id="skills3" names="skills3" value="tankers"> | ||
| <label for="skills4">School Bus/Passenger</label> | ||
| <input type="checkbox" id="skills4" names="skills4" value="schoolbus/Passenger"> <br> <br> | ||
|
|
||
| <label for="Message"> Message</label> | ||
| <textarea name="" id="" cols="30" rows="10" maxlength="250"></textarea> | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| </form> | ||
| </body> | ||
|
|
||
| </html> | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 98/100 |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing image file (-2)