demo.gper.in
Open in
urlscan Pro
119.18.48.79
Public Scan
URL:
https://demo.gper.in/
Submission: On November 14 via api from US — Scanned from US
Submission: On November 14 via api from US — Scanned from US
Form analysis
0 forms found in the DOMText Content
PRESENTATION TITLE PRESENTATION SUBTITLE By Author Name INTRODUCTION This is the part where you talk about yourself Photo by Jessie Gladdek savaslabs.com @Savas_Labs FRAGMENTS! * One * Two * Three These are notes only viewable by the speaker in speaker view. FRAGMENT STYLES There's different types of fragments, like: grow shrink fade-out current-visible highlight-red highlight-blue TRANSITION STYLES You can select from different transitions, like: None - Fade - Slide - Convex - Concave - Zoom MARVELOUS LIST * No order here * Or here * Or here * Or here FANTASTIC ORDERED LIST 1. One is smaller than... 2. Two is smaller than... 3. Three! COMPACT LIST * These * List items * Have a * Smaller * Margin-bottom TABULAR TABLES Item Value Quantity Apples $1 7 Lemonade $2 18 Bread $3 2 INTERGALACTIC INTERCONNECTIONS You can link between slides internally, like this. SLIDE TITLE SUBTITLE (H3S ARE ORANGE FOR SOME VARIETY) > This is a blockquote! ...and some centered text. VERTICAL SLIDES Slides can be nested inside of each other. Use the Space key to navigate through all slides. BASEMENT LEVEL 1 Nested slides are useful for adding additional detail underneath a high level horizontal slide. BASEMENT LEVEL 2 That's it, time to go back up. PRETTY CODE function linkify( selector ) { if( supports3DTransforms ) { var nodes = document.querySelectorAll( selector ); for( var i = 0, len = nodes.length; i < len; i++ ) { var node = nodes[i]; if( !node.className ) { node.className += ' roll'; } } } } Or you can do inline highlighting. MARKDOWN SUPPORT Write content using inline or external Markdown. Instructions and more info available in the readme. <section data-markdown> ## Markdown support Write content using inline or external Markdown. Instructions and more info available in the [readme](https://github.com/hakimel/reveal.js#markdown). </section> SLIDE BACKGROUNDS Set data-background="#dddddd" on a slide to change the background color. All CSS color formats are supported. IMAGE BACKGROUNDS <section data-background="image.png"> TILED BACKGROUNDS <section data-background="image.png" data-background-repeat="repeat" data-background-size="100px"> VIDEO BACKGROUNDS <section data-background-video="video.mp4,video.webm"> ... AND GIFS! BACKGROUND TRANSITIONS Different background transitions are available via the backgroundTransition option. This one's called "zoom". Reveal.configure({ backgroundTransition: 'zoom' }) BACKGROUND TRANSITIONS You can override background transitions per-slide. <section data-background-transition="zoom"> Presentation Title Presentation Subtitle By Author Name