mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
WIP: oer upload button on frontpage
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{#
|
||||
Copyright (C) 2020-2021 Graz University of Technology.
|
||||
Copyright (C) 2020-2023 Graz University of Technology.
|
||||
|
||||
invenio-theme-tugraz is free software; you can redistribute it and/or
|
||||
modify it under the terms of the MIT License; see LICENSE file for more
|
||||
@@ -106,8 +106,32 @@
|
||||
|
||||
<!---segments-->
|
||||
<div class="six wide column">
|
||||
<!--contact us-->
|
||||
<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:300px; 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">
|
||||
<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;">
|
||||
{{ _("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">
|
||||
<i aria-hidden="true" class="upload icon"></i>
|
||||
{{ _("Upload OER") }}
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!--contact us-->
|
||||
<div class="ui segment">
|
||||
<h4>{{ _("Need help?") }}</h4>
|
||||
{%- if config.THEME_TUGRAZ_CONTACT_FORM %}
|
||||
<div style="padding-bottom: 10px;">
|
||||
@@ -121,7 +145,6 @@
|
||||
</p>
|
||||
<p>
|
||||
{{ _("We can help with:") }}
|
||||
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user