Skip to content

Commit 41ea066

Browse files
Prettify events page
1 parent e16adca commit 41ea066

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

_data/events.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
scala_lunches:
2-
description: |
3-
The Scala Lunches are a series of talks on Scala and related topics.
4-
They are held once per month at EPFL in Lausanne, Switzerland.
5-
The talks are open to everyone and are free of charge.
6-
The talks are in English.
2+
header: |
3+
The Scala Center is inviting anyone interested in programming languages and open source to join us once a month for a lunch break, hear from colleagues what they are working on or share their own stories. It’s a great opportunity to network amongst PL enthusiasts, share your passion and get some valuable input. And yes, we will speak about Scala too :) you can expect the <a href="https://scala.epfl.ch/team.html">Scala Center</a> and <a href="https://www.epfl.ch/labs/lamp/staff">LAMP</a> teams to be present and happy to answer any and all questions you might have regarding their work. This is free and open event, no registration needed and everyone is welcome (including people outside of EPFL). We only ask you to bring your own lunch because we never know how many people would show up nor what they like to eat :)
4+
footer: |
5+
Please note that Scala Center ensures welcoming and safe spaces on all our events. Both <a href="https://www.epfl.ch/about/overview/wp-content/uploads/2019/12/ComplianceGuideEPFL_EN.pdf">EPFL</a> and <a href="https://www.scala-lang.org/conduct/">Scala Code of Conduct</a> apply. We encourage you to report inappropriate behaviour either through EPFL channels or addressing the issue to us directly, in one of these ways, depending on what seems most comfortable for you: a) send an email to [email protected] (Scala Center staff receives it) b) one member of our staff c) anonymously by filling in <a href="https://docs.google.com/forms/d/e/1FAIpQLSccVqGPhCd-a3a-AvCPFAqzg0mSPPTE-vNU3yXCNb-5qFunvA/viewform">this form</a>. We take reports seriously and react as quickly to find appropriate solutions. Our entire staff is receiving continues training in how to handle basic reported cases. For more complex ones we either may reach out to appropriate EPFL channels or mediation company that helps support us. All cases are treated with full confidentiality and respectfully.
76
events:
87
- date: 8 May 2023
98
time: "12:00pm"

events.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,20 @@
1414
<div class="cards">
1515
{% assign events = site.data.events.scala_lunches.events %}
1616
<div class="col-md-12 title scala-lunches">
17-
<h2>Scala Lunches at EPFL</h2>
18-
<p>{{site.data.events.scala_lunches.description}}</p>
17+
<h2 style="margin-bottom: 10px;">Scala Lunches at EPFL</h2>
18+
<p><a href="mailto:[email protected]?subject=Subscribe%20me%20to%20the%20Scala%20Center%20mailing%20list&body=Once%20you%20send%20this%20email%2C%20you%20will%20be%20subscribed%20to%20the%20Scala%20Center%20mailing%20list.%20This%20email%20will%20be%20handled%20automatically%20-%20you%20do%20not%20need%20to%20modify%20it%2C%20just%20click%20%22Send%22%20to%20get%20subscribed.">
19+
Subscribe
20+
</a> to the Scala Center mailing list to receive updates about the Scala Lunches and other Scala Center events.
21+
Or follow us on <a href="https://t.me/scala_center_epfl">Telegram</a>.
22+
</p>
23+
<p>{{site.data.events.scala_lunches.header}}</p>
1924
</div>
2025
<div class="card-list scala-lunches">
2126
{% include event-block.html %}
2227
</div>
28+
<div class="col-md-12 title scala-lunches">
29+
<p style="font-size: 80%">{{site.data.events.scala_lunches.footer}}</p>
30+
</div>
2331
<!-- <div class="col-md-12 no-results">
2432
<h3>No results found</h3>
2533
</div> -->

0 commit comments

Comments
 (0)