From aead306c740f73771bc16e18398184371a4109dd Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 31 Jan 2015 23:27:46 -0800 Subject: [PATCH] cadance body color background --- controllers/hire.moon | 2 +- static/css/main.css | 1 + views/about.moon | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/controllers/hire.moon b/controllers/hire.moon index ee529d1..63f5b30 100644 --- a/controllers/hire.moon +++ b/controllers/hire.moon @@ -28,7 +28,7 @@ class Hire extends lapis.Application } method: "POST" body: { - from: "Your Site ", + from: "#{params.name} ", to: "xena@yolo-swag.com", subject: "I want to hire you!", text: "Email from #{@params.name}:\n\n#{@params.message}\n\nPlease reply to #{@params.email}." diff --git a/static/css/main.css b/static/css/main.css index 9d10dc4..f0c6e07 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,5 +1,6 @@ body { padding-top: 60px; + background: #FDCCED; } .container { diff --git a/views/about.moon b/views/about.moon index fdc2773..2a20a7e 100644 --- a/views/about.moon +++ b/views/about.moon @@ -14,6 +14,7 @@ class About extends Widget div class: "header", -> h1 "Christine Dodrill" + h4 "Rockstar Hacker" 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", ->