Skip to content

📝Lab Assignment #1 - Portfolio

Due 4/13

Time to put your skills to the test and create a home page for the individual maps that you will be making this quarter. Describe some of your interests. This is your portfolio, so feel free to delete or add anything. If you made multiple HTML pages, please link them all to the index.html using the <a href=""></a> tag>.

Your Portfolio must contain the following:

  • A <h1> tag for your title
  • A <h2> or <h3> tag to create a title for a sub-section about your interests.
  • A <p> tag for a paragraph describing yourself and your goals as a critical digital map maker.
  • Style CSS by changing the background color, font, or anything else.
  • Use an ordered list <ol> tag and an unordered list <ul> tag to list things.
  • Include an <img> tag with a photo of yourself or an avatar. Feel free to add other images too to give some flavor to your page, like food or desserts.
  • Use the <a> tag to add a link to 2 other web pages.
  • Set up GitHub pages for your repo

Submission

Extra Credit: (any of these)

  • Add another html page (it can be more_about_me.html or anything else) not index.html. (Be sure to link it to your index.html and describe what you are showing)

  • Add JavaScript and a map: Add at least 2-3 markers to the map with a common theme, for example organizations you’ve volunteered for or places you’ve traveled. Remember to use a tool like Lat/Lng finder to get the coordinates!

HTML Resources to help with your assignment