Big Presentation

by bigquant

make presentation simpler

  • as simple as writing code or blog

confluence + reveal.js

  • confluence page is the new slides
  • reveal.js is the new powerpoint

simpler and better (h2)

  • hello sub1 (h3)
  • hello sub2 (h3)

hello sub1 (h3)

  • this is sub page 1

hello sub2 (h3)

  • this is sub page 2

get it now

  • Confluence Admin > Custom HTML > before body end
    <script type="text/javascript" src="https://bigpresentation.bigquant.com/js/bigpresentation.min.js?v=1.1.0"></script>
  • (optional) customize it as you like
    <style>
    	body .reveal {
    		font-size: 32px;
    	}
    	body .reveal h1 {
    		font-size: 2em;
    	}
    </style>
    <script>
    	window.BigPresentationConfig = {
    		'theme': 'black',
    	}
    </script>
    <script type="text/javascript" src="https://bigpresentation.bigquant.com/js/bigpresentation.min.js?v=1.2.0"></script>