Skip to content

Commit e7a08fe

Browse files
authored
Merge pull request #120 from SADiLaR/lwimilinks-branding
Lwimilinks branding
2 parents e3db6a2 + 7846947 commit e7a08fe

File tree

6 files changed

+56
-56
lines changed

6 files changed

+56
-56
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
**Sadilar Terminology**
1+
**LwimiLinks**
22

3-
About the project:
3+
This project implements a platform for hosting multilingual terminology, and
4+
enriching data with metadata and links between relevant role players.
5+
6+
"Lwimi" refers to language in the Nguni languages, and "Links" emphasises the
7+
goal of linking relevant pieces of information.
8+
9+
The software is implemented in Python on the Django framework.
410

511
---
612

app/app/urls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
from . import views
2626

27-
admin.site.index_title = _("SADiLaR Administration")
28-
admin.site.site_title = _("SADiLaR Site Admin Portal")
27+
admin.site.index_title = _("Site administration")
28+
admin.site.site_title = _("LwimiLinks administration ")
2929

3030
urlpatterns = [
3131
path("admin/", admin.site.urls),

app/templates/admin/base_site.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{% block branding %}
2626
<h1 class="header-title">
2727
<a href="{% url 'home' %}">
28-
<img src="{% static 'img/sadilar.png' %}" class="main-logo" alt="{% trans 'SADiLaR' %}">
28+
<img src="{% static 'img/lwimilinks.svg' %}" class="main-logo" alt="{% trans 'LwimiLinks' %}">
2929
</a>
3030
</h1>
3131
{% if user.is_anonymous %}

app/templates/app/home.html

Lines changed: 42 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -4,57 +4,23 @@
44

55
{% block content %}
66
{% spaceless %}
7-
<h1 id="main-heading" class="visually-hidden">{% trans "Home page" %}</h1>
7+
<h1 id="main-heading" class="visually-hidden">{% trans "LwimiLinks" %}</h1>
88
<section class="m-3 card">
9-
<div class="card-body limit-text-width">
10-
<h2 class="fs-3 card-title">{% trans "Welcome" %}</h2>
11-
<p>
12-
{% blocktrans trimmed %}
13-
The South African Centre for Digital Language Resources (SADiLaR) is a national research
14-
infrastructure that aims to ensure a digital future for our official languages.
15-
It supports researchers in the fields of digital humanities and social sciences and also
16-
assists institutions in their language implementation plans.
17-
{% endblocktrans %}
18-
<a href="https://sadilar.org">{% blocktrans %}Read more about SADiLaR.{% endblocktrans %}</a>
19-
</p>
20-
<p>
21-
{% blocktrans trimmed %}
22-
SADiLaR conducted an audit at South African public higher education institutions that highlighted
23-
areas that require attention.
24-
{% endblocktrans %}
25-
<a href="https://sadilar.org/usaf_report_2023">{% blocktrans %}Read the report.{% endblocktrans %}</a>
26-
</p>
27-
<p>
28-
{% blocktrans trimmed %}
29-
This platform highlights previous and current work at institutions to encourage collaboration and
30-
disseminate resources.
31-
{% endblocktrans %}
32-
</p>
33-
</div>
34-
</section>
35-
36-
<section class="m-3 card">
37-
<div class="card-body d-flex justify-content-between align-items-end">
38-
<div class="card-items">
39-
<h2 class="fs-3 card-title">{% trans "Search" %}</h2>
40-
<p>
41-
{% blocktrans trimmed %}
42-
This platforms hosts terminology and other useful language resources.
43-
{% endblocktrans %}
44-
</p>
45-
<form method="get" action="{% url 'search' %}">
46-
<input type="search" name="search" placeholder="{% trans 'Search term...' %}"
47-
class="form-control search-input">
48-
<input type="submit" value="{% trans 'Search' %}" class="btn btn-primary mt-2">
49-
</form>
50-
</div>
51-
</div>
52-
</section>
53-
54-
<section class="m-3 card">
55-
<div class="card-body">
9+
<div class="card-body limit-text-width">
5610
<h2 class="fs-3 card-title">{% trans "Explore" %}</h2>
5711
<p>
12+
{% blocktrans trimmed %}
13+
LwimiLinks is a place for multilingual terminology and other useful language
14+
resources. We encourage institutions to upload their resources, and to register
15+
information on related projects.
16+
{% endblocktrans %}
17+
</p>
18+
<form method="get" action="{% url 'search' %}">
19+
<input type="search" name="search" placeholder="{% trans 'Search term...' %}"
20+
class="form-control search-input">
21+
<input type="submit" value="{% trans 'Search' %}" class="btn btn-primary mt-2">
22+
</form>
23+
<p class="pt-3">
5824
{% trans "Browse through the available information by one of the following categories:" %}
5925
</p>
6026
<ul class="list-unstyled d-md-flex flex-md-row">
@@ -87,5 +53,33 @@ <h2 class="fs-3 card-title">{% trans "Explore" %}</h2>
8753
</div>
8854
</section>
8955

56+
<section class="m-3 card">
57+
<div class="card-body limit-text-width">
58+
<h2 class="fs-3 card-title">{% trans "Background information" %}</h2>
59+
<p>
60+
{% blocktrans trimmed %}
61+
The South African Centre for Digital Language Resources (SADiLaR) is a national research
62+
infrastructure that aims to ensure a digital future for our official languages.
63+
It supports researchers in the fields of digital humanities and social sciences and also
64+
assists institutions in their language implementation plans.
65+
{% endblocktrans %}
66+
<a href="https://sadilar.org">{% blocktrans %}Read more about SADiLaR.{% endblocktrans %}</a>
67+
</p>
68+
<p>
69+
{% blocktrans trimmed %}
70+
SADiLaR conducted an audit at South African public higher education institutions that highlighted
71+
areas that require attention.
72+
{% endblocktrans %}
73+
<a href="https://sadilar.org/usaf_report_2023">{% blocktrans %}Read the report.{% endblocktrans %}</a>
74+
</p>
75+
<p>
76+
{% blocktrans trimmed %}
77+
This platform highlights previous and current work at institutions to encourage collaboration and
78+
disseminate resources.
79+
{% endblocktrans %}
80+
</p>
81+
</div>
82+
</section>
83+
9084
{% endspaceless %}
9185
{% endblock content %}

app/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!DOCTYPE html>
66
<html lang="en">
77
<head>
8-
<title>{% block title %}{% trans "SADiLaR" %}{% endblock %}</title>
8+
<title>{% block title %}{% trans "LwimiLinks" %}{% endblock %}</title>
99
<meta name="description" content="{% block description %}{% trans 'Terminology and other language resources' %}{% endblock %}">
1010
<meta name="keywords" content="{% block keywords %}{% trans 'language, terminology' %}{% endblock %}">
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -25,7 +25,7 @@
2525
<nav class="navbar navbar-expand-lg navbar-light">
2626
<div class="container-fluid">
2727
<a href="{% url 'home' %}" class="navbar-brand">
28-
<img src="{% static 'img/sadilar.png' %}" width="140" height="73" alt="{% trans 'Front page' %}">
28+
<img src="{% static 'img/lwimilinks.svg' %}" width="180" height="40" alt="{% trans 'Front page' %}">
2929
</a>
3030
<button class="navbar-toggler" type="button"
3131
data-bs-toggle="collapse" data-bs-target="#navbarPills"

app/templates/base_htmx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% spaceless %}
33
<html lang="en">{# Required for HTMX title swapping to work #}
44
<head>
5-
<title>{% block title %}{% trans "SADiLaR" %}{% endblock %}</title></head>
5+
<title>{% block title %}{% trans "LwimiLinks" %}{% endblock %}</title>
66
</head>
77

88
{% comment %}

0 commit comments

Comments
 (0)