Skip to content

codejay93/RR-JS-HTML-Resume

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Work Assignment - HTML Resume

Tech Stack

A list of expected technology to be used in this assignment

  • HTML
  • Web Browser

Assignment

You will need to create an HTML based resume page.

Requirements

Part 1

Create a web page that displays your resume. The web page should consist of the following sections:

  • Name
  • Objective (3 sentence minimun)
  • Work Experience (no less than 2 previous/present jobs)
  • Education
  • Skills (3 skills minimum)
  • LinkedIn Profile Address
  • Profile Image
  • Any awards and/or certificates if applicable

note: As we are not sending this form to be proccessed you can ignore the

Part 2

Now is time create a 2nd page. This page will contain a contact form. The form should have the following fields:

  • First Name (text field, limit of 30 characters)
  • Last Name (text field, limit of 30 characters)
  • Contact phone number (text field)
  • Phone number type: Landline, Mobile (radio button)
  • Contact email (text field, limit of 50 characters)
  • How did you hear about us: Search Engine, Social Media, Recruiter (drop down)
  • Interest for contacting: A list of your skills (check box)
  • Message (text area, limit of 250 characters)
  • Use of labels with all form fields
  • Use of validation

Instructions

  1. Fork this repository
  2. Clone your repository to your local machine git clone
  3. Complete lab requirements
    • Create HTML pages in the root directory
    • Create a folder named 'images' and add image files to this directory
  4. Add files to staging: git add .
  5. Commit staged files: `git commit -m ''
  6. Push changes to GitHub git push
  7. Finally create a pull request from your project GitHub page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published