CSC 223 — Authoring for the Web

Bio Page

Overview

In this assignment you'll use HTML images and lists to create a bio page.

Example Bio Page

The requirements for this assignment are pretty loose. Your bio page should contain a picture of you, describe something about you using multiple paragraph tags, and contain at least two different lists, one ordered and one unordered.

You can put whatever you want in those lists, but you should treat this assignment as a way to create a sort of online resume for yourself. Feel free to link to other sites in your list if it's appropriate.

Assignment

  1. Create a new html page in your assignments folder. (You can name the assignment files whatever you want, as long as they are unique, end in .html, and don't contain spaces)

  2. Add the necessary HTML to fulfill the assignment guidelines.

  3. Modify your index.html if necessary so that your assignment list correctly links to the new page.

  4. Use git or GitHub Desktop to commit those changes and push them to GitHub.

  5. Wait a minute or so after pushing your changes and verify that your changes appear on your GitHub Pages site.

  6. Submit the url to your github pages site to MySVU. (This should be something like https://USERNAME.github.io/REPOSITORYNAME).