CSE512-15S / fp-tdurham-ajh24-chiasson-ningli30

EPICViz - http://cse512-15s.github.io/fp-tdurham-ajh24-chiasson-ningli30/
0 stars 3 forks source link

Clean up CSS/HTML/JS integration #10

Closed andrewhill157 closed 9 years ago

andrewhill157 commented 9 years ago

In general, there are some static elements on the page that really should be declared in index.html as html elements and then styled/used dynamically using CSS/javascript. This will make the page load faster and is generally best practice. I have changed some of the controls over, but just keep this in mind for future additions and remaining controls.

andrewhill157 commented 9 years ago

This also includes better use of divs to allow for more sophisticated styling. Note that we are now using bootstrap (a popular templating system).

andrewhill157 commented 9 years ago

This issue is too vague for current tasks so I am closing.