forked from mysociety/fixmystreet
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #192 from znmustic/develop
- Loading branch information
Showing
10 changed files
with
1,211 additions
and
766 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,75 @@ | ||
[% IF pagefooter %] | ||
|
||
<footer class="footer" role="contentinfo"> | ||
<div class="footer-desc"> | ||
<picture class="popravi-logo"> | ||
<source srcset="/cobrands/[% c.cobrand.asset_moniker %]/images/popravi-logo-white.svg"> | ||
<img src="/cobrands/[% c.cobrand.asset_moniker %]/images/popravi-logo-white.svg" alt="[% site_name %]"> | ||
</picture> | ||
<p class="footer-text footer-text-long-desc"> | ||
Popravi.to je online alat napravljen u svrhu poboljšanja javnih politika i inkluzivnom odlučivanju, | ||
te kako bi građanima pružio mehanizme za prijavu problema lokalnoj administraciji te nadzoru | ||
njihovog rješavanja u svojoj sredini. | ||
</p> | ||
<form class="button-link-footer"> | ||
<button formaction="/" class="button report-issue-button-footer" tabindex="0" aria-label="report problem">[%- loc('Report a problem') -%]</button> | ||
</form> | ||
</div> | ||
<nav> | ||
<ul class="menu-list-footer [% ul_class %]" [% " id='" _ ul_id _ "'" IF ul_id %]> | ||
<!-- <li class="menu-item menu-item-footer"><a href="/reports" tabindex="0" aria-label="all reports">[%- loc('All reports') -%]</a></li> | ||
<li class="menu-item menu-item-footer"><a href="/alert" tabindex="0" aria-label="notifications">[%- loc('Local alerts') -%]</a></li> --> | ||
<li class="menu-item menu-item-footer"><a href="/faq" tabindex="0" aria-label="help">[%- loc('Help') -%]</a></li> | ||
<li class="menu-item menu-item-footer"><a href="/privacy" tabindex="0" aria-label="help">[%- loc('Privacy') -%]</a></li> | ||
<li class="menu-item menu-item-footer"><a href="/about/house-rules" tabindex="0" aria-label="help">[%- loc('Pravila ponašanja') -%]</a></li> | ||
|
||
[%~ IF c.user_exists ~%] | ||
<li class="menu-item menu-item-footer"><a href="/my" tabindex="0" aria-label="my profile">[%- loc('Your account') -%]</a></li> | ||
[%~ ELSE ~%] | ||
<li class="menu-item menu-item-footer"><a href="/auth" tabindex="0" aria-label="sign in">[%- loc('Sign in') -%]</a></li> | ||
[%~ END ~%] | ||
|
||
</ul> | ||
</nav> | ||
<div class="poweredby"> | ||
<p class="footer-text">[% loc('Powered by') %]</p> | ||
<picture class="fixmystreet-logo"> | ||
<source srcset="/cobrands/[% c.cobrand.asset_moniker %]/images/fixmystreetlogo.svg"> | ||
<img src="/cobrands/[% c.cobrand.asset_moniker %]/images/fixmystreetlogo.svg" alt="FixMyStreet"> | ||
</picture> | ||
<p class="footer-text">[% loc('With love') %]</p> | ||
<picture class="fixmystreet-logo"> | ||
<source srcset="/cobrands/[% c.cobrand.asset_moniker %]/images/logo-codeforcroatia@2x.svg"> | ||
<img src="/cobrands/[% c.cobrand.asset_moniker %]/images/logo-codeforcroatia@2x.svg" alt="Code for Croatia"> | ||
</picture> | ||
<picture class="fixmystreet-logo"> | ||
<source srcset="/cobrands/[% c.cobrand.asset_moniker %]/images/logo-gong@2x.svg"> | ||
<img src="/cobrands/[% c.cobrand.asset_moniker %]/images/logo-gong@2x.svg" alt="Gong"> | ||
</picture> | ||
</div> | ||
<div> | ||
<p class="footer-text footer-socials">[% loc('Find us on') %]</p> | ||
<footer class="footer" role="contentinfo"> | ||
<div class="footer-desc"> | ||
<picture class="popravi-logo"> | ||
<source srcset="/cobrands/[% c.cobrand.asset_moniker %]/images/popravi-logo-white.svg"> | ||
<img src="/cobrands/[% c.cobrand.asset_moniker %]/images/popravi-logo-white.svg" alt="[% site_name %]"> | ||
</picture> | ||
<p class="footer-text footer-text-long-desc"> | ||
Popravi.to je online alat napravljen u svrhu poboljšanja javnih politika i inkluzivnom odlučivanju, | ||
te kako bi građanima pružio mehanizme za prijavu problema lokalnoj administraciji te nadzoru | ||
njihovog rješavanja u svojoj sredini. | ||
</p> | ||
<form class="button-link-footer"> | ||
<button formaction="/" class="button report-issue-button-footer" tabindex="0" | ||
aria-label="report problem">[%- loc('Report a problem') -%]</button> | ||
</form> | ||
</div> | ||
<nav> | ||
<ul class="socials"> | ||
<li class="footer-social-item"><a href="https://github.com/codeforcroatia/Popravi.to" tabindex="0" aria-label="GitHub"><span class="github-link"></span></a></li> | ||
<li class="footer-social-item"><a href="https://twitter.com/PopraviTo" tabindex="0" aria-label="Twitter"><span class="twitter-link"></span></a></li> | ||
<li class="footer-social-item"><a href="https://www.facebook.com/Popravi.to" tabindex="0" aria-label="Facebook"><span class="facebook-link"></span></a></li> | ||
<ul class="menu-list-footer [% ul_class %]" [% " id='" _ ul_id _ "'" IF ul_id %]> | ||
<!-- <li class="menu-item menu-item-footer"><a href="/reports" tabindex="0" aria-label="all reports">[%- loc('All reports') -%]</a></li> | ||
<li class="menu-item menu-item-footer"><a href="/alert" tabindex="0" aria-label="notifications">[%- loc('Local alerts') -%]</a></li> --> | ||
<li class="menu-item menu-item-footer"><a href="/faq" tabindex="0" aria-label="help">[%- loc('Help') -%]</a> | ||
</li> | ||
<li class="menu-item menu-item-footer"><a href="/privacy" tabindex="0" aria-label="help">[%- loc('Privacy') | ||
-%]</a></li> | ||
<li class="menu-item menu-item-footer"><a href="/about/house-rules" tabindex="0" aria-label="help">[%- | ||
loc('Pravila ponašanja') -%]</a></li> | ||
|
||
[%~ IF c.user_exists ~%] | ||
<li class="menu-item menu-item-footer"><a href="/my" tabindex="0" aria-label="my profile">[%- loc('Your | ||
account') -%]</a></li> | ||
[%~ ELSE ~%] | ||
<li class="menu-item menu-item-footer"><a href="/auth" tabindex="0" aria-label="sign in">[%- loc('Sign in') | ||
-%]</a></li> | ||
[%~ END ~%] | ||
|
||
</ul> | ||
</nav> | ||
</div> | ||
</footer> | ||
<div class="poweredby"> | ||
<p class="footer-text">[% loc('Powered by') %]</p> | ||
<picture class="fixmystreet-logo"> | ||
<source srcset="/cobrands/[% c.cobrand.asset_moniker %]/images/fixmystreetlogo.svg"> | ||
<img src="/cobrands/[% c.cobrand.asset_moniker %]/images/fixmystreetlogo.svg" alt="FixMyStreet"> | ||
</picture> | ||
<p class="footer-text">[% loc('With love') %]</p> | ||
<picture class="fixmystreet-logo"> | ||
<source srcset="/cobrands/[% c.cobrand.asset_moniker %]/images/logo-codeforcroatia@2x.svg"> | ||
<img src="/cobrands/[% c.cobrand.asset_moniker %]/images/logo-codeforcroatia@2x.svg" alt="Code for Croatia"> | ||
</picture> | ||
<picture class="fixmystreet-logo"> | ||
<source srcset="/cobrands/[% c.cobrand.asset_moniker %]/images/logo-gong@2x.svg"> | ||
<img src="/cobrands/[% c.cobrand.asset_moniker %]/images/logo-gong@2x.svg" alt="Gong"> | ||
</picture> | ||
</div> | ||
<div> | ||
<p class="footer-text footer-socials">[% loc('Find us on') %]</p> | ||
<nav> | ||
<ul class="socials"> | ||
<li class="footer-social-item"><a href="https://github.com/codeforcroatia/Popravi.to" tabindex="0" | ||
aria-label="GitHub"><span class="github-link"></span></a></li> | ||
<li class="footer-social-item"><a href="https://twitter.com/PopraviTo" tabindex="0" | ||
aria-label="Twitter"><span class="twitter-link"></span></a></li> | ||
<li class="footer-social-item"><a href="https://www.facebook.com/Popravi.to" tabindex="0" | ||
aria-label="Facebook"><span class="facebook-link"></span></a></li> | ||
<li class="footer-social-item"><a href="https://www.linkedin.com/showcase/popravi.to" tabindex="0" | ||
aria-label="LinkedIn"><span class="linkedin-link"></span></a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</footer> | ||
|
||
[% END %] | ||
|
||
[% INCLUDE 'common_footer_tags.html' %] | ||
[% INCLUDE 'common_footer_tags.html' %] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.