January 5th, 2009 Kahkewistahaw First Nation
Started out as a frames/noframes page, and was, in fact, my very first website. I later upgraded it to a very elegant PHP system (my first PHP site, in fact).
I completed the new design about 3 months ago but this is the first time that i've revealed it for public review. Can someone please review it, so that I can make improvements?
Thanks
--Zero Angel
As far as the H tags go, i'll have to start using those from now on, it would be a lot simpler then writing stuff
Subtle use of colors and pleasing layout. Minimal use of tables for formatting and fair separation of presentation and content.
Now the initial gripes ;)[list=1]
Watch your use of lists. You can get away with unclosed
I like the background image. Consider using a fixed background in your body style: body {background:url(..images.gif) no-repeat fixed 50% 50%;}
You could use the h* tags to good effect here. In a few places you have used font tags for what are heading elements - why not deal with them as headings and let the cascade take care of things. Look at the following as a possibility:
h1, h2, h3, h4, h5 {display:block; width:80%;
border-left:.5em solid #666633; border-bottom:.1em solid #666633; padding-left: .5em;
color: #444422; font-family: serif; letter-spacing: .1em;
}
I see your external stylesheet uses