class SemanticArt
def projects
{
blog: "blog.semanticart.com",
fun_with_numbers: "Hall of Stats" # stats + baseball + rails
}
end
def jeffrey
{
email: "jeff@semanticart.com", # No recruiters, please
github: "github.com/semanticart", # I <3 open-source
job: "dribbble", # what *I* am working on
twitter: "twitter.com/semanticart" # 140 character ramblings
}
end
end