Skip to content

Commit

Permalink
change to kfd logo
Browse files Browse the repository at this point in the history
  • Loading branch information
goapunk committed Feb 19, 2024
1 parent 06d6bf1 commit 0ea9423
Show file tree
Hide file tree
Showing 7 changed files with 558 additions and 18 deletions.
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.
348 changes: 332 additions & 16 deletions adhocracy-plus/assets/images/logo.svg
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_plain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
214 changes: 214 additions & 0 deletions adhocracy-plus/assets/images/logo_plain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 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,12 @@

.footer__description {
font-family: $font-family-serif;

img {
vertical-align: bottom;
width: 2rem;
height: 1.5rem;
}
}

.footer__no-banner > .row {
Expand Down
6 changes: 5 additions & 1 deletion adhocracy-plus/assets/scss/components/_header_upper.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@

@media screen and (min-width: $breakpoint) {
.header-upper__brand-img {
height: 2.5rem;
height: 3.0rem;
}

.header-upper__nav {
min-height: 3.5rem;
}
}
2 changes: 1 addition & 1 deletion adhocracy-plus/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<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 %}
<a href="/"><img src={% static 'images/logo_plain.svg' %} alt="kfd" /></a>{% blocktranslate %} 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 0ea9423

Please sign in to comment.