diff --git a/sonar/theme/assets/scss/usi/_variables.scss b/sonar/theme/assets/scss/unisi/_variables.scss similarity index 100% rename from sonar/theme/assets/scss/usi/_variables.scss rename to sonar/theme/assets/scss/unisi/_variables.scss diff --git a/sonar/theme/assets/scss/usi/theme.scss b/sonar/theme/assets/scss/unisi/theme.scss similarity index 100% rename from sonar/theme/assets/scss/usi/theme.scss rename to sonar/theme/assets/scss/unisi/theme.scss diff --git a/sonar/theme/static/images/usi-logo.svg b/sonar/theme/static/images/unisi-logo.svg similarity index 100% rename from sonar/theme/static/images/usi-logo.svg rename to sonar/theme/static/images/unisi-logo.svg diff --git a/sonar/theme/templates/sonar/frontpage.html b/sonar/theme/templates/sonar/frontpage.html index 88f04d22..89b53705 100755 --- a/sonar/theme/templates/sonar/frontpage.html +++ b/sonar/theme/templates/sonar/frontpage.html @@ -61,17 +61,13 @@
{{ _('Software under development!') }}
{% endblock %} {%- block body %} -
-
+
+

{{_('The project')}}

{{_('The SONAR project aims to create a scholarly archive that collects, promotes and preserves the publications of authors affiliated with Swiss public research institutions.')}}

{{_('Further info on the project page')}} sonar.ch.

-
-

{{_('Institution views (test)')}}

- Università della Svizzera italiana -
-
+

{{_('Follow us')}}

diff --git a/sonar/theme/webpack.py b/sonar/theme/webpack.py index e4359536..1820d787 100644 --- a/sonar/theme/webpack.py +++ b/sonar/theme/webpack.py @@ -29,7 +29,7 @@ entry={ 'app': './js/app.js', 'sonar-theme': './scss/sonar/theme.scss', - 'usi-theme': './scss/usi/theme.scss' + 'unisi-theme': './scss/unisi/theme.scss' }, dependencies={ 'popper.js': '^1.15',