I am just finishing up a website for my short track speed skating club. It's almost completed, only a few more pages need content, etc.
http://ridgemeadowsracers.org
Any reviews comments and especially criticism would be welcome =)
Also, The few people that have looked at it commented that some of the site was hard to navigate (eg: I added a text link to the home page under the logo, because it wasn't obvious enough).
A comment on CSS validation. It brings up four errors, eg:
Code:
Value Error : font-family Property font-family doesn't exist in CSS level 2.1
for the font only used on the home page. I believe that it is semantic in CSS 3. The only reason it is (the code) there, is that otherwise, it is not cross-browser. The bad CSS code is:
Code:
@font-face { font-family: Addcityboy;src: url('/lib/design_fonts/Addcityboy.eot');}
@font-face { font-family: Addcityboy;src: url('lib/design_fonts/Addcityboy.TTF');}
Thank you for your time!