Objective: Use the basics of html & css to make a personal web page
Requirements:
HTML Elements to include:
Include one photo of yourself
Include at two lists on the site (1) unordered list and (1) ordered list
Include at least one external link to a site of interest.
Have some text in italics and some different text in bold
Have a contact info area. Make sure you include your email address somewhere on the site (do not have to use a mailto link, but can if you wish – just make sure the text on the page is your actual email address)
CSS Rules to include:
change the background color to something other than the default white
change the font color somewhere
resize your profile picture using CSS
anything else you want
Organizational Things to Include:
use comments to describe/organize each section <!-- this is a HTML Comment -->
You must code this assignment entirely in HTML and CSS (no javascript yet)
Use repl.it
**Play around with colors, fonts, or whatever other styling things you want. This is totally up to you with how it looks, just make sure you include everything above**
we'll use these two sites as a basic template
Here is an example personal webpage with all the necessary pieces