Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 857 Bytes

README.md

File metadata and controls

30 lines (15 loc) · 857 Bytes

SPIS15-Project-Web-Emily-Yvonne

###Report Sat, Aug 29

What we have so far

  • two sample jeopardy games: ucsd facts and focs review

What still need work

  • styling of home.html and SampleJs.html and YourJ.html with layout.html and style.css(current ver.==style1.css)
  • styling of J*.html, Q*.html and A*.html with Jlayout.html and Jstyle.css(current ver.==Jstyle14.css)
  • a way to keep track of links/questions visited within each game
  • spelling check

#Very Important

##Please Read

###css The web browser caches css stylings, therefore, modifications to the css files do not show up until several days later.

To avoid this, change the file name after each modification, and then run python home.py. The browser cannot use what is cached because the names will not match.

DO REMEMBER TO CHANGE THE REFERENCES IN LAYOUT.HTML.