Presentations are a way to communicate a topic or collection of ideas to an audience.
Most people are familiar with crafting presentations in software like Powerpoint (PC) or Keynote (Mac). However, there are multiple advantages to creating and managing presentations in a web based platform:
Check out how to Add new information.
A presentation can have one of the following states, indicating what we expect from the expectation at the current stage:
Click the green "View slideshow" button in the upper right corner of the presentation to view the slideshow. The button appears when one or more slides have been added.
The slideshow view is based on the reveal.js presentation framework.
To navigate between slides, you can use one of the following methods:
Hit the "s" key on the keyboard to open speaker view which, among other things, provides you with a timer and the notes associated with each slide.
Hit the "f" key on the keyboard to go into fullscreen hode. Click the "Esc" key to exist fullscreen mode.
When editing a presentation, you can select the theme for the presentation. The theme dictates the fonts, colors and sizes of presentation content.
When selecting a theme, you can choose from a list of default themes, as well as any custom themes that have been added to the organization.
You can add custom presentation themes in order to have presentations look a certain way. The most common use case for a custom theme is to have presentations reflect the brand fonts and colors.
Only admins can manage custom themes.
To create a custom theme, go to Organization > Account > Presentation themes.
Adding a theme consists of either pointing to CSS file hosted on the web containing the CSS rules you would like to include, or embedding the CSS code itself.
Sometimes, simply referring to the main CSS file of you web site might be enough for the presentations to get the look and feel you're looking for. If it's not, you might want to look into the reveal.js documentation describing hw to create a theme.