styles icon indicating copy to clipboard operation
styles copied to clipboard

Styles for The Carpentries lessons. No README to avoid merge conflicts with lessons. Demo 👇

Results 89 styles issues
Sort by recently updated
recently updated
newest added

Things that need attention: - [x] review the text for the notices during the transition phases - [x] do we want to add an extra step with no redirect but...

do we want to add the `.ruby-version` file in the repository so users of rbenv will be prompted to install/use the version of Ruby used by GitHub pages (https://pages.github.com/versions/)?

There was an issue where GitHub had adopted the jekyll-titles-from-headings gem in their builds so that pages without default titles would have the first heading adopted as the page title....

The layout for the page [reference](https://github.com/carpentries/instructor-training/blob/gh-pages/_layouts/reference.html) says the title should be "References" which is then what the included on all pages [main title](https://github.com/carpentries/instructor-training/blob/gh-pages/_includes/main_title.html) should use, but somehow it's getting the...

I found that when I teach a lesson online and have the lesson materials on a second laptop or tablet, I need to zoom in a lot to be able...

The episode filename pattern regex expects these to start with a number: https://github.com/carpentries/styles/blob/e3808e8060680c182578e3f40a8723057f290e52/bin/lesson_check.py#L45 However, in https://github.com/carpentries-incubator/SDC-BIDS-dMRI We decided to remove the numbers and use the episode order feature (https://carpentries.github.io/lesson-example/03-organization/) because...

`relative_root_path` is a good compromise to make sure that the links work both when the lessons are rendered online and offline. However, I discovered today that because of the [order...

help wanted
type:template and tools

Greetings! The R Social Science team has been attempting to get the HTML files published for the code handouts associated with each lesson. Based on @bencomp's suggestion, it appears that...

This is related to issue #168 on selecting fonts to improve readability for people with dyslexia. But this is a different question so I choose to open it as a...

type:bug

Low color contrast in code blocks is mentioned in #305. There are a couple other elements that have insufficient contrast: - Headings in "Caution" blockquotes. WAVE did not detect this...