mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
fix: frontpage upload buttons small monitor
This commit is contained in:
@@ -109,25 +109,30 @@
|
||||
<div class="ui segment" style="padding-bottom: 10px;">
|
||||
<h4>{{ _("You can upload different types of records:") }}</h4>
|
||||
|
||||
<p style="margin: 14px">
|
||||
<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" 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: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" style="width:250px; display:inline-block;" href="lom/uploads" title="Open Educational Resources">
|
||||
<i aria-hidden="true" class="upload icon"></i>
|
||||
{{ _("Upload OER") }}
|
||||
</a>
|
||||
</p>
|
||||
<div class="ui grid">
|
||||
<div class="sixteen wide mobile eight wide computer column">
|
||||
<span>
|
||||
{{ _("Visibility of uploaded content is maximized through synchronization with data hubs (DataCite).") }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="sixteen wide mobile eight wide computer column">
|
||||
<a class="ui fluid positive button" href="me/uploads" title="Research Data">
|
||||
<i aria-hidden="true" class="upload icon"></i>
|
||||
{{ _("Upload Research Output") }}
|
||||
</a>
|
||||
</div>
|
||||
<div class="sixteen wide mobile eight wide computer column">
|
||||
<span>
|
||||
{{ _("Open Educational Resources (OER) will be visible on various discovery tools like the OERhub.") }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="sixteen wide mobile eight wide computer column">
|
||||
<a class="ui fluid positive button" href="lom/uploads" title="Open Educational Resources">
|
||||
<i aria-hidden="true" class="upload icon"></i>
|
||||
{{ _("Upload OER") }}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--contact us-->
|
||||
|
||||
Reference in New Issue
Block a user