View Single Post
  #7 (permalink)  
Old 30th January 2008
Jelmer's Avatar
Jelmer Jelmer is offline
Administrator
Join Date: Oct 2006
Location: The Netherlands
Posts: 2,698
Thanks: 9
Thanked 180 Times in 84 Posts
Send a message via MSN to Jelmer
It looks great, one of the best portfolio sites I've seen around here so far, i like the minimalistic design! In terms of html and css you can improve it if you want to (but that would mean you have to start again from scratch, because you're using tables) but it looks good. One thing I would do is replace the ----------- with a <hr>, you can style it to make it look just like that with some css:
Quote:
hr
{
color: #000;
background-color: #000;
height: 0px;
border: none;
border-top: 1px dashed #fff;
}
Firefox doesn't like those windows media player videos, maybe you should add a download links as well, since a lot of users use firefox as well.
Reply With Quote