Skip to content
Snippets Groups Projects

WIP:HIFIS Websites unification

Merged Uwe Jandt (DESY, HIFIS) requested to merge uj-hifis-overall into hifis-unified-2
+ 69
25
@@ -19,18 +19,8 @@
title=page.notification.title
description=page.notification.description %}
{% endif %}
<h1>News
<a class="rss-posts-button" href="{{ '/feed/news.xml' | relative_url }}"
title="Subscribe to HIFIS News Feed"
type="application/atom+xml"
download>
<i class="fas fa-rss"></i>
</a>
and Announcements
<a href="https://lists.desy.de/sympa/subscribe/hifis-announce"
title="Subscribe to HIFIS Announcements Letter - also unsubscribe">
<i class="fas fa-bell"></i>
</a>
<h1>News, Announcements, Blogs
</h1>
<div class="flex-cards">
@@ -49,10 +39,47 @@
{%- endif -%}
{%- endfor -%}
</div>
<a href="{{ 'news/' | relative_url }}" class="btn btn-outline-secondary">More HIFIS News</a>
<a href="https://software.hifis.net/blog" class="btn btn-outline-secondary">HIFIS Software Cluster News</a>
<a href="{{ 'news/' | relative_url }}" class="btn btn-outline-secondary">All HIFIS News</a>
<a href="https://lists.desy.de/sympa/subscribe/hifis-announce"
class="btn btn-outline-secondary"
title="Subscribe to HIFIS Announcements Letter - also unsubscribe">
Subscribe <i class="fas fa-bell"></i></a>
<a class="btn btn-outline-secondary" href="{{ '/feed/news.xml' | relative_url }}"
title="Subscribe to HIFIS News Feed"
type="application/atom+xml"
download>
RSS Feed <i class="fas fa-rss"></i></a>
</section>
</div>
<div class="frontpage-jumbotron">
<section>
<h1><i class="far fa-calendar-alt" aria-hidden="true"></i>&nbsp; Events</h1>
<div class="flex-content-wrapper">
{% assign sorted_events = site.events | sort: "start.date" %}
{% assign today = "now" | date: "%Y-%m-%d" %}
{% assign has_upcoming_events = false %}
{% for event in sorted_events %}
{% if event.start.date < today or
event.registration_period.to < today %}
{% continue %}
{% else %}
{% assign has_upcoming_events = true %}
{% endif %}
{% include frontpage/event-card.html
title = event.excerpt %}
{% endfor %}
{% if has_upcoming_events == false %}
<article class="list-entry">
<h1>
There are no upcoming events right now ... stay tuned.
</h1>
</article>
{% endif %}
</div>
</section>
</div>
<div class="transition-block">
{% include transition.html direction="top" %}
@@ -61,25 +88,26 @@
<div class="info-col">
<div class="info-box">
<a href="{% link mission/index.html %}" class="btn btn-outline-primary">
<h3><i class="fas fa-atom" aria-hidden="true"></i>&nbsp; HIFIS Mission</h3>
<a href="{% link mission/publications-projects.md %}" class="btn btn-outline-primary">
<h3><i class="fas fa-atom" aria-hidden="true"></i>&nbsp; Publications and Projects</h3>
</a>
<p>Our mission is to strengthen and develop the ICT competences of the whole Helmholtz Association.
We want to support you - as a scientist, Helmholtz employee or stakeholder of research projects.</p>
<p>See here for publications, presentations, as well as ongoing and accomplished projects with HIFIS.</p>
</div>
<div class="info-box">
<a href="{% link mission/publications.md %}" class="btn btn-outline-primary">
<h3><i class="fas fa-atom" aria-hidden="true"></i>&nbsp; Documentation and Publications</h3>
<a href="{% link mission/index.html %}" class="btn btn-outline-primary">
<h3><i class="fas fa-atom" aria-hidden="true"></i>&nbsp; HIFIS Mission and Structure</h3>
</a>
<p>See here for publications, documentations and presentations about HIFIS.</p>
<p>Our mission is to strengthen and develop the ICT competences of the whole Helmholtz Association.
Have a look at our internal structure and governance.</p>
</div>
<div class="info-box">
<a href="{% link partners.md %}" class="btn btn-outline-primary">
<h3><i class="fas fa-globe-europe" aria-hidden="true"></i>&nbsp; HIFIS Partners</h3>
<a href="{% link mission/documentation.md %}" class="btn btn-outline-primary">
<h3><i class="fas fa-atom" aria-hidden="true"></i>&nbsp; Documentation and Policies</h3>
</a>
<p>Take a look at our partners, within the Helmholtz Association and throughout the World.
<p>See here for an overview to Documentation and Policies. You may also directly refer to the
<a href="https://hifis.net/doc">Technical Documentation</a>.
</p>
</div>
@@ -92,6 +120,22 @@
<p>Get the latest updates of the HIFIS roadmap, summarizing our goals for the months
and years to come.</p>
</div>
<div class="info-box">
<a href="{% link partners.md %}" class="btn btn-outline-primary">
<h3><i class="fas fa-globe-europe" aria-hidden="true"></i>&nbsp; HIFIS Partners</h3>
</a>
<p>Take a look at our partners, within the Helmholtz Association and throughout the World.
</p>
</div>
<div class="info-box">
<a href="https://www.helmholtz.de/en/jobs_talent/job_vacancies/" class="btn btn-outline-primary">
<h3><i class="fas fa-atom" aria-hidden="true"></i>&nbsp; Job Offers</h3>
</a>
<p>See here for job offers in Helmholtz and in the context of HIFIS.
</p>
</div>
</div>
</section>
Loading