Skip to content

Commit f2b9d0f

Browse files
Add ical link and use inline version of the calendar by default (#744)
* Add ical link and use inline version of the calendar by default ical link is needed for people to import the calendar feed inline version keeps the "theme" of the website, but we give a link to the single page google version of the calendar * Additionally add a link to the "holy day" calendar that's maintained by the CHEP IAC diversity group * Add better links to Indico We really do use CERN Indico as the place where almost all meetings are, so make sure the "regular meetings" link points there and add "HSF Indico" as a specific link under the Communication drop-down
1 parent bced71e commit f2b9d0f

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

_includes/navbar.ext

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@
3434
<li class="dropdown">
3535
<a class="dropdown-toggle" data-toggle="dropdown" href="/index.html" id="communication_menu">Communication<span class="caret"></span></a>
3636
<ul class="dropdown-menu" aria-labelledby="communication_menu">
37-
<li><a href="https://calendar.google.com/calendar/embed?src=e4v33e1a1drbncdle1n03ahpcs%40group.calendar.google.com&ctz=Europe/Amsterdam">Community Calendar</a></li>
37+
<li><a href="/future-events.html">Community Calendar</a></li>
3838
<li><a href="/Schools/events.html">Training Schools</a></li>
3939
<li><a href="/events.html">Events &amp; Workshops</a></li>
40+
<li><a href="https://indico.cern.ch/category/5816/" target="_hsf_indico">HSF Indico</a></li>
4041
<li class="divider"></li>
4142
<li><a href="/forums.html">Mailing Lists and Forums</a></li>
4243
<li><a href="/technical_notes.html">Technical Notes</a></li>

_layouts/main.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
<div class="col-lg-4">
4343
<h2>Meetings</h2>
4444
<p>
45-
The HSF holds <a href="/future-events.html">regular meetings</a>
46-
in its activity areas and has weekly coordination meetings as well.
45+
The HSF holds <a href="https://indico.cern.ch/category/5816/" target="_hsf_indico">regular meetings</a>
46+
in its activity areas and has bi-weekly coordination meetings as well.
4747
All of our meetings are open for everyone to join.
4848
</p>
4949
<ul class="list list-simple">
@@ -52,7 +52,7 @@ <h2>Meetings</h2>
5252
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
5353
{% endfor %}
5454
</ul>
55-
<p><a href="/future-events.html" role="button">Upcoming HSF events &raquo;</a></p>
55+
<p><a href="/future-events.html" role="button">Upcoming HSF and community events &raquo;</a></p>
5656
<p><a href="/organization/minutes.html" role="button">Full list of past meetings &raquo;</a></p>
5757
</div>
5858

future-events.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ layout: plain
44
---
55

66
<iframe src="https://calendar.google.com/calendar/b/1/embed?height=600&amp;wkst=2&amp;hl=en&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+
8+
- To add this calendar to your own setup, use this [ical link](https://calendar.google.com/calendar/ical/e4v33e1a1drbncdle1n03ahpcs%40group.calendar.google.com/public/basic.ics).
9+
10+
- [Standalone calendar page](https://calendar.google.com/calendar/embed?src=e4v33e1a1drbncdle1n03ahpcs%40group.calendar.google.com&ctz=Europe/Amsterdam).
11+
12+
- If you are planning a meeting and want to ensure that you also don't clash with major religious holidays
13+
there is a [calendar maintained by the community](/holiday-calendar.html) that lists these.

holiday-calendar.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Religious Holidays
3+
layout: plain
4+
---
5+
6+
<iframe src="https://calendar.google.com/calendar/embed?src=9pibg72s7dlsqrj4l3f432bhec%40group.calendar.google.com&ctz=Europe%2FAmsterdam" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>

images/hsf_logo_angled_square.png

25 KB
Loading

0 commit comments

Comments
 (0)