frontpage: layout changes

This commit is contained in:
Christoph Ladurner
2023-05-31 15:37:51 +02:00
parent bcacce0644
commit eb95994afa

View File

@@ -110,20 +110,20 @@
<h4>{{ _("You can upload different types of records:") }}</h4>
<p style="margin: 14px">
<span class="ui left floated" style="text-align: justify; width:300px; display:inline-block;">
<span class="ui left floated" style="text-align: justify; width:260px; display:inline-block;">
{{ _("Visibility of uploaded content is maximized through synchronization with data hubs (DataCite).") }}
</span>
<a class="ui positive right floated button" href="me/uploads" title="Research Data">
<a class="ui positive right floated button" style="width:250px; display:inline-block;" href="me/uploads" title="Research Data">
<i aria-hidden="true" class="upload icon"></i>
{{ _("Upload Research Output") }}
</a>
</p>
<p style="margin: 14px;">
<span class="ui left floated" style="text-align: justify; width:300px; display:inline-block;">
<span class="ui left floated" style="text-align: justify; width:260px; display:inline-block;">
{{ _("Open Educational Resources (OER) will be visible on various discovery tools like the OERhub.") }}
</span>
<a class="ui positive right floated button" href="lom/uploads" title="Open Educational Resources">
<a class="ui positive right floated button" style="width:250px; display:inline-block;" href="lom/uploads" title="Open Educational Resources">
<i aria-hidden="true" class="upload icon"></i>
{{ _("Upload OER") }}
</a>