From 1f89a3086628ea906f6d6532b130b0293dd8b72b Mon Sep 17 00:00:00 2001 From: Bart Mathijssen Date: Sat, 26 Oct 2024 20:14:00 +0200 Subject: [PATCH 1/3] Add FOSDEM Junior information --- content/schedule.html | 23 +++++------------------ content/schedule/devrooms/junior.html | 6 ++++++ 2 files changed, 11 insertions(+), 18 deletions(-) create mode 100644 content/schedule/devrooms/junior.html diff --git a/content/schedule.html b/content/schedule.html index 540698af..fd249706 100644 --- a/content/schedule.html +++ b/content/schedule.html @@ -16,7 +16,6 @@ ltalks = events.select{|e| e[:type] == 'lightningtalk'}.sort_by{|e| e[:start_datetime]} certs = events.select{|e| e[:type] == 'certification'}.sort_by{|e| e[:start_datetime]} boftracks = tracks.select{|t| t[:type] == 'bof'}.sort_by{|t| [ t[:rank], t[:conference_track_id] ] } -juniortracks = tracks.select{|t| t[:type] == 'junior'}.sort_by{|t| [ t[:rank], t[:conference_track_id] ] } columns = 3 %> @@ -327,26 +326,14 @@

BOFs

<% end %> -

Junior

+

FOSDEM Junior

- Anyone aged 7 to 17 can visit the workshops of FOSDEM junior. Registration is required using the link on the individual web page for each workshop. + FOSDEM Junior is a collaboration between FOSDEM, Code Club, CoderDojo, developers, and volunteers to organize workshops and activities for children from age 7 to 17 during the FOSDEM weekend. These activities are for children to learn and get inspired about technology. Last year's activities included microcontrollers, embroidery, plotting, game development, mobile application development, Raspberry Pi's, and Java development.

-<% unless juniortracks.empty? %> -
-
- <% juniortracks.sort_by { |x| x[:title].downcase }.each_slice((juniortracks.size / columns.to_f).ceil) do |list| %> -
-
    - <% list.each do |t| %> -
  • <%= l t, :name %>
  • - <% end %> -
-
- <% end %> -
-
-<% end %> +

+ Further details are available on the FOSDEM Junior page. +