Open your IDEA Static Web project associated with your htdocs/ics415f15 directory.
Using IDEA create a subdirectory named w2c2 under the IC directory.
Copy your HTML files from w2c1 to w2c2.
Remove all the table elements from your HTML, leaving the HTML5 tags, add id and or class attributes to the HTML tags.
Create a style sheet layout.css that creates a nice looking layout similar to the table layout from the previous class.
Also apply a Google font to some of the text in your page.
Start Apache, view the website in your browser. Change the size of your browser, what happens?
Commit the website to GitHub.
Show me your website.