From 11e62e6eeb6ae7c699c5420dda84709b1bd422c9 Mon Sep 17 00:00:00 2001 From: Lillie Chilen Date: Tue, 17 Sep 2013 19:16:49 -0700 Subject: [PATCH 1/3] Add FAQ and pull request request to docs index --- sites/docs/docs.step | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/sites/docs/docs.step b/sites/docs/docs.step index 81690545f..337f0ab0f 100644 --- a/sites/docs/docs.step +++ b/sites/docs/docs.step @@ -1,4 +1,6 @@ message < Date: Thu, 19 Sep 2013 09:25:51 -0700 Subject: [PATCH 2/3] Add creative commons license info --- sites/docs/docs.step | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/docs/docs.step b/sites/docs/docs.step index 337f0ab0f..dee8173ce 100644 --- a/sites/docs/docs.step +++ b/sites/docs/docs.step @@ -30,9 +30,9 @@ The Railsbridge junkyard! Slide decks for opening/closing presentations, teacher # RailsBridge curriculum-related FAQ ### Can I use the RailsBridge curricula at my event? -Anyone can use this site — it's very open source! +Anyone can use this site! It's under a Creative Commons license ([CC-BY, specifically](http://creativecommons.org/licenses/by/3.0/)), which means you're welcome to share, remix, or use our content commercially. We just ask for attribution. -If you're organizing an event and wonder if it could be considered a RailsBridge Workshop, we just have two requests: +Slightly different: if you're organizing an event and wonder if it could be considered a RailsBridge Workshop, we just have two requests: * The event should be free of charge. * The event should work toward making tech more welcoming! From 1bf095768f9ed587cdc97b01ec2f6fa4995b8f8a Mon Sep 17 00:00:00 2001 From: Lillie Chilen Date: Tue, 24 Sep 2013 09:07:07 -0700 Subject: [PATCH 3/3] Add generalized reveal.js presentation template - Improve presentation words - Add Code of Conduct and Anti-Harassment policy info to deck --- sites/workshop/workshop.md | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/sites/workshop/workshop.md b/sites/workshop/workshop.md index fed7c3120..b833c0a22 100644 --- a/sites/workshop/workshop.md +++ b/sites/workshop/workshop.md @@ -1,28 +1,39 @@ -# Materials for Workshop Days +# Materials for Teachers * [Foundational Skills](foundational_skills) * [Ruby for Beginners](ruby_for_beginners) * [Ruby for Programmers](ruby_for_programmers) * [Diagrams (Git, MVC, REST) ](diagrams) -# Materials for Workshop Preparation +### Teacher Training +* [Original Teacher Training](teacher_training) +* [Newer Teacher Training (1/16/13)](more_teacher_training) + +# Materials for Organizers + +### Workshop Intro & Closing Presentation Slide Decks + +If you can edit HTML, this is the presentation for you. It's the prettiest: + +* [Welcome and Closing Reveal.js deck (zip file)](http://cl.ly/0T341w3X130q) -### Workshop Intros/Outros -Either copy these Google Docs presentations +Download, then open up the index.html file in a text editor. Edit pages 0 +(dates, location, logo), 1 (sponsor logos), and 7 (after party location), and +you're good to go. (Run it locally for the presentation itself.) + +#### Or copy one of these other formats: + +Google Docs presentations * [Welcome (google doc)](https://docs.google.com/presentation/d/1VT8J6CTuN8ot_-0ZElLv49_-cxuNmXTp83DBonD1x5w/edit#slide=id.p) * [Closing (google doc)](https://docs.google.com/presentation/d/19ik5tm_enCNRIM4zaY9rIoeRhDoMMfFUDgNXnd2lW6A/edit#slide=id.p) -Or copy these deck.rb versions +deck.rb * [Welcome](welcome) * [Closing](closing) -Or make a presentation in the format of your choice. Powerpoint, Keynote, [reveal.js](http://lab.hakim.se/reveal-js/)-- follow your heart! - -### Teacher Training -* [Teacher Training](teacher_training) -* [Another take on Teacher Training (1/16/13)](more_teacher_training) +Or make a presentation in the format of your choice. Powerpoint, Keynote, your own [reveal.js](http://lab.hakim.se/reveal-js/)deck — follow your heart! # Other? See the Table of Contents for a full list of materials.