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;">
|
<div class="ui segment" style="padding-bottom: 10px;">
|
||||||
<h4>{{ _("You can upload different types of records:") }}</h4>
|
<h4>{{ _("You can upload different types of records:") }}</h4>
|
||||||
|
|
||||||
<p style="margin: 14px">
|
<div class="ui grid">
|
||||||
<span class="ui left floated" style="text-align: justify; width:260px; display:inline-block;">
|
<div class="sixteen wide mobile eight wide computer column">
|
||||||
{{ _("Visibility of uploaded content is maximized through synchronization with data hubs (DataCite).") }}
|
<span>
|
||||||
</span>
|
{{ _("Visibility of uploaded content is maximized through synchronization with data hubs (DataCite).") }}
|
||||||
<a class="ui positive right floated button" style="width:250px; display:inline-block;" href="me/uploads" title="Research Data">
|
</span>
|
||||||
<i aria-hidden="true" class="upload icon"></i>
|
</div>
|
||||||
{{ _("Upload Research Output") }}
|
<div class="sixteen wide mobile eight wide computer column">
|
||||||
</a>
|
<a class="ui fluid positive button" href="me/uploads" title="Research Data">
|
||||||
</p>
|
<i aria-hidden="true" class="upload icon"></i>
|
||||||
<p style="margin: 14px;">
|
{{ _("Upload Research Output") }}
|
||||||
<span class="ui left floated" style="text-align: justify; width:260px; display:inline-block;">
|
</a>
|
||||||
{{ _("Open Educational Resources (OER) will be visible on various discovery tools like the OERhub.") }}
|
</div>
|
||||||
</span>
|
<div class="sixteen wide mobile eight wide computer column">
|
||||||
|
<span>
|
||||||
<a class="ui positive right floated button" style="width:250px; display:inline-block;" href="lom/uploads" title="Open Educational Resources">
|
{{ _("Open Educational Resources (OER) will be visible on various discovery tools like the OERhub.") }}
|
||||||
<i aria-hidden="true" class="upload icon"></i>
|
</span>
|
||||||
{{ _("Upload OER") }}
|
</div>
|
||||||
</a>
|
<div class="sixteen wide mobile eight wide computer column">
|
||||||
</p>
|
<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>
|
</div>
|
||||||
|
|
||||||
<!--contact us-->
|
<!--contact us-->
|
||||||
|
|||||||
Reference in New Issue
Block a user