ckanext-d4science_theme/ckanext/d4science_theme/templates/home/snippets/promoted.html

28 lines
1.5 KiB
HTML

{% set intro = g.site_intro_text %}
<div class="module-content box">
<header>
{% if intro %}
{{ h.render_markdown(intro) }}
{% else %}
{% block home_image %}
<section class='featured media-overlay hidden-phone'>
{% block home_image_content %}
<a class="media-image" href="#" style="text-align:center;">
<img src="gcubedatacataloguelogo.png" alt="Placeholder" width="409" height="54" />
</a>
{% endblock %}
</section>
{% endblock %}
<div class="page-heading">
<h3>Welcome to the {{g.site_title}}!</h3>
<p style='font-size:14px !important; text-align: justify;'>
Here you will find data and other resources hosted by the D4Science.org infrastructure.</p>
<p style='text-align: justify;'>The catalogue contains a wealth of resources resulting from several activities, projects and communities including BlueBRIDGE (<a href="http://www.bluebridge-vres.eu" title="BlueBRIDGE" target="_blank">www.bluebridge-vres.eu</a>), i-Marine (<a href="http://www.i-marine.eu" title="i-Marine" target="_blank">www.i-marine.eu</a>), SoBigData.eu (<a href="http://www.sobigdata.eu" title="SoBigData.eu" target="_blank">www.sobigdata.eu</a>), and (FAO <a href="http://www.fao.org" title="FAO" target="_blank">www.fao.org</a>).
</p>
<p style='text-align: justify;'>All the products are accompanied with rich descriptions capturing general attributes, e.g. title and creator(s), as well as usage policies and licences.</p>
</div>
{% endif %}
</header>
</div>