If you haven’t installed GitHub Desktop, do. http://desktop.github.com/
Find your XAMPP htdocs directory. Then clone your ics415f15 Git repository into your XAMPP htdocs directory.
Create a new IDEA Static Web project associated with your htdocs/ics415f15 directory.
Using IDEA create a new subdirectory IC for your inclass exercises.
Using IDEA create a subdirectory named w1c2 under the IC directory.
Using IDEA create a static Hello World webpage.
The webpage should look something like:
Start Apache, view the website in your browser.
Extend the website to include multiple pages and several different HTML elements such as tables, lists and headings.
Commit the website to GitHub.
Show me your website.