Skip to content
  1. Jan 28, 2015
  2. 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
  3. Dec 21, 2014
  4. Nov 28, 2014
  5. Nov 24, 2014
  6. Oct 24, 2014
  7. 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
  8. Sep 29, 2014
  9. Jul 22, 2014
  10. Jun 28, 2014
  11. Jun 23, 2014
  12. Jun 22, 2014
    • Raniere Silva's avatar
      Add CSS for printing · d97de7ef
      Raniere Silva authored
      The CSS was add at our main CSS and remove from printing:
      
      - Logo at header
      - GitHub ribbon
      - Footnote
      
      Close #561.
      d97de7ef
  13. Jun 13, 2014
  14. Jun 10, 2014
  15. Jun 09, 2014
  16. Jun 07, 2014
  17. Jun 04, 2014
  18. Jun 02, 2014
  19. May 26, 2014
  20. Apr 06, 2014
  21. Mar 25, 2014
  22. Mar 17, 2014
  23. Mar 03, 2014
  24. Feb 28, 2014
  25. Feb 27, 2014
  26. Feb 21, 2014