Skip to content

Commit

Permalink
partner logos in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Aug 29, 2024
1 parent 1f07f02 commit ee255fd
Show file tree
Hide file tree
Showing 23 changed files with 117 additions and 0 deletions.
Binary file added ddlh/static/images/partner_logos/AL250_250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 ddlh/static/images/partner_logos/ici-300x74.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 ddlh/static/images/partner_logos/ipl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 ddlh/static/images/partner_logos/logo_opendot.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 ddlh/static/images/partner_logos/maker-logo-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 ddlh/static/images/partner_logos/p2p-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions ddlh/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,24 @@ footer {
color: var(--main-fg-color);
box-sizing: border-box;
padding: calc(2 * var(--spacer-unit));

& .footer-partner-logos {
filter: invert(100%) sepia(82%) saturate(175%) hue-rotate(18deg)
brightness(108%) contrast(0%) grayscale(100%);
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: calc(0.5 * var(--spacer-unit));
margin: calc(2 * var(--spacer-unit)) auto;
max-width: 55rem;
& figure {
margin: 0;
& img {
max-height: 2rem;
}
}
}
& .footer-columns {
display: flex;
flex-direction: column;
Expand Down
1 change: 1 addition & 0 deletions ddlh/templates/partials/footer.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<footer>
<div class="footer-partner-logos">{% include "partials/partner_logos.j2" %}</div>
<div class="footer-columns">
<div class="dd-logo column">{% include "partials/logo.j2" %}</div>
<div class="address column">
Expand Down
95 changes: 95 additions & 0 deletions ddlh/templates/partials/partner_logos.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
<figure>
<a href="https://maker-effekt.dk/" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/maker-logo-1.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://danskdesigncenter.dk/" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/DDC_mark_US_BLACK_RGB-300x105.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://espacioopen.com/en/" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/LOGO-ESPACIO-OPEN.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://www.opendotlab.it/" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/logo_opendot.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://www.ipl.pt/" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/ipl.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://www.happylab.at/de_vie/home" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/HL_LOGO_2019-1-300x129-1.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://iaac.net/" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/FLB-IAAC-300x89.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://www.nmi.is/en" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/ici-300x74.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://www.p2plab.gr/en/" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/p2p-logo.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://dezwijger.nl/" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/pakhuis-de-zwijger-logo-300x75.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://re-publica.com/en" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/republica_logo-300x83.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://www.polifactory.polimi.it/en/" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/polifactory-logo-e1568383835289-300x313.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://arslonga.fr" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/AL250_250.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://fablabbudapest.com" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/fablablogo-300x112.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://fab.city/" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/fab-city-logo-300x300.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://www.culturaydeporte.gob.es" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/MC_logo-300x134.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://www.mao.si" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/mao-Museum-of-Architecture-and-Design-1.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://globalinnovationgathering.org/" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/cropped-gig-logo-1.png") }}" alt="">
</a>
</figure>
<figure>
<a href="https://www.dcci.ie/" target="_blank">
<img src="{{ url_for("static", filename="images/partner_logos/logo_dcci-300x59.png") }}" alt="">
</a>
</figure>
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ mock_use_standalone_module = true

[tool.pytest.ini_options]
addopts = "--spec --cov=ddlh"

[tool.djlint]
ignore="H006"

0 comments on commit ee255fd

Please sign in to comment.