Skip to content

Commit

Permalink
frontpage: layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Jun 1, 2023
1 parent bcacce0 commit eb95994
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,20 +110,20 @@ <h4>
<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>
Expand Down

0 comments on commit eb95994

Please sign in to comment.