Skip to content

Commit

Permalink
e-judgment logo for ghalii
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Aug 1, 2023
1 parent b28a9b6 commit 72533a1
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 8 deletions.
Binary file added ghalii/static/images/ejudgment-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 9 additions & 5 deletions ghalii/templates/liiweb/home.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{% extends "liiweb/home.html" %}
{% load i18n static %}
{% block hero-logos %}
<img src="{% static 'images/africanlii-logo.svg' %}" alt="africanlii-logo"/>
<img src="{% static 'images/laws-africa-logo.png' %}" alt="laws-logo"/>
<img src="{% static 'images/logo.png' %}" alt="ghalii-logo"/>
<img src="{% static 'images/logo.png' %}" alt="ghalii logo"/>
<img src="{% static 'images/ejudgment-logo.png' %}" alt="e-judgment logo"/>
<img src="{% static 'images/africanlii-logo.svg' %}" alt="africanlii logo"/>
<img src="{% static 'images/laws-africa-logo.png' %}"
alt="laws.africa logo"/>
{% endblock %}
{% block hero-headings %}
<h1 class="mb-4">
Expand All @@ -13,7 +15,8 @@ <h1 class="mb-4">
</h1>
<h4 class="mb-4">
{% blocktrans trimmed %}
GhaLII digitises and publishes the law of Ghana for free access to all.
GhaLII digitises and publishes the law of Ghana for free access to all, in partnership with the
Judicial Service of Ghana.
{% endblocktrans %}
</h4>
{% endblock %}
Expand All @@ -23,8 +26,9 @@ <h4 class="mb-4">
</div>
<p>
{% blocktrans trimmed %}
GhaLII is a non-profit organisation based in Accra that aims to source and publish digitally accessible to the general public parliamentary, legislative and judicial information from Ghana and ECOWAS.
GhaLII is a non-profit organisation based in Accra that publishes digital parliamentary, legislative and judicial information from Ghana and ECOWAS.
GhaLII's objectives include promotion of access to legal information from Ghana as a fundamental part of the rule of law.
GhaLII works in partnership with the Judicial Service of Ghana.
{% endblocktrans %}
</p>
{% endblock %}
Expand Down
8 changes: 7 additions & 1 deletion ghalii/templates/peachjam/_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,13 @@ <h5>{% trans 'Our partners' %}</h5>
href="https://ghalii.org"
target="_blank"
rel="noreferrer">
<img height="26" src="{% static 'images/logo.png' %}" alt="ghalii-logo"/>
<img height="26" src="{% static 'images/logo.png' %}" alt="ghalii logo"/>
</a>
<a class="footer-logos__item"
href="https://ejudgment.judicial.gov.gh/"
target="_blank"
rel="noreferrer">
<img src="{% static 'images/ejudgment-logo.png' %}" alt="e-judgment logo"/>
</a>
</div>
{% endblock %}
16 changes: 15 additions & 1 deletion ghalii/templates/peachjam/_header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{% extends 'peachjam/_header.html' %}
{% load i18n %}
{% load i18n static %}
{% block top-bar %}
<div class="bg-light p-2">
<div class="container d-flex">
<a href="https://ejudgment.judicial.gov.gh/"
target="_blank"
rel="noreferrer"
class="ms-auto">
<img src="{% static 'images/ejudgment-logo.png' %}"
alt="e-judgment logo"
height="40"/>
</a>
</div>
</div>
{% endblock %}
{% block nav-items %}
<li class="nav-item">
<a class="nav-link {% if view.navbar_link == 'judgments' %}active{% endif %}"
Expand Down
2 changes: 1 addition & 1 deletion liiweb/static/stylesheets/components/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
img {
@include make-col-auto();
max-width: 100%;
max-height: 80px;
max-height: 60px;
margin-end: $spacer;
margin-bottom: $spacer;
}
Expand Down

0 comments on commit 72533a1

Please sign in to comment.