Skip to content
Snippets Groups Projects
Commit 4efeedc9 authored by Uwe Jandt (DESY, HIFIS)'s avatar Uwe Jandt (DESY, HIFIS)
Browse files

Merge branch '70-announce-at-hifis-net' into 'master'

Subscription to announce and news feeds

Closes #70

See merge request hifis/hifis.net!70
parents ff4d4a2b bda73ccf
No related branches found
No related tags found
1 merge request!70Subscription to announce and news feeds
......@@ -19,7 +19,20 @@
title=page.notification.title
description=page.notification.description %}
{% endif %}
<h1>News</h1>
<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>
<div class="flex-cards">
{%- assign posts = site.posts | where:"lang", site.default.lang -%}
{%- for post in posts limit:5 -%}
......
......@@ -52,11 +52,16 @@ title: HIFIS
</div>
<div class="rss-posts-container grid-item">
<a class="rss-posts-button" href="{{ '/feed/news.xml' | relative_url }}"
title="subscribe to feed"
title="Subscribe to HIFIS News Feed"
type="application/atom+xml"
download>
<i class="fas fa-rss"></i>
</a>
<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>
</div>
</nav>
{% endif %}
......@@ -135,11 +140,15 @@ title: HIFIS
</div>
<div class="rss-posts-container grid-item">
<a class="rss-posts-button" href="{{ '/feed/news.xml' | relative_url }}"
title="subscribe to feed"
title="Subscribe to HIFIS News Feed"
type="application/atom+xml"
download>
<i class="fas fa-rss"></i>
</a>
<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>
</div>
</nav>
{% endif %}
......
......@@ -37,7 +37,12 @@ and
We have several pilot cloud services and installations running. Please [contact us](mailto:{{ site.contact_mail }}) if you need urgent assistance.
#### [Where can I register for a newsletter?][6]
Currently, we do not send newsletters as it would imply for us to collect large amounts of personal data. To stay updated, you are invited to check out
We do not send newsletters, but you are invited to register for our Announcement letter `announce@hifis.net` to never miss any upcoming events!
Either [**register by clicking on this link** and sending a registration mail](mailto:sympa@desy.de?subject=sub%20hifis-announce) or
[**register here** - you can also unregister here](https://lists.desy.de/sympa/subscribe/hifis-announce).
To stay updated on general HIFIS news, you are invited to check out
[our RSS news feed]({{ site.feed.collections.posts.path | relative_url }}) -
besides, of course, regularly checking our website and [**news section!**](news)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment