HTML Portfolio Assignment Overview In this assignment, you will create a personal HTML portfolio page from scratch. You’ll build a simple webpage with information about yourself and expand it with some additional HTML features. You will turn in a link to your GitHub Pages site on Canvas when finished.
Instructions
- Set Up Create a new GitHub repository for this project.
Create an index.html file in your repository.
Enable GitHub Pages on your repository (Settings → Pages → Source: main branch → Save). This will give you a URL where your page is hosted.
- Build Your HTML Page Your page should include:
A title (your name) in a heading tag (
).
At least one image (use the tag).
At least one link to an external site (your GitHub, LinkedIn, etc.), using .
Make it open in a new tab.
At least one bullet point list (
- with
- ).
At least one numbered list (
- with
- ).
One centered heading (use inline CSS or center using a block element).
An input box () and a button ().
A link to another HTML page within your project.
(You'll need to create at least one additional .html file.)
- Extra Features (Stretch Goals) If you want to go beyond the basics:
Add some CSS to style your page (colors, fonts, layout, etc.).
Expand your content with more sections (projects, skills, contact info, etc.).
- Submission When you are done:
Make sure your GitHub Pages site is live.
Turn in the GitHub Pages link on Canvas.
- ).