cadance body color background

This commit is contained in:
Christine Dodrill 2015-01-31 23:27:46 -08:00
parent 5283afe7b0
commit aead306c74
3 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Hire extends lapis.Application
}
method: "POST"
body: {
from: "Your Site <siteusernoreply@mailgun.xeserv.us>",
from: "#{params.name} <siteusernoreply@mailgun.xeserv.us>",
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}."

View File

@ -1,5 +1,6 @@
body {
padding-top: 60px;
background: #FDCCED;
}
.container {

View File

@ -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", ->