]> git.arvados.org - rnaseq-cwl-training.git/log
rnaseq-cwl-training.git
11 years agoUpdate template for book to rely on CSS
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.

11 years agoMerge pull request #447 from r-gaia-cs/github
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

11 years agoImprove CSS for GitHub ribbon
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

11 years agoAdd GitHub Ribbon to our lessons
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.

11 years agoConverting to individual challenge div's in the novice shell lessons
Greg Wilson [Mon, 26 May 2014 16:44:43 +0000 (12:44 -0400)]
Converting to individual challenge div's in the novice shell lessons

11 years agoMerge pull request #385 from r-gaia-cs/css-mobile
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

11 years agoCleaning up novice extras
Greg Wilson [Tue, 25 Mar 2014 18:06:49 +0000 (14:06 -0400)]
Cleaning up novice extras

11 years agoAdd CSS media query to improve logo
Raniere Silva [Mon, 17 Mar 2014 16:52:50 +0000 (13:52 -0300)]
Add CSS media query to improve logo

11 years agoGetting the pre-formatted code's color right
Greg Wilson [Mon, 3 Mar 2014 16:12:54 +0000 (11:12 -0500)]
Getting the pre-formatted code's color right

11 years agoMerge branch 'sticking-with-jekyll' of github.com:gvwilson/bc into sticking-with...
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

11 years ago* Getting rid of old cheat sheets
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

11 years agoIndenting error output cells
Greg Wilson [Thu, 27 Feb 2014 15:38:04 +0000 (10:38 -0500)]
Indenting error output cells

11 years agoCSS arrow to mark input and output
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.

11 years agoInlining contents of generic bootcamp index page
Greg Wilson [Sun, 16 Feb 2014 12:52:03 +0000 (07:52 -0500)]
Inlining contents of generic bootcamp index page

11 years ago1. Moving general information about bootcamps and setup instruction into `index...
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.

11 years agoPreparing material for Version 5 novice release
Greg Wilson [Fri, 7 Feb 2014 17:05:02 +0000 (12:05 -0500)]
Preparing material for Version 5 novice release

11 years agoFix for issue #44 with large font size
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.

11 years agoSolve issue #44
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.

12 years agoInitializing template for Software Carpentry bootcamp home pages.
Greg Wilson [Sun, 14 Jul 2013 11:13:41 +0000 (07:13 -0400)]
Initializing template for Software Carpentry bootcamp home pages.