(for those of you who are so very eager to view it, here is the link)
I was give the task to make this website by my professor, who is friends with the owner of a rather small inn next to Remington Park, a large horse racing + casino. My professor told me he wanted to gauge how much I knew about Web design going into the class and gave me one week to make this. Now that the site is up and running, I'm allowed to make changes / work out any bugs produced when the site went live.
Due to the time restriction I wasn't able to add everything I wanted to, but I'll get a chance to make changes next Friday.
A few things to point out:
-That horse image... The client wanted a "sketchy" looking image of someone on a racehorse, though my AMAZING photoshop skills only allowed me to produce what you see at the top of each page(the unedited image was a photo of a real life person).
-Unfortunately I made the mistake of forgetting to save what I did on the last day, so the header text "Remington Inn" is a really boring text. Sadface
-CSS is actually being used to change the appearance of the navigation bar when you hover over a link. I did this for two reasons: to let viewers who disable Javascript see what they're about to click on before they actually click, and because I've wanted to try this for quite some time.
-Since the navigation bar is actually its own file(nav.php), changing the class of the <li> or <a> to "current" would just make that one part of the navigation bar red, regardless of whether or not the viewer is actually on that page. Instead, I included a tiny snippet of Javascript on each page to change the class of an li depending on what page it's on, for example, the following script is only on index.php, and adds the class "currentIndex" to the li containing the link to index.php.
<script type="text/javascript">
document.getElementById("panel1b").className = "currentIndex";</script>
-The background seems to load fairly slow. I was thinking of using Javascript to preload the image in the <head>, so the background image will seem to load WITH the actual content, instead of after. Would this be an appropriate action, or should I just leave it this way?
PLEASE let me know what you have to say, and thanks for reading this giant wall of text and taking the time to look at my boring site

New Topic/Question
Reply


MultiQuote







|