Skip to content

Commit ed5de01

Browse files
committed
Refresh GSoC pages
1 parent 5bc3f27 commit ed5de01

File tree

5 files changed

+33
-9
lines changed

5 files changed

+33
-9
lines changed

src/gsoc/README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{%
22
laika.title: Google Summer of Code
3-
guidance-tab.class: bulma-is-active
3+
welcome-tab.class: bulma-is-active
44
%}
55

66
## Welcome!
@@ -10,14 +10,16 @@ We work together to develop projects that apply functional programming to challe
1010
Our community culture embraces curiosity and mentoring and we don’t shy away from experimenting with new and exciting ideas.
1111
Most of all, we love to make programming joyful and social.
1212

13-
We have applied to participate as a Mentoring Organization in [Google Summer of Code 2026][GSoC]! Stay tuned for updates.
13+
We are excited to be a Mentoring Organization in [Google Summer of Code 2026][GSoC]! If you are interested to join Typelevel as a GSoC Contributor, here are some ways to get started:
14+
15+
* Join our [Discord server][invite] and introduce yourself in the [#summer-of-code][invite] channel.
16+
* Subscribe to the [Google Group][group] for announcements.
17+
* Check the [calendar] for upcoming onboarding events.
1418

15-
Please [join our Discord server][invite] and introduce yourself in the [#summer-of-code][invite] channel.
1619
We cannot wait to meet you!
17-
You can also reach us at [gsoc@typelevel.org].
20+
You can also reach us at gsoc@typelevel.org with any questions.
1821

22+
[group]: https://groups.google.com/a/typelevel.org/g/gsoc-applicants
1923
[GSoC]: https://summerofcode.withgoogle.com/
2024
[invite]: https://discord.gg/382Z3w8QTj
21-
[gsoc@typelevel.org]: mailto:gsoc@typelevel.org
22-
[discussion]: https://github.com/orgs/typelevel/discussions/156
23-
25+
[events]: events.md#calendar

src/gsoc/events.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{%
2+
laika.title: GSoC Events
3+
events-tab.class: bulma-is-active
4+
%}
5+
6+
# Events
7+
8+
Join one of our virtual events to learn more about Typelevel and how you can get involved.
9+
10+
## Calendar
11+
12+
@:html
13+
<figure class="bulma-image bulma-is-4by3">
14+
<iframe src="https://calendar.google.com/calendar/embed?src=c_d564ddfda4103975fb17dcf79df38848f788db6ffb8e8de471dc15664324e744%40group.calendar.google.com&ctz=America%2FLos_Angeles" style="border: 0" width="100%" height="100%" frameborder="0" scrolling="no"></iframe>
15+
</figure>
16+
@:@

src/gsoc/gsoc.template.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ <h1 class="bulma-title bulma-is-1">Google Summer of Code</h1>
22

33
<div class="bulma-tabs">
44
<ul>
5-
<li @:attribute(class, guidance-tab.class)><a href="@:target(README.md)">Guidance</a></li>
5+
<li @:attribute(class, welcome-tab.class)><a href="@:target(README.md)">Welcome</a></li>
66
<li @:attribute(class, ideas-tab.class)><a href="@:target(ideas.md)">Ideas</a></li>
7+
<li @:attribute(class, events-tab.class)><a href="@:target(events.md)">Events</a></li>
78
</ul>
89
</div>

src/gsoc/ideas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{%
2-
laika.title: Google Summer of Code
2+
laika.title: GSoC Ideas
33
ideas-tab.class: bulma-is-active
44
laika.html.template: ideas.template.html
55
%}

src/gsoc/ideas.template.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
<div class="bulma-card-content">
1313
<div class="bulma-content">
1414
<p class="bulma-title bulma-is-5">${_.title}</p>
15+
<div class="bulma-tags">
16+
@:for(_.categories)
17+
<span class="bulma-tag bulma-is-light">${_}</span>
18+
@:@
19+
</div>
1520
<p>${_.description}</p>
1621
<p class="bulma-mb-0"><strong>Prerequisites</strong><br />${_.prereqs}</p>
1722
<p class="bulma-mb-0"><strong>Expected Difficulty</strong><br />${_.difficulty}</p>

0 commit comments

Comments
 (0)