Skip to content
  1. Feb 19, 2015
  2. Feb 13, 2015
  3. Feb 12, 2015
  4. Feb 05, 2015
  5. Feb 04, 2015
  6. Feb 02, 2015
  7. Feb 01, 2015
  8. Jan 31, 2015
  9. Jan 28, 2015
  10. Jan 27, 2015
  11. Jan 21, 2015
    • James Allen's avatar
      Separate out some specific workshop classes. · d848f518
      James Allen authored
      The workshop template is mostly plain bootstrap, so getting it work
      alongside the site CSS seems mostly straightforward. We only need to
      add in a .workshop class to the body, and a .card class to the
      .container in the workshop. Everything else is bootstrap content.
      
      This commit also removes the banner.html include since this did not
      seem to be removed in the main site, but was referenced in the CSS.
      Removing it makes it clear the .banner class is only needed in the
      workshop, not here.
      d848f518
  12. Dec 21, 2014
  13. Nov 28, 2014
  14. Nov 24, 2014
  15. Oct 24, 2014
  16. Sep 30, 2014
    • Raniere Silva's avatar
      Replace bootcamp with workshop · 5694341b
      Raniere Silva authored
      ~~~
      $ for file in $(grep -r -l 'bootcamp' .); do sed -i 's/bootcamp/workshop/g' $file; done
      $ for file in $(grep -r -l 'boot camp' .); do sed -i 's/boot camp/workshop/g' $file; done
      ~~~
      
      and others minors changes.
      
      Close #240.
      5694341b
  17. Sep 29, 2014
  18. Jul 22, 2014
  19. Jun 28, 2014