treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Website Critique

  • Please go here. Constructive criticism only. Tell me what you think! Suggest things that you think I should add. Currently, I am looking for a WordPress plugin that will allow me to show some of my written work in an artistic way, but I have yet to find anything. Thank you in advance.
  • Hi, I'm working as a designer, since 2002. In design perspect your template looks very good . Nice background, good color schemes. I had only one suggestion that if you could make the text into 2 columns it will ease to read.
  • How come you have got all of your page wrapped in a div with id of 'header'?

    Another thing: Heres the #page-wrap declaration from your stylesheet:

    #page-wrap {
    width: 960px;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    }


    width: 960px is totally unnecessary in this case. Just a brief look thru the style.css, but I guess you could "optimize" your CSS a bit more.
  • I agree that it's quite attractive. The predominant grayscale makes those items in color really jump.

    One thing I noticed is that you have quite a few duplicate IDs. Maybe a good idea to change those to class.