Description:
To complete Capstone Project 1, information regarding education, work experience, and skills needs to be gathered.
[ Section 04: Multi-Page Websites; part 031 ]
Additional Information:
Write Summary.
Collect Education, Work experience, Skills, and Hobbies.
Collect Awards and Certificate information, et al.
Choose a photo.
Instructions for Capstone Project 1 - Online Resume
Project Specifications
[ ] Create an HTML file named index.html.
[ ] Use the <!DOCTYPE html> declaration at the beginning of the file to indicate that it's an HTML document.
[ ] Create a head section that includes a title element with the text "My Resume".
[ ] Inside the body section, write HTML code to create an online resume covering the following aspects:
Summary or objective statement
Education (list degrees, schools, and dates)
Work experience (list job titles, employers, dates, and responsibilities)
Skills (list relevant skills or areas of expertise)
Awards, certifications, or other achievements (list any relevant awards, certifications, or other accomplishments)
[ ] Format the content of each section using appropriate HTML tags, such as h1 for section headings and ul or ol for lists.
[ ] Use HTML tags to add a profile photo of yourself.
[ ] Use relevant anchor tags to create a multi-page website listing other aspects of your resume, such as your Hobbies and Contact details.
To keep the project within scope (time, energy, resource), you can only use HTML to complete it. Even if you know CSS and JS (which we assume you still need to know), you are expected to write the website using HTML only.
Imagine you are a professional developer working on this project. There will be things you don't know or want to do but have yet to learn how to do. As a professional developer, you need to know the limits of your abilities and look up other things in Google, MDN docs, and the internet.
Description: To complete Capstone Project 1, information regarding education, work experience, and skills needs to be gathered. [ Section 04: Multi-Page Websites; part 031 ]
Additional Information:
Write Summary.
Collect Education, Work experience, Skills, and Hobbies.
Collect Awards and Certificate information, et al.
Choose a photo.
Instructions for Capstone Project 1 - Online Resume
Project Specifications
[ ] Create an HTML file named
index.html
.[ ] Use the
<!DOCTYPE html>
declaration at the beginning of the file to indicate that it's an HTML document.[ ] Create a
head
section that includes atitle
element with the text "My Resume".[ ] Inside the
body
section, write HTML code to create an online resume covering the following aspects:[ ] Format the content of each section using appropriate HTML tags, such as
h1
for section headings andul
orol
for lists.[ ] Use HTML tags to add a profile photo of yourself.
[ ] Use relevant anchor tags to create a multi-page website listing other aspects of your resume, such as your Hobbies and Contact details.
[ ] Add a footer element with your name, copyright information, or other 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
[ ] Save the
index.html
file and open it in a web browser to ensure it displays correctly.[ ] Add your website to your GitHub to start building your portfolio.
[ ] Publish your website using GitHub pages and share it with other students here (in the Q&A).
[ ] Comment and make suggestions for other students' projects.
Example
https://appbrewery.github.io/capstone-1-example
Requirements
To keep the project within scope (time, energy, resource), you can only use HTML to complete it. Even if you know CSS and JS (which we assume you still need to know), you are expected to write the website using HTML only.
Imagine you are a professional developer working on this project. There will be things you don't know or want to do but have yet to learn how to do. As a professional developer, you need to know the limits of your abilities and look up other things in Google, MDN docs, and the internet.