diff --git a/content/junior.html b/content/junior.html new file mode 100644 index 00000000..b5ecd857 --- /dev/null +++ b/content/junior.html @@ -0,0 +1,14 @@ +--- +title: FOSDEM Junior +--- + +

+ FOSDEM Junior is a collaboration between FOSDEM, Code Club, CoderDojo, developers, and volunteers to organise 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. +

+ +

+ Please consider volunteering if you plan on attending. You can sign up as a volunteer on the Code Club profile. +

+ + + diff --git a/content/schedule.html b/content/schedule.html index 540698af..3511f86b 100644 --- a/content/schedule.html +++ b/content/schedule.html @@ -327,25 +327,15 @@

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 %> -
-
+

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

<% end %>