From 749bb9fc0e8448efbd6e0e86cb8afe1930a5bce6 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 31 Jan 2015 23:46:04 -0800 Subject: [PATCH] fix index --- views/index.moon | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/views/index.moon b/views/index.moon index 2a20a7e..6522e59 100644 --- a/views/index.moon +++ b/views/index.moon @@ -14,11 +14,10 @@ class About extends Widget div class: "header", -> h1 "Christine Dodrill" - h4 "Rockstar Hacker" + h4 "Rockstar Hacker, Freelance Programmer, Gopher, Cloud Architect" span "I am a GitHub power user. I am constantly learning new languages and tools. I strongly believe in knowing many languages and ways to do things so I can pick the right tool for the job." div class: "row nav", -> - div class: "col-md-4" div class: "col-md-8 col-xs-12", style: "margin: 0px;padding: 0px;", -> div class: "col-md-4 col-xs-4 well", title: "Number of public repositories", -> i class: "fa fa-weixin fa-lg"