From 264c915e89df6e2a6507002361e86b31f4878ff1 Mon Sep 17 00:00:00 2001 From: Christoph Ladurner Date: Sun, 10 Dec 2023 19:22:37 +0100 Subject: [PATCH] ui: change overview logos --- .../static/images/diamond.svg | 1 + .../static/images/group-discussion.svg | 1 + .../images/library-book-svgrepo-com.svg | 40 +++++++++++++++++++ invenio_theme_tugraz/static/images/play.svg | 3 ++ .../static/images/umbrella.svg | 1 + .../invenio_theme_tugraz/overview.html | 10 ++--- 6 files changed, 51 insertions(+), 5 deletions(-) create mode 100644 invenio_theme_tugraz/static/images/diamond.svg create mode 100644 invenio_theme_tugraz/static/images/group-discussion.svg create mode 100644 invenio_theme_tugraz/static/images/library-book-svgrepo-com.svg create mode 100644 invenio_theme_tugraz/static/images/play.svg create mode 100644 invenio_theme_tugraz/static/images/umbrella.svg diff --git a/invenio_theme_tugraz/static/images/diamond.svg b/invenio_theme_tugraz/static/images/diamond.svg new file mode 100644 index 0000000..dce3ff5 --- /dev/null +++ b/invenio_theme_tugraz/static/images/diamond.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/invenio_theme_tugraz/static/images/group-discussion.svg b/invenio_theme_tugraz/static/images/group-discussion.svg new file mode 100644 index 0000000..b9c85e4 --- /dev/null +++ b/invenio_theme_tugraz/static/images/group-discussion.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/invenio_theme_tugraz/static/images/library-book-svgrepo-com.svg b/invenio_theme_tugraz/static/images/library-book-svgrepo-com.svg new file mode 100644 index 0000000..0780ee0 --- /dev/null +++ b/invenio_theme_tugraz/static/images/library-book-svgrepo-com.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/invenio_theme_tugraz/static/images/play.svg b/invenio_theme_tugraz/static/images/play.svg new file mode 100644 index 0000000..9cb22e3 --- /dev/null +++ b/invenio_theme_tugraz/static/images/play.svg @@ -0,0 +1,3 @@ + + + diff --git a/invenio_theme_tugraz/static/images/umbrella.svg b/invenio_theme_tugraz/static/images/umbrella.svg new file mode 100644 index 0000000..31119ea --- /dev/null +++ b/invenio_theme_tugraz/static/images/umbrella.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html index 726f308..46cdd37 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html @@ -25,7 +25,7 @@

{{ _("Research Result") }}

- Research Result + Research Result
{{ _("Overview: Description for research result") }} @@ -36,7 +36,7 @@

{{ _("Communities") }}

- Communities + Communities
{{ _("Overview: Description of Communities") }} @@ -47,7 +47,7 @@

{{ _("Requests") }}

- Requests + Requests
{{ _("Overview: Description of Requests") }} @@ -58,7 +58,7 @@

{{ _("Publications") }}

- Publications + Publications
{{ _("Overview: Description for publications") }} @@ -69,7 +69,7 @@

{{ _("Educational Resources") }}

- Open Educational Resources + Open Educational Resources
{{ _("Overview: Description for open educational resources") }}