1
0
forked from Chaospott/site

Adjust the Pride Month styling to blend in better with the existing page design. CCC/Chaospott logo wall is no longer covered up, the Repair Café logo no longer clashes with the pride background, and the whole thing is a bit easier on the eyes.

This commit is contained in:
m11
2026-06-20 17:00:48 +02:00
parent 78dd873bab
commit 361147d6f8
5 changed files with 431 additions and 5 deletions
+9 -1
View File
@@ -10,7 +10,14 @@
<div class="row">
<div class="col-xs-12 text-center">
{% assign logo_url = page.logo_url | default: "/images/logo.svg" %}
<img src="{{ logo_url | prepend: site.baseurl }}" alt="Chaospott Logo" />
<img
src="{{ logo_url | prepend: site.baseurl }}"
alt="Chaospott Logo"
{% if logo_url == "/images/logo.svg" %}
class="js-pride-logo"
data-pride-src="{{ "/images/logo-pride.svg" | prepend: site.baseurl }}"
{% endif %}
/>
</div>
</div>
</div>
@@ -19,6 +26,7 @@
<footer>
{% include footer.html %}
</footer>
<script src="{{ site.baseurl }}/js/pride-logo.js"></script>
<script src="{{ site.baseurl }}/js/TweenLite.min.js"></script>
<script src="{{ site.baseurl }}/js/EasePack.min.js"></script>
<script src="{{ site.baseurl }}/js/rAF.js"></script>