def semantic_art

  projects = {
    :blog => "blog.semanticart.com",
    :live_music => "Is it Undead?", # exposing the bootlegs on Archive.org and more
    :bootlegs => "adreamforus.com", # <3 The Appleseed Cast
    :wiki => "hoboken" # a super simple wiki
  }

  jeff = {
    :delicious => "del.icio.us/semanticart",
    :email => "jeff@semanticart.com",
    :github => "github.com/semanticart", # I love open-source
    :twitter => "twitter.com/semanticart", # 140 character ramblings
    :working_with_rails => "Recommend me"
  }

end