Skip to content

Commit

Permalink
Merge pull request #270 from Instanssi/update-footer-sponsors
Browse files Browse the repository at this point in the history
Update footer sponsors
  • Loading branch information
teistiz authored Feb 6, 2024
2 parents 81a4d88 + 93376cf commit 46e7f0f
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 3 deletions.
14 changes: 11 additions & 3 deletions backend/Instanssi/main2024/static/main2024/css/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,25 @@

.sponsors {
.sponsor {
width: 128px;
position: relative;
max-height: 80px;
float: left;
padding: 0 $spacer $spacer 0;
margin-bottom: $spacer;
margin-right: $spacer;

&.white {
background: #fff;
}

a {
display: block;
display: flex;
justify-content: center;
align-items: center;
line-height: 0px;
padding: $spacer;
background: #fff;
width: 128px;
height: 80px;
}

a:hover {
Expand All @@ -38,6 +44,8 @@

img {
background: #fff;
max-width: 128px - $spacer * 2;
max-height: 80px - $spacer * 2;
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions backend/Instanssi/main2024/static/main2024/css/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
}
#toots li {
margin-bottom: $spacer;

&:not(:last-child) {
padding-bottom: $spacer;
border-bottom: 1px solid rgba($theme-color, 0.1);
}
}

.widget-content {
Expand Down
Binary file not shown.
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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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 not shown.
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 not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ <h2>Yhteistyössä mukana</h2>
<div class="sponsor"><a href="https://jyvaskyla.hacklab.fi/"><img src="{% static 'main2024/images/partners/hacklab.png' %}" alt="Hacklab Jkl logo" /></a></div>
<div class="sponsor"><a href="https://linkkijkl.fi/"><img src="{% static 'main2024/images/partners/linkki.png' %}" alt="Linkki logo" /></a></div>
<div class="sponsor"><a href="https://www.paytrail.com/"><img src="{% static 'main2024/images/partners/paytrail.png' %}" alt="Paytrail logo" /></a></div>
<div class="sponsor"><a href="https://www.jyu.fi/it"><img src="{% static 'main2024/images/partners/jyu_it.png' %}" alt="JYU IT logo" /></a></div>
<div class="sponsor"><a href="https://www.siili.com/"><img src="{% static 'main2024/images/partners/siili.png' %}" alt="Siili logo" /></a></div>
<div class="sponsor"><a href="https://eg.fi/"><img src="{% static 'main2024/images/partners/eg.png' %}" alt="EG logo" /></a></div>
<div class="sponsor"><a href="https://www.musakundit.fi/"><img src="{% static 'main2024/images/partners/musakundit.png' %}" alt="MusaKundit logo" /></a></div>
<div class="clear"></div>
</div>
</section>
Expand Down

0 comments on commit 46e7f0f

Please sign in to comment.