site/views/index.moon

21 lines
1.3 KiB
Plaintext
Raw 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", ->
img src: @user.avatar_url, class: "img-thumbnail picture hidden-xs"
img src: @user.avatar_url, class: "img-thumbnail picture visible-xs picture_mob"
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."
2015-02-04 13:39:51 +00:00
raw [[<a class="twitter-timeline" href="https://twitter.com/theprincessxena" data-widget-id="562968619655917568">Tweets by @theprincessxena</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>]]