Skip to content

Commit

Permalink
assets/images: replace low quality logo files and fix footer to use o…
Browse files Browse the repository at this point in the history
…range logo
  • Loading branch information
philli-m authored and goapunk committed Oct 31, 2023
1 parent 95786a6 commit c227b42
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
Binary file modified adhocracy-plus/assets/images/email_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified adhocracy-plus/assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added adhocracy-plus/assets/images/logo_footer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions adhocracy-plus/assets/scss/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
.footer__description a {
font-family: $font-family-serif;
color: contrast-color($bg-dark);

img {
height: $font-size-md;
}
}

.footer__no-banner > .row {
Expand Down
7 changes: 6 additions & 1 deletion adhocracy-plus/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
<div class="row mt-3 mb-2 justify-content-lg-center">
<div class="col-lg-6">
<p class="footer__description">
{% blocktranslate with platformname=settings.a4_candy_cms_settings.OrganisationSettings.platform_name %}<a href="/">{{ platformname }}</a> is a platform provided by <a href="https://liqd.net/de/">Liquid Democracy e.V.</a> in Berlin.{% endblocktranslate %} {% if ORGANISATION %}{% blocktranslate %}Only the respective operator of the offer is responsible for the editorial content.{% endblocktranslate %}{% endif %}
{% blocktranslate with platformname=settings.a4_candy_cms_settings.OrganisationSettings.platform_name %}
<a href="/"><img src="/static/images/logo_footer.png" height="16" alt="{{ platformname }}" /></a> is a platform provided by <a href="https://liqd.net/de/">Liquid Democracy e.V.</a> in Berlin.
{% endblocktranslate %}
{% if ORGANISATION %}
{% blocktranslate %}Only the respective operator of the offer is responsible for the editorial content.{% endblocktranslate %}
{% endif %}
</p>
</div>
<div class="col-lg-6">
Expand Down

0 comments on commit c227b42

Please sign in to comment.