Nice looking cite. Simple and colorful while being clean.
I always run a validation on all the sites I review because it helps the user clean up code and prevent future troublee that will crop up because the site is “broken” inside. Not always does everything validate, but you learn to tell the difference. In this case, you have some things that need to be cleaned up and some broken pieces.
According to the validation, you need to add some self-closing tags to your meta tags. While you might know how to do this, for others lurking, look in the header.php
for meta
and add a space and slash at the end of these lines ( " />
). You will see others like this in your header too. Meta tags, image tags, anything that isn’t followed by a closing tag (</p>
) needs to be “closed” by itself.
Also, I found that you have the “masthead” in a table. I’m not sure why, but the table is borked and needs fixing, but I vote for complete removal and use of of CSS for styling, which would then help the page meet web standards. Tables are for data, like with the calendar in the sidebar, not for layout or design.
Under Internal Links (which you might want to change the name on as it sounds funny, like “internal” as in “persona” instead of calling them Pages or Categories or something more specific), the “login” needs repairing as it doesn’t match the rest of the fonts and layout. Fixing the validation errors will probably fix that.
Interesting use of color and very youthful and clean appearance. Nice. Just got to fix it up a little under the hood.