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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user