make images bigger
This commit is contained in:
parent
d2394b9f5b
commit
6830a9da27
|
@ -16,13 +16,13 @@ class Index extends Widget
|
||||||
|
|
||||||
div class: "row", ->
|
div class: "row", ->
|
||||||
div class: "col-md-4", ->
|
div class: "col-md-4", ->
|
||||||
img src: "/static/img/contact/github.png", height: 150, width: 150
|
img src: "/static/img/contact/github.png", height: 250, width: 250
|
||||||
a href: "http://github.com/Xe", "GitHub"
|
a href: "http://github.com/Xe", "GitHub"
|
||||||
|
|
||||||
div class: "col-md-4", ->
|
div class: "col-md-4", ->
|
||||||
img src: "/static/img/contact/twitter.png", height: 150, width: 150
|
img src: "/static/img/contact/twitter.png", height: 250, width: 250
|
||||||
a href: "http://twitter.com/theprincessxena", "Twitter"
|
a href: "http://twitter.com/theprincessxena", "Twitter"
|
||||||
|
|
||||||
div class: "col-md-4", ->
|
div class: "col-md-4", ->
|
||||||
img src: "/static/img/contact/medium.jpg", height: 150, width: 150
|
img src: "/static/img/contact/medium.jpg", height: 250, width: 250
|
||||||
a href: "http://medium.com/@theprincessxena", "Medium"
|
a href: "http://medium.com/@theprincessxena", "Medium"
|
||||||
|
|
Loading…
Reference in New Issue