please let me know what you think about my new website. I had to learn html, css, dreamweaver and photoshop for this. It took me 6 months to design.
click here
Two things:
I agree that the left navigation bar looks empty. It is a very long bar with only a few links and as such tends to draw the eye to the blank space.
Second, I would recommend touching up the main banner text. Some of it appears to be kind of jagged, almost as if the image was created in a program without a AA text feature.
Overall, very clean design... Great job!
I personally love the site great job
I see two mistakes in your cuisine.htm file on the script
Check lines 147 and 158 in the bold the f is a uncaught reference error. The F is not defined but everything else looks ok.
function mouseOut12()
{
document.getElementById("b13").src ="images/othercuisine.jpg";
}f
Uncaught ReferenceError: f is not defined
</script>
<script type="text/javascript">
function mouseOver13()
{
document.getElementById("b14").src ="images/eatlocalmouseover.jpg";
}
function mouseOut13()
{
document.getElementById("b14").src ="images/eatlocal.jpg";
}f
Uncaught ReferenceError: f is not defined
</script>
</head>
I personally love the site great job
I see two mistakes in your cuisine.htm file on the script
Check lines 147 and 158 in the bold the f is a uncaught reference error. The F is not defined but everything else looks ok.
function mouseOut12()
{
document.getElementById("b13").src ="images/othercuisine.jpg";
}f
Uncaught ReferenceError: f is not defined
</script>
<script type="text/javascript">
function mouseOver13()
{
document.getElementById("b14").src ="images/eatlocalmouseover.jpg";
}
function mouseOut13()
{
document.getElementById("b14").src ="images/eatlocal.jpg";
}f
Uncaught ReferenceError: f is not defined
</script>
</head>
I can advice you to do something with the menu bar on the left side of the page - it should be finish off, add some coloration to the menu. And why not to place some ads on the left side empty place?
yeah, I am still working on it. I am currently trying to sell a dining card and have been pretty successful with it. I am also working on an upgrade (fill in the blank space on the left side), using dining card sponsored links with their images. I am not going to add a bunch of Google ads to this site. It is meant to be a simple site, navigation wise and I wanted it to look clean.



