From 7846947b76b1d00182991365cb0cc38d3165acff Mon Sep 17 00:00:00 2001 From: Friedel Wolff Date: Fri, 13 Sep 2024 15:14:52 +0200 Subject: [PATCH] Rework front page Only two blocks. Apart from a simpler structure, the idea is also to not start the page with links that lead the user off the site. --- app/templates/app/home.html | 88 +++++++++++++++++-------------------- 1 file changed, 41 insertions(+), 47 deletions(-) diff --git a/app/templates/app/home.html b/app/templates/app/home.html index ef3a442..0698c3e 100644 --- a/app/templates/app/home.html +++ b/app/templates/app/home.html @@ -6,55 +6,21 @@ {% spaceless %}

{% trans "LwimiLinks" %}

-
-

{% trans "Welcome" %}

-

- {% blocktrans trimmed %} - The South African Centre for Digital Language Resources (SADiLaR) is a national research - infrastructure that aims to ensure a digital future for our official languages. - It supports researchers in the fields of digital humanities and social sciences and also - assists institutions in their language implementation plans. - {% endblocktrans %} - {% blocktrans %}Read more about SADiLaR.{% endblocktrans %} -

-

- {% blocktrans trimmed %} - SADiLaR conducted an audit at South African public higher education institutions that highlighted - areas that require attention. - {% endblocktrans %} - {% blocktrans %}Read the report.{% endblocktrans %} -

-

- {% blocktrans trimmed %} - This platform highlights previous and current work at institutions to encourage collaboration and - disseminate resources. - {% endblocktrans %} -

-
-
- -
-
-
-

{% trans "Search" %}

-

- {% blocktrans trimmed %} - This platforms hosts terminology and other useful language resources. - {% endblocktrans %} -

-
- - -
-
-
-
- -
-
+

{% trans "Explore" %}

+ {% blocktrans trimmed %} + LwimiLinks is a place for multilingual terminology and other useful language + resources. We encourage institutions to upload their resources, and to register + information on related projects. + {% endblocktrans %} +

+
+ + +
+

{% trans "Browse through the available information by one of the following categories:" %}

    @@ -87,5 +53,33 @@

    {% trans "Explore" %}

+
+
+

{% trans "Background information" %}

+

+ {% blocktrans trimmed %} + The South African Centre for Digital Language Resources (SADiLaR) is a national research + infrastructure that aims to ensure a digital future for our official languages. + It supports researchers in the fields of digital humanities and social sciences and also + assists institutions in their language implementation plans. + {% endblocktrans %} + {% blocktrans %}Read more about SADiLaR.{% endblocktrans %} +

+

+ {% blocktrans trimmed %} + SADiLaR conducted an audit at South African public higher education institutions that highlighted + areas that require attention. + {% endblocktrans %} + {% blocktrans %}Read the report.{% endblocktrans %} +

+

+ {% blocktrans trimmed %} + This platform highlights previous and current work at institutions to encourage collaboration and + disseminate resources. + {% endblocktrans %} +

+
+
+ {% endspaceless %} {% endblock content %}