Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update footer sponsors #270

Merged
merged 3 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Loading