A Reveal.js theme trying to follow the official [CERN] (www.cern.ch) template for presentations as shown [here] (http://design-guidelines.web.cern.ch/presentations).
[CERN] (www.cern.ch) is the source of the images used as ghaphic resources for this theme, and retains the sole copyright of all related imagery. For more information regarding this, please take a look to their copyright.
You can see a demostration of how it looks by clicking [here] (https://icot.github.io/revealjs-cern/#/)
- Improve the footer CSS
- Change fonts?
- Adjust size of badges in Top and Tail slides
- Add style for customizable templates (currently only the 'strictly CERN' template is replicated
Anyone using Reveal.js should know how to use this and should be able to place any file wherever they want. If you want to use it as provided:
-
Copy the project main folder in your reveal.js/ folder.
-
Copy (and rename, if desried) revealjs-cern/cern-template.html up to the reveal.js/ folder
-
Edit your Gruntfile.js to add the SASS CERN css theme generation:
sass: { main: { files: { 'css/theme/default.css': 'css/theme/source/default.scss', 'css/theme/beige.css': 'css/theme/source/beige.scss', 'css/theme/night.css': 'css/theme/source/night.scss', 'css/theme/serif.css': 'css/theme/source/serif.scss', 'css/theme/simple.css': 'css/theme/source/simple.scss', 'css/theme/sky.css': 'css/theme/source/sky.scss', 'css/theme/moon.css': 'css/theme/source/moon.scss', 'css/theme/solarized.css': 'css/theme/source/solarized.scss', 'css/theme/blood.css': 'css/theme/source/blood.scss', 'css/theme/cern.css': 'revealjs-cern/css/cern.scss', } } },
-
Run
$ grunt themes
to generate the CSS file