Tuesday, October 6, 2009

Website!

I finally finished my website. YAY! Check it out, the link is at the left!

If something looks funny on your computer browser, please let me know so I can fix it.

Thanks!

3 comments:

  1. awsome - you are looking very heal;thy and happy! this is kassia

    ReplyDelete
  2. Kenz! Your trip looks amazing so far! I am very jealous. It was good to see you when you were up here...have fun with the rest of your travels! Especially in Savannah...I love it there :)
    -Aubs

    ReplyDelete
  3. You should change your font-family's to non sans-serif, there very hard to read on monitors.

    Go with:

    font-family: Arial, Helvetica, sans-serif;
    or
    font-family: Tahoma, Geneva, Verdana, sans-serif;

    check this site out:

    http://www.codestyle.org/css/font-family/BuildBetterCSSFontStacks.shtml

    also, style up the buttons a little bit more:

    .link {
    padding: 5px;
    font-weight: bold;
    background: url(put a gradient file here);
    background-repeat: repeat-x;
    }

    otherwise your doing pretty good...

    Jas

    ReplyDelete