mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-02-13 04:13:26 +00:00
clean frontpage
removed content from frontpage
This commit is contained in:
@@ -17,104 +17,9 @@
|
||||
{%- block page_body %}
|
||||
|
||||
{%- block first_section%}
|
||||
|
||||
{%- endblock first_section%}
|
||||
|
||||
|
||||
{%- block second_section%}
|
||||
<section class="brought-to-you-section section-content-light-bg">
|
||||
<span class="section-title">Brought to you by</span>
|
||||
<div class="ui container">
|
||||
<div class="ui padded relaxed centered grid">
|
||||
<div class="four column row">
|
||||
<div class="column">
|
||||
<a href="http://www.bnl.gov/">
|
||||
<img src="/static/images/logo-bnl.png" title="Brookhaven National Laboratory">
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="https://www.library.caltech.edu/">
|
||||
<img src="/static/images/logo-caltechlibrary.png" title="Caltech Library">
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="http://home.cern">
|
||||
<img src="/static/images/logo-cern.png" title="CERN">
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="https://ctsa.ncats.nih.gov/cd2h/">
|
||||
<img src="/static/images/logo-cd2h.png" title="CTSA Program National Center for Data to Health">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="four column row">
|
||||
<div class="column">
|
||||
<a href="https://www.data-futures.org/">
|
||||
<img src="/static/images/logo-data-futures.png" title="Data Futures">
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="http://www.earthobservations.org/">
|
||||
<img src="/static/images/logo-geo.svg" title="Group on Earth Observations">
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="https://www.hzdr.de/">
|
||||
<img src="/static/images/logo-hzdr.png" title="Helmholtz Zentrum Dresden-Rossendorf">
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="http://home.infn.it/">
|
||||
<img src="/static/images/logo-infn.svg" title="Istituto Nazionale di Fisica Nucleare">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="four column row">
|
||||
<div class="column">
|
||||
<a href="https://ec.europa.eu/jrc/">
|
||||
<img src="/static/images/logo-jrc.svg" title="Joint Research Centre">
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="https://www.northwestern.edu/">
|
||||
<img src="/static/images/logo-northwestern-university.png" title="Northwestern University">
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="https://www.openaire.eu/">
|
||||
<img src="/static/images/logo-openaire.png" title="OpenAIRE">
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="https://tind.io/">
|
||||
<img src="/static/images/logo-tind.png" title="TIND">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="four column row">
|
||||
<div class="column">
|
||||
<a href="https://ulakbim.tubitak.gov.tr">
|
||||
<img src="/static/images/logo-tubitak.svg" title="Tubitak">
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="https://www.tugraz.at/en/home/">
|
||||
<img src="/static/images/logo-tu-graz.svg" title="TU Graz">
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="https://www.uni-hamburg.de/">
|
||||
<img src="/static/images/logo-uni-hamburg.png" title="Universität Hamburg">
|
||||
</a>
|
||||
</div>
|
||||
<div class="column">
|
||||
<a href="https://www.uni-muenster.de/en/">
|
||||
<img src="/static/images/logo-uni-munster.png" title="University of Münster">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{%- endblock second_section%}
|
||||
{%- endblock page_body%}
|
||||
Reference in New Issue
Block a user