From 6f3b9db5c181cb48236923fbaeb5a999b54bb78a Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 31 Jan 2015 22:11:32 -0800 Subject: [PATCH] fix about page --- static/css/about/main.css | 42 --------------------------------------- views/about.moon | 2 +- 2 files changed, 1 insertion(+), 43 deletions(-) diff --git a/static/css/about/main.css b/static/css/about/main.css index e2daba8..c3584e1 100644 --- a/static/css/about/main.css +++ b/static/css/about/main.css @@ -3,48 +3,6 @@ img.textwrap-right { margin: 10px; } -*{ - font-family: 'Open Sans', sans-serif; -} - -.well { - margin-top:-20px; - background-color:#007FBD; - border:2px solid #0077B2; - text-align:center; - cursor:pointer; - font-size: 25px; - padding: 15px; - border-radius: 0px !important; -} - -.well:hover { - margin-top:-20px; - background-color:#0077B2; - border:2px solid #0077B2; - text-align:center; - cursor:pointer; - font-size: 25px; - padding: 15px; - border-radius: 0px !important; - border-bottom : 2px solid rgba(97, 203, 255, 0.65); -} - -body { - font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; - font-size: 14px; - line-height: 1.42857143; - color: #fff; - background-color: #F1F1F1; -} - -.bg_blur -{ - background-image:url('http://data2.whicdn.com/images/139218968/large.jpg'); - height: 300px; - background-size: cover; -} - .follow_btn { text-decoration: none; position: absolute; diff --git a/views/about.moon b/views/about.moon index 9bbfba2..f7d0bc2 100644 --- a/views/about.moon +++ b/views/about.moon @@ -6,7 +6,7 @@ class About extends Widget div class: "row panel", -> div class: "col-md-4 bg_blur", -> - a href: "https://github.com/Xe", class: "follow_btn hidden-xs", "Follow" + a href: "/hire", class: "follow_btn hidden-xs", "Hire me" div class: "col-md-8 col-xs-12", -> img src: @user.avatar_url, class: "img-thumbnail picture hidden-xs"