- Feb 04, 2015
-
-
François Michonneau authored
-
François Michonneau authored
-
- Feb 02, 2015
-
-
François Michonneau authored
-
François Michonneau authored
-
- Jan 28, 2015
-
-
James Allen authored
As per swcarpentry/lesson-template#140, but only the core CSS changes.
-
Raniere Silva authored
-
- Jan 21, 2015
-
-
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.
-
- Nov 28, 2014
-
-
Greg Wilson authored
-
- Nov 24, 2014
-
-
Abigail Cabunoc Mayes authored
* add Country drop down select * add Gender
-
- Oct 24, 2014
-
-
Raniere Silva authored
-
- Sep 30, 2014
-
-
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.
-
- Sep 29, 2014
-
-
Greg Wilson authored
-
- Jun 23, 2014
-
-
Raniere Silva authored
-
- Jun 22, 2014
-
-
Raniere Silva authored
The CSS was add at our main CSS and remove from printing: - Logo at header - GitHub ribbon - Footnote Close #561.
-
- Mar 17, 2014
-
-
Raniere Silva authored
-
- Feb 21, 2014
-
-
Abigail Cabunoc Mayes authored
* remove unused classes copied from google form * moved styles to swc.css * #361
-
- Feb 18, 2014
-
-
Raniere Silva authored
**Note**: This is a prototype. Instead of "In" and "Out" use arrow to mark the input and output of IPython lessons. To construct the arrows we only use CSS.
-
- Feb 07, 2014
-
-
Greg Wilson authored
-
- Jan 19, 2014
-
-
Abigail Cabunoc Mayes authored
* input from @r-gaia-cs * links on hover: darker & underline * move search bar to bottom on collapse
-
- Jan 18, 2014
-
-
Abigail Cabunoc Mayes authored
* mostly the collapsed the bar, make less awkward * some link colour changes
-
- Jan 16, 2014
-
-
Greg Wilson authored
-
- Jan 05, 2014
-
-
Abigail Cabunoc Mayes authored
* related to #278
-
Abigail Cabunoc Mayes authored
* helps with learning a new ui * 3 sub-headings on home page are no longer links
-
Abigail Cabunoc Mayes authored
* #278
-
- Dec 22, 2013
-
-
Abigail Cabunoc Mayes authored
-
Greg Wilson authored
-
Abigail Cabunoc Mayes authored
-
- Dec 21, 2013
-
-
Greg Wilson authored
-
Abigail Cabunoc Mayes authored
-
Abigail Cabunoc Mayes authored
* cleaner design
-
- Dec 14, 2013
-
-
Abigail Cabunoc Mayes authored
* simplifying design * use header more on each page
-
- Dec 10, 2013
-
-
Greg Wilson authored
-
Abigail Cabunoc Mayes authored
* add hammer to header * add twitter to home page * adjust styles * adjust branding on all pages
-
- Dec 05, 2013
-
-
Abigail Cabunoc Mayes authored
* footer still needs work * not sure if I got all the pages
-
- Dec 01, 2013
-
-
Abigail Cabunoc Mayes authored
-
- Nov 19, 2013
-
-
Abigail Cabunoc Mayes authored
-
Abigail Cabunoc Mayes authored
* very much a work in progress * experimenting with header/banner/home page
-
- Oct 01, 2013
-
-
Raniere Silva authored
When using large font it will overflow the width so I add max-width in the css.
-
Raniere Silva authored
The 'box' class overflow the window width for some screen size. This patch fix it using CSS media query.
-
- Jul 27, 2013
-
-
Jon Pipitone authored
-