@ -173,31 +173,43 @@
< footer id = "footer" class = "footer page__row" >
< div class = "container" >
< div class = "footer__block footer__block--about footer__block--separator" >
< div class = "row" >
< div class = "col-md-4" >
< a class = "footer__logo" href = "#" >
< img src = "{% static 'img/logo_interlegis.png' %}" alt = "{% trans 'Logo do Interlegis' %} " >
< / a >
< p >
< small >
Desenvolvido pelo < a href = "#" > Interlegis< / a > em software livre e aberto sobre o < a href = "#" > Zope< / a > .
Desenvolvido pelo < a href = "#" > Interlegis< / a > em software livre e aberto.
< / small >
< / p >
< / div >
< div class = "footer__block footer__block--license footer__block--separator " >
< div class = "col-md-4 " >
< a class = "footer__logo" href = "#" >
< img src = "{% static 'img/logo_cc.png' %}" alt = "{% trans 'Logo do Creative Commons BY SA' %}" >
< / a >
< p >
< small >
Conteúdo e dados sob licença < a href = "#" > Creative Commons< / a > 4.0 < a href = "#" > Atribuir Fonte - Compartilhar Igual< / a >
< / small >
< / p >
< / div >
< div class = "footer__block footer__block--parliament-info vcard" >
< div class = "col-md-4" >
< address >
< small >
< strong >
< span class = "org" > {{ parliament_type }}< / span > de < span class = "locality" > {{ city }}< / span > - < abbr class = "region" title = "{{ state }}" > {{ state_abbr }}< / abbr >
< / strong >
< br >
< span class = "street-address" > {{ address }}< / span >
< br > CEP: < span class = "postal-code" > {{ postal_code }}< / span > | Telefone: < span > {{ phone_number }}< / span >
< br >
< a href = "{{url_portal}}" class = "url" > {% trans 'Site da Câmara' %}< / a > | < a href = "{{url_email}}" class = "email" > {% trans 'Fale Conosco' %}< / a >
< br >
< / small >
< / address >
< / div >
< / div >
< / div >
< / footer >