site/views/index.moon

21 lines
873 B
Plaintext
Raw Permalink Normal View History

2015-02-01 01:15:41 +00:00
import Widget from require "lapis.html"
2015-02-01 07:44:25 +00:00
class About extends Widget
2015-02-01 01:15:41 +00:00
content: =>
2015-02-01 07:44:25 +00:00
link rel: "stylesheet", href: "/static/css/about/main.css"
2015-02-01 01:15:41 +00:00
2015-02-01 07:44:25 +00:00
div class: "row panel", ->
div class: "col-md-4 bg_blur", ->
2015-02-03 19:02:59 +00:00
a href: "/contact", class: "follow_btn hidden-xs", "Contact Me"
2015-02-01 07:44:25 +00:00
div class: "col-md-8 col-xs-12", ->
2015-02-06 22:07:26 +00:00
img src: "/static/img/avatar.png", class: "img-thumbnail picture hidden-xs"
img src: "/static/img/avatar.png", class: "img-thumbnail picture visible-xs picture_mob"
2015-02-01 07:44:25 +00:00
div class: "header", ->
h1 "Christine Dodrill"
2015-02-01 07:46:04 +00:00
h4 "Rockstar Hacker, Freelance Programmer, Gopher, Cloud Architect"
2015-02-01 07:44:25 +00:00
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."
raw @doc