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.