*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 6548fedd authored by Wörister, Florian's avatar Wörister, Florian
Browse files

fix static texts

parent dc3c55fc
Branches
Tags
1 merge request!21fix static texts
......@@ -101,8 +101,7 @@ under the terms of the MIT License; see LICENSE file for more details.
</div>
<div class="flip-card-back">
Deposit your data to make it FAIR. The process can be automated with a use of APIs provided by
the TU
Data.
TU Data.
</div>
</div>
<h3>Reuse</h3>
......@@ -112,7 +111,7 @@ under the terms of the MIT License; see LICENSE file for more details.
</section>
<section id="planned-features" class="ui container">
<h2>Coming Soon</h2>
<h2>Coming soon</h2>
<div class="features-wrapper">
<div class="flip-card">
<div class="flip-card-inner">
......@@ -136,7 +135,7 @@ under the terms of the MIT License; see LICENSE file for more details.
<a>Easily preserve your GitLab repository in TU Data and get a DOI for your code.</a>
</div>
</div>
<h3>TU Gitlab Integration</h3>
<h3>TU Gitlab integration</h3>
</div>
<div class="flip-card">
......@@ -175,4 +174,3 @@ under the terms of the MIT License; see LICENSE file for more details.
{%- endblock javascript %}
{%- block trackingcode %}{% include config.THEME_TRACKINGCODE_TEMPLATE %}
{%- endblock %}
......@@ -10,7 +10,7 @@ under the terms of the MIT License; see LICENSE file for more details.
{%- extends config.BASE_TEMPLATE %}
{%- block page_header %}
{% include config.THEME_HEADER_TEMPLATE %}
{% include config.THEME_HEADER_TEMPLATE %}
{%- endblock %}
{%- block page_hero %}
......@@ -18,25 +18,26 @@ under the terms of the MIT License; see LICENSE file for more details.
</section>
{%- endblock page_hero %}
{%- block page_body %}
<section class="ui container">
<h1>Policies</h1>
<div class="filelist">
<a class="filelist-item" target="_blank" href="https://www.tuwien.at/index.php?eID=dms&s=4&path=Directives%20and%20Regulations%20of%20the%20Rectorate/Policy%20for%20Research%20Data%20Management.pdf">
<img src="/static/images/pdf.png">
<span>Policy for Research Data Management</span>
</a>
<a class="filelist-item disabled" href="#">
<img src="/static/images/pdf.png">
<span>Policy for Repository "TU Data" (coming soon)</span>
</a>
</div>
</section>
{%- block page_body %}
<section class="ui container">
<h1>Policies</h1>
<div class="filelist">
<a class="filelist-item" target="_blank"
href="https://www.tuwien.at/index.php?eID=dms&s=4&path=Directives%20and%20Regulations%20of%20the%20Rectorate/Policy%20for%20Research%20Data%20Management.pdf">
<img src="/static/images/pdf.png">
<span>TU Wien Policy for Research Data Management</span>
</a>
<a class="filelist-item disabled" href="#">
<img src="/static/images/pdf.png">
<span>Policy for Repository "TU Data" (coming soon)</span>
</a>
</div>
</section>
{%- endblock page_body %}
{%- block page_footer %}
{% include config.THEME_FOOTER_TEMPLATE %}
{% include config.THEME_FOOTER_TEMPLATE %}
{%- endblock page_footer %}
{%- block trackingcode %}
{% include config.THEME_TRACKINGCODE_TEMPLATE %}
{%- endblock %}
\ No newline at end of file
{% include config.THEME_TRACKINGCODE_TEMPLATE %}
{%- endblock %}
......@@ -11,4 +11,4 @@ This file is imported by ``invenio_theme_tuw.__init__``,
and parsed by ``setup.py``.
"""
__version__ = "2021.9.7"
__version__ = "2021.9.8"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment