cadance body color background
This commit is contained in:
parent
5283afe7b0
commit
aead306c74
|
@ -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}."
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
body {
|
||||
padding-top: 60px;
|
||||
background: #FDCCED;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
|
@ -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", ->
|
||||
|
|
Loading…
Reference in New Issue