Skip to content

B-swart-dev/Study-Projects

Repository files navigation

Instructions for Capstone Project 1 – Online Resume

Project Specifications

  1. Create an HTML file named index.html.
  2. Use the <!DOCTYPE html> declaration at the beginning of the file.
  3. Create a head section that includes a title element with the text "My Resume".
  4. Inside the body, write HTML code to create an online resume that includes:
    • Summary or objective statement
    • Education (list degrees, schools, and dates)
    • Work experience (job titles, employers, dates, responsibilities)
    • Skills (relevant skills or expertise)
    • Awards, certifications, or achievements
  5. Use appropriate HTML tags to format each section (e.g., h1 for main headings, ul or ol for lists).
  6. Add a profile photo using the HTML <img> tag.
  7. Use anchor tags (<a>) to link to additional pages such as Hobbies and Contact.
  8. Add a footer element with your name and any copyright information or disclaimers.
    (Hint: use the MDN docs for things you don't know how to do:
    (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer))
  9. Save the file and open it in a browser to ensure it displays correctly.
  10. Add the website to GitHub as part of your portfolio.
  11. Publish it using GitHub Pages and share the link in the Q&A.
  12. Comment on and make suggestions for other students’ projects.

Example

https://appbrewery.github.io/capstone-1-example


Requirements

  • To keep the project within scope, you must only use HTML — no CSS or JavaScript.
  • Approach this as a professional developer:
    Look things up using Google, MDN docs, and other resources when needed.

About

A showcase of my studies and development projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published