move link definition
This commit is contained in:
parent
3a6dd987cc
commit
8c27f40940
|
@ -1,12 +1,12 @@
|
|||
import Widget from require "lapis.html"
|
||||
|
||||
link = (img, url, name) ->
|
||||
class Index extends Widget
|
||||
content: =>
|
||||
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
|
||||
content: =>
|
||||
style [[ img { padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; } ]]
|
||||
center ->
|
||||
h1 "Contact Info"
|
||||
|
|
Loading…
Reference in New Issue