Skip to content

Commit

Permalink
layout changes for holisoils subsite, refers to #24
Browse files Browse the repository at this point in the history
(cherry picked from commit 96a0ba00a50906506efe6d705adcbb639541e0e1)
  • Loading branch information
gannebamm committed Dec 10, 2024
1 parent 019fe4b commit 4860d60
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,14 @@
background: linear-gradient(to right, #65311E, #894B31);
}

.msgapi .gn-hero .jumbotron .gn-hero-description h1{
font-size: 3rem;
font-weight: 900;
}
.msgapi .gn-hero .jumbotron .gn-hero-description p:not(.gn-hero-tools){
font-size: 1rem;
}

footer {
background: linear-gradient(to right, #65311E, #894B31);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,51 +1,42 @@
{% extends "geonode-mapstore-client/snippets/footer.html" %}


{% load i18n %}
{% load static %}

{% block funding_info %}
<div style="display:flex;">
<ul>
<li title="https://holisoils.eu/">
<div class="footer-logo" style="display: inline-block; margin: 10px;">
<a href="https://holisoils.eu/">
<img src="{% static 'subsites/holisoils_logo_footer.svg' %}" alt="Holisoils Logo"
style="max-height: 50px; width: auto;">
<footer class="gn-footer" style="display: block;">
{% block footer_links %}
<div style="display:flex">
<ul style="align-items: center">
<li>
<a href="{% url "developer" %}" class="nav-link">
<span>{% trans "Developers" %}</span>
</a>
</div>
</li>
<li title="What is Horizon 2020?">
<div class="footer-logo" style="display: inline-block; margin: 10px;">
<a href="https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-2020_en">
<img src="{% static 'subsites/logo_EU.svg' %}" alt="EU flag and funding info"
style="max-height: 50px; width: auto;">
</a>
</div>
</li>
</ul>
</div>
{% endblock %}

<!-- <footer class="gn-footer" style="padding: 20px 0; text-align: center;">
<div class="footer-content" style="max-width: 800px; margin: 0 auto;">
<ul style="list-style-type: none; padding: 0; margin: 0; text-align: center;">
<li style="margin-bottom: 10px;">
<a href="https://geonode.org/" class="nav-link" style="text-decoration: none; color: inherit;">
<span>geonode.org</span>
</li>
<li>
<a href="{% url "accessibility" %}" class="nav-link">
<span>{% trans "Accessibility" %}</span>
</a>
</li>
<li style="margin-bottom: 10px;">
<a href="/developer/" class="nav-link" style="text-decoration: none; color: inherit;">
<span>Developers</span>
<li>
<a href="{% url "legal-notice" %}" class="nav-link">
<span>{% trans "Legal notice" %}</span>
</a>
</li>
<li style="margin-bottom: 10px;">
<a href="/about/" class="nav-link" style="text-decoration: none; color: inherit;">
<span>About</span>
<li>
<a href="{% url "privacy-cookies" %}" class="nav-link">
<span>{% trans "Privacy &#038; Cookies Policy" %}</span>
</a>
</li>
<li title="What is Horizon 2020?">
<div class="footer-logo" style="display: inline-block; margin: 10px;">
<a href="https://doi.org/10.3030/101000289">
<img src="{% static 'subsites/logo_EU.svg' %}" alt="EU flag and funding info"
style="max-height: 35px; width: auto;">
</a>
</div>
</li>
</ul>
</div>
</footer> -->
{% endblock %}
{% block funding_info %}
{% endblock %}
</footer>

0 comments on commit 4860d60

Please sign in to comment.