Git togetheeeerrrrr...over me.

Git togetheeeerrrrr...over me.

We are all great Aerosmith fans. Let's make a site devoted to Aerosmith.

This exercise requires that each person make a portion of an angular website and contribute to the whole site through Github. Divide up the following sections of the website and create them. Each section must have its own git branch.

ROUTES, LINKS, and HTML files must all use the same base name, all lowercase: 
`about, tour, contact, and home`.
Main Page:
  • filename: index.html
  • navbar: links to about, tour, contact, and home pages
  • Script links: app.js, angular CDN, angular route CDN
    *Links css
  • ng-view
Home Page:
  • this is a template for an ng-view
  • landing page for Aerosmith
About Page:
  • this is a template for an ng-view
  • Data about Aerosmith
Tour Page:
  • this is a template for an ng-view
  • Data about Aerosmith
Contact Page:
  • this is a template for an ng-view
  • Data about Aerosmith
App.js
  • creates "AerosmithSite" angular module.
  • creates "Main Controller"
Config.js
  • Creates routing for the site.
style.css
  • This is the exciting part.
  • Make some css for the app, but you won't get to see what it looks like until it's all put together.