Skip to content

mdsmith-scottlogic/reveal.js-fork

 
 

Repository files navigation

Lightning Talks

This repo contains a handy template for writing Lighning talk presnetations.

Build / Run

npm update
npm start

Features

  1. No mucking about in Powerpoint or Google slides
  2. Easy to create slides in text
<section>
  <h2 class="r-fit-text">HELLO WORLD</h2>
  <h2 class="r-fit-text">BOTH THESE TITLES USE FIT-TEXT</h2>
</section>
  1. Can show code fragments really well:
<section id="fit-text">
  <h2>Fit Text</h2>
  <pre ><code class="python" data-trim data-line-numbers="0|3|5-6" style="font-size: 240%; line-height:100%" >
    print("hello")
    print("a")
    print("b")
    print("c")
    print("d")
    print("e")
    print("f")
  </code></pre>
</section>
  1. Can do non-linear navigation
  2. Save to a repository
  3. Still no mucking about in Powerpoint or Google slides.

(end)

reveal.js

Slides

reveal.js is an open source HTML presentation framework. It enables anyone with a web browser to create beautiful presentations for free. Check out the live demo at revealjs.com.

The framework comes with a powerful feature set including nested slides, Markdown support, Auto-Animate, PDF export, speaker notes, LaTeX typesetting, syntax highlighted code and an extensive API.


Want to create reveal.js presentation in a graphical editor? Try https://slides.com. It's made by the same people behind reveal.js.


Sponsors

Hakim's open source work is supported by GitHub sponsors. Special thanks to:


Getting started


MIT licensed | Copyright © 2011-2023 Hakim El Hattab, https://hakim.se

About

The HTML Presentation Framework

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 58.0%
  • HTML 25.6%
  • SCSS 16.1%
  • CSS 0.3%