2013-11-17 15:49:46 +00:00
|
|
|
footer
|
|
|
|
.container
|
|
|
|
.row
|
2013-11-23 18:13:08 +00:00
|
|
|
.col-md-6.col-xs-6
|
2013-11-17 15:49:46 +00:00
|
|
|
ul.links
|
2013-12-03 20:37:11 +00:00
|
|
|
li = link_to image_tag('twitter-black.png'), 'https://twitter.com/asciinema', title: 'Follow @asciinema on Twitter'
|
2013-11-17 15:49:46 +00:00
|
|
|
li = link_to 'About', about_path
|
2013-12-03 20:37:11 +00:00
|
|
|
li = link_to 'Contributing', contributing_path
|
2013-11-17 15:49:46 +00:00
|
|
|
li = link_to 'Terms of Service', tos_path
|
|
|
|
li = link_to 'Privacy Policy', privacy_path
|
|
|
|
|
2013-11-23 18:13:08 +00:00
|
|
|
.col-md-6.col-xs-6.text-right
|
2013-11-17 15:49:46 +00:00
|
|
|
' Developed with passion by
|
|
|
|
= link_to 'Marcin Kulik', 'https://github.com/sickill'
|