dzello / revealjs-themes

πŸ‘¨β€πŸŽ¨ Free Reveal.js themes including robot-lung and sunblind

Home Page:https://revealjs-themes.dzello.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reveal.js Themes

This repository is a collection of themes I've created for Reveal.js. They're free for you to use and MIT-licensed.

Usage

To see demos of the themes along with download links, visit a deployed version of this repository at:

https://revealjs-themes.dzello.com/

Make sure to follow the instructions at the top of the CSS files to enable all the functionality in the theme.

Themes

robot-lung

A hot pink theme with Roboto fonts.

sunblind

A bright, sunny theme with Leto and Lora fonts.

Customization

These themes make it easy to set up a colorful border for your presentation. Each has a default color, but's very easy to change without recompiling the theme.

Just add this CSS anywhere after you include the theme:

.line {
  background: #<new-color>;
}

Development

For deeper customization, you can make changes to the SCSS in order to build customized versions of these themes. See the instructions in the main Reveal.js repo for information on how to run and build themes - this repository is just a fork of that one.

About

πŸ‘¨β€πŸŽ¨ Free Reveal.js themes including robot-lung and sunblind

https://revealjs-themes.dzello.com/

License:MIT License


Languages

Language:JavaScript 43.6%Language:CSS 34.9%Language:HTML 21.5%