Skip to content

Commit 5ba4e95

Browse files
graeme-a-stewarthegner
authored andcommitted
Add a "future metings" page that uses the Google Calendar
Link this from the main page as it's pretty useful
1 parent b256ed7 commit 5ba4e95

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

_layouts/main.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,18 @@
4242
<div class="col-lg-4">
4343
<h2>Meetings</h2>
4444
<p>
45-
All our activities and ideas are discussed weekly in our HSF meeting. Feel free to participate!
45+
The HSF holds <a href="/future-events.html">regular meetings</a>
46+
in its activity areas and has weekly coordination meetings as well.
47+
All of our meetings are open for everyone to join.
4648
</p>
4749
<ul class="list list-simple">
4850
{% assign pagedate = site.time | date: "%Y-%m-%d" %}
4951
{% for post in site.categories.organization limit: 3 %}
5052
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
5153
{% endfor %}
5254
</ul>
53-
<p><a href="/organization/minutes.html" role="button">Full list of meetings &raquo;</a></p>
55+
<p><a href="/future-events.html" role="button">Upcoming HSF events &raquo;</a></p>
56+
<p><a href="/organization/minutes.html" role="button">Full list of past meetings &raquo;</a></p>
5457
</div>
5558

5659

future-events.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Future HSF and Community Events
3+
layout: plain
4+
---
5+
6+
<iframe src="https://calendar.google.com/calendar/embed?mode=AGENDA&amp;height=600&amp;wkst=1&amp;bgcolor=%23FFFFFF&amp;src=e4v33e1a1drbncdle1n03ahpcs%40group.calendar.google.com&amp;color=%23865A5A&amp;ctz=Europe%2FZurich" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
7+

0 commit comments

Comments
 (0)