2016-06-14 21:54:24 -04:00
{% assign my = site.my %}
< footer id = "l-footer" >
< div class = "container" >
< div class = "row" >
< div id = "contact" class = "col-lg-6 col-lg-offset-1 col-md-6 col-md-offset-1 col-sm-9" >
< h3 > CONTACT< / h3 >
< div class = "row" >
< address id = "address" class = "col-lg-6 col-md-6 col-sm-6" >
{{ my.contact.address.country }}< br >
{{ my.realName }}< br >
< / address >
2016-06-09 17:51:55 -04:00
2016-06-14 21:54:24 -04:00
< ul class = "col-lg-6 col-md-6 col-sm-6" >
< li class = "email" > < i class = "fa fa-envelope" > < / i > < a href = "mailto:{{ my.contact.email }}" > {{ my.contact.email }}< / a > < / li >
< li class = "github" > < i class = "fa fa-github" > < / i > < a href = "{{ my.contact.github }}" > {{ my.contact.github }}< / a > < / li >
< / ul >
< / div >
< / div >
< / div >
< p id = "legal" >
Copyright (c) 2015 {{ my.displayName }} | Powered by < a href = "http://jekyllrb.com" > Jekyll< / a > & < a href = "http://github.com" > GitHub< / a > | designed & built by < a href = "http://unifreak.github.io" > UniFreak< / a >
< / p >
2016-06-09 17:51:55 -04:00
< / div >
< / footer >
2016-06-14 21:54:24 -04:00
< script type = "text/javascript" src = "{{crturl}}javascripts/base.js" > < / script >