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
1 file
+ 12
13
Compare changes
  • Side-by-side
  • Inline
+ 12
13
@@ -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,7 +39,16 @@
{%- endif -%}
{%- endfor -%}
</div>
<a href="{{ 'news/' | relative_url }}" class="btn btn-outline-secondary">More HIFIS 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>
Loading