Monday, October 21, 2013

Changes 10/21/13

Web Design:

  • Added link to blog at the top of the page, and used relative position to bring it to the very top
  • Moved the <nav> element listing links to the various pages out of the <div> element so that it takes up the whole width of the <body>
  • Used relative position to fix a double outline on the <nav> element
  • Moved some styling elements from general.css (the css sheet loaded on all pages) to specific pages that needed them
  • Added pattern I made in photoshop to serve as the background image
  • Added javascript to alternate main page's background between 10 color pallets

SQL: 

  • Looked at the localhost server and noticed that adding items only worked on the loans table, not people or items

1 comment:

  1. You home page looks awesome, and you have basically finished Web Page Design I already, so anything else you do is work towards Web Page Design II.

    Focus more on the SQL and Python from here. We need an easy way for you to let me see what you are working on, so that when you say you "looked at the localhost server" I have some way of seeing what you saw. The best way to do that would be a git repository, so I could just clone your project and run it locally myself.

    ReplyDelete