Add more contact sites
This commit is contained in:
parent
356224df4d
commit
1e299a3a97
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
|
@ -1,5 +1,10 @@
|
||||||
import Widget from require "lapis.html"
|
import Widget from require "lapis.html"
|
||||||
|
|
||||||
|
link (img, url, name) ->
|
||||||
|
div class: "col-md-4", ->
|
||||||
|
img src: "/static/img/contact/" .. img, height: 250, width: 250
|
||||||
|
a class: "lead", href: url, name
|
||||||
|
|
||||||
class Index extends Widget
|
class Index extends Widget
|
||||||
content: =>
|
content: =>
|
||||||
style [[ img { padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; } ]]
|
style [[ img { padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; } ]]
|
||||||
|
@ -15,14 +20,10 @@ class Index extends Widget
|
||||||
text "Social Media"
|
text "Social Media"
|
||||||
|
|
||||||
div class: "row", ->
|
div class: "row", ->
|
||||||
div class: "col-md-4", ->
|
link "github.png", "http://github.com/Xe", "GitHub"
|
||||||
img src: "/static/img/contact/github.png", height: 250, width: 250
|
link "twitter.png", "http://twitter.com/theprincessxena", "Twitter"
|
||||||
a href: "http://github.com/Xe", "GitHub"
|
link "medium.jpg", "http://medium.com/@theprincessxena", "Medium"
|
||||||
|
|
||||||
div class: "col-md-4", ->
|
div class: "row", ->
|
||||||
img src: "/static/img/contact/twitter.png", height: 250, width: 250
|
link "youtube.png", "http://youtube.com/shadowh511", "YouTube"
|
||||||
a href: "http://twitter.com/theprincessxena", "Twitter"
|
link "reddit.jpg", "http://reddit.com/user/shadowh511", "Reddit"
|
||||||
|
|
||||||
div class: "col-md-4", ->
|
|
||||||
img src: "/static/img/contact/medium.jpg", height: 250, width: 250
|
|
||||||
a class: "lead", href: "http://medium.com/@theprincessxena", "Medium"
|
|
||||||
|
|
Loading…
Reference in New Issue