def semantic_art

  projects = {
    :blog => "blog.semanticart.com",
    :bootlegs_on_rails => "adreamforus.com", # <3 The Appleseed Cast
    :soft_deletion => "is_paranoid", # a gem for soft-deleting in ActiveRecord 2.3+
    :wiki => "hoboken" # a super simple wiki
  }

  jeff = {
    :delicious => "del.icio.us/semanticart",
    :email => "jeff@semanticart.com",
    :github => "github.com/semanticart",    
    :job => [
      :index => "politics4all",  # your political world, online
      :my_page => "my.politics4all.com/jeff"
    ],
    :twitter => "twitter.com/semanticart",
    :working_with_rails => "Recommend me"
  }

end