summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Raniere Silva [Thu, 25 Sep 2014 15:59:59 +0000 (12:59 -0300)]
Replace bootcamp with workshop
~~~
$ 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.
Greg Wilson [Tue, 22 Jul 2014 19:52:11 +0000 (15:52 -0400)]
Merge pull request #535 from gvwilson/rewriting-shell-lesson-using-nelle
Rewriting novice shell lesson so that everything refers to Nelle instead of Vlad.
Raniere Silva [Sat, 14 Jun 2014 03:10:02 +0000 (00:10 -0300)]
Update IPython Notebook template
- Improve to handle err class
- Improve pandoc support
Raniere Silva [Mon, 23 Jun 2014 21:09:47 +0000 (18:09 -0300)]
Shrink the font size for print version
Raniere Silva [Sun, 22 Jun 2014 14:51:55 +0000 (11:51 -0300)]
Add CSS for printing
The CSS was add at our main CSS and remove from printing:
- Logo at header
- GitHub ribbon
- Footnote
Close #561.
Raniere Silva [Fri, 13 Jun 2014 17:15:42 +0000 (14:15 -0300)]
Update template for book to rely on CSS
Use h2 tag for "subtitle" will break any tool used to convert HTML
for another format. This commit replace h2 with span and rely on
CSS for have the same look.
Greg Wilson [Tue, 10 Jun 2014 15:49:38 +0000 (11:49 -0400)]
Merge pull request #447 from r-gaia-cs/github
Add GitHub Ribbon to our lessons
Greg Wilson [Mon, 9 Jun 2014 17:29:58 +0000 (13:29 -0400)]
Novice shell lesson is now written in terms of Nelle instead of Vlad.
Raniere Silva [Sat, 7 Jun 2014 16:43:05 +0000 (13:43 -0300)]
Improve CSS for GitHub ribbon
- For small screen, preserve margin.
- Use css-beautify
Raniere Silva [Fri, 18 Apr 2014 13:52:12 +0000 (10:52 -0300)]
Add GitHub Ribbon to our lessons
Backport of
9a19e91 from swcarpentry/site.
All credits to Abigail Cabunoc <abigail.cabunoc@oicr.on.ca>
for the awesome work with CSS.
Greg Wilson [Mon, 26 May 2014 16:44:43 +0000 (12:44 -0400)]
Converting to individual challenge div's in the novice shell lessons
Greg Wilson [Sun, 6 Apr 2014 13:50:02 +0000 (09:50 -0400)]
Merge pull request #385 from r-gaia-cs/css-mobile
Add CSS media query to improve logo position
Greg Wilson [Tue, 25 Mar 2014 18:06:49 +0000 (14:06 -0400)]
Cleaning up novice extras
Raniere Silva [Mon, 17 Mar 2014 16:52:50 +0000 (13:52 -0300)]
Add CSS media query to improve logo
Greg Wilson [Mon, 3 Mar 2014 16:12:54 +0000 (11:12 -0500)]
Getting the pre-formatted code's color right
Greg Wilson [Fri, 28 Feb 2014 12:51:05 +0000 (07:51 -0500)]
Merge branch 'sticking-with-jekyll' of github.com:gvwilson/bc into sticking-with-jekyll
Greg Wilson [Thu, 27 Feb 2014 15:15:46 +0000 (10:15 -0500)]
* Getting rid of old cheat sheets
* Indenting error output cells
* Removing explicit 'level' keys from Markdown files
* Storing the generated files so that people who don't use those tools won't have to regenerate them.
* Modifying .gitignore to reflect this.
* Updating the Makefile to run Jekyll exactly once.
* Command to install on the server
* No longer worrying about making a page of images
* Better (more guessable) name for the target that builds the website
* Fixing image paths
* Fixing up glossary entries
Greg Wilson [Thu, 27 Feb 2014 15:38:04 +0000 (10:38 -0500)]
Indenting error output cells
Raniere Silva [Tue, 18 Feb 2014 01:57:50 +0000 (22:57 -0300)]
CSS arrow to mark input and output
**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.
Greg Wilson [Sun, 16 Feb 2014 12:52:03 +0000 (07:52 -0500)]
Inlining contents of generic bootcamp index page
Greg Wilson [Sun, 9 Feb 2014 19:15:51 +0000 (14:15 -0500)]
1. Moving general information about bootcamps and setup instruction into `index.html`
(instead of using %include directives).
2. Deleting unused include files containing general bootcamp information.
3. Leaving the setup instruction snippets in place for now.
4. Modifying CSS to format things more cleanly now that they're inlined.
Greg Wilson [Fri, 7 Feb 2014 17:05:02 +0000 (12:05 -0500)]
Preparing material for Version 5 novice release
Raniere Silva [Tue, 1 Oct 2013 15:00:47 +0000 (12:00 -0300)]
Fix for issue #44 with large font size
When using large font it will overflow the width so I add
max-width in the css.
Raniere Silva [Tue, 1 Oct 2013 13:00:43 +0000 (10:00 -0300)]
Solve issue #44
The 'box' class overflow the window width for some screen size.
This patch fix it using CSS media query.
Greg Wilson [Sun, 14 Jul 2013 11:13:41 +0000 (07:13 -0400)]
Initializing template for Software Carpentry bootcamp home pages.