Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Goodbye PowerPoint. Hello reveal.js

March 22, 2013
Linqing Lu
Related topics:
Containers
Related products:
Red Hat OpenShift

    Let's face it, sometimes slides are painful

    There are some common issues when I gave presentations:

    • Will my slides file be recognized by the shared computer at the venue?
    • How to share slides with all audiences using different OS?
    • Most important one, how to make my slides smooth and attractive?

    For the first two questions, PDF might be an acceptable answer. I can upload it to slideshare.net and give out a link to audiences. But everyone knows that's not good enough.

    Finally I found an awesome way to host my slides:

    • I can edit my slides anywhere with a text editor.
    • I can show my slides anywhere too. The only thing I need is the URL.
    • People can reply to my slides on any platform, even tablets or phones. No special hardware/software requirement.
    • My slides are presented in a really cool style!
    • It's free!

    Take a look at this one - http://aws2012-claytondev.rhcloud.com/
    Isn't it awesome?

    Here is some background information about OpenShift+reveal.js before we start:

    OpenShift PaaS

    In this case, we store the slides on PaaS, show them on PaaS, and share them on PaaS.

    It's pretty straightforward to get started.

    The first presentation example on OpenShift only took me 2 minutes from scratch.
    Check this out: http://slides-llq.rhcloud.com/

    reveal.js

    An open source framework for easily creating beautiful presentations using HTML.

    reveal.js comes with a broad range of features including nested slides, markdown contents, PDF export, speaker notesand a JavaScript API. It's best viewed in a browser with support for CSS 3D transforms but fallbacks are available to make sure your presentation can still be viewed elsewhere.

    More information about reveal.js

    • Reveal.js: Source code of reveal.js framework.
    • Examples: Presentations created with reveal.js.
    • Browser Support: Explanation of browser support and fallbacks.

    Getting it working

    First, make sure you have a free OpenShift account and RHC tool installed.

    With the help of the RHC tool, the whole project will be as easy as one single command:

    $ rhc app create slides php-5.3 --from-code=git://github.com/openshift-quickstart/reveal.js-openshift-quickstart.git

    Done! Now tt's ready to show on the cloud.

    Check it out from anywhere you want. Tips inside the slides!

    The arrow keys will navigate between slides.
    On an iPad, you can even swipe to slide!

    Edit or Add more slides

    After the rhc app create slides ... command above, we'll get a folder named slides locally. Of course you can pick any other name.

    There are some files in the folder:

    .
    |-- deplist.txt
    |-- libs
    |-- misc
    |-- php
    |   |-- css
    |   |-- grunt.js
    |   |-- health_check.php
    |   |-- index.html
    |   |-- index.php
    |   |-- js
    |   |-- lib
    |   |-- LICENSE
    |   |-- openshift.html
    |   |-- package.json
    |   |-- plugin
    |   |-- README.md
    |   `-- revealjs.html
    `-- README

    All slides are saved in php/index.html by default. So you can edit it via any text editor.
    You can maintain different slides in different files like openshift.html or paas.html in the same folder. So you can switch between them via slides-llq.rhcloud.com/openshift.html or slides-llq.rhcloud.com/paas.html.

    And here are some instructions for improving your slides.

    After you're done editing, we need to push the updates to OpenShift so everybody can see it:

    git add .
    git commit -m "update my slides"
    git push
    

    Okay~ Let's refresh the browser.

    New slides are ready in the cloud for your next awesome presentation!

    Last updated: September 19, 2023

    Recent Posts

    • Federated identity across the hybrid cloud using zero trust workload identity manager

    • Confidential virtual machine storage attack scenarios

    • Introducing virtualization platform autopilot

    • Integrate zero trust workload identity manager with Red Hat OpenShift GitOps

    • Best Practice Configuration and Tuning for Linux and Windows VMs

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.