Skip to content

Instantly share code, notes, and snippets.

@maclandrol
Created October 1, 2016 20:26
Show Gist options
  • Save maclandrol/1a2e41a95411aef0d283d5764c486206 to your computer and use it in GitHub Desktop.
Save maclandrol/1a2e41a95411aef0d283d5764c486206 to your computer and use it in GitHub Desktop.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>College made you dumber</title>
<link rel="stylesheet" href="/static/css/reveal.css">
<link rel="stylesheet" href="/static/css/theme/black.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="/static/lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? '/static/css/print/pdf.css' : 'static/css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<section class="question">
<h2>Title here</h2>
<p>
Questions here
</p>
</section >
<section class="reponse">
<h2>Title here</h2>
<p>
reponse here
</p>
</section >
</section>
<section>
<section class="question">
<h2>Title here</h2>
<p>
Questions here
</p>
</section >
<section class="reponse">
<h2>Title here</h2>
<p>
reponse here
</p>
</section >
</section>
</div>
</div>
<script src="/static/lib/js/head.min.js"></script>
<script src="/static/js/reveal.js"></script>
<script>
// More info https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
history: true,
// More info https://github.com/hakimel/reveal.js#dependencies
dependencies: [
{ src: '/static/plugin/markdown/marked.js' },
{ src: '/static/plugin/markdown/markdown.js' },
{ src: '/static/plugin/notes/notes.js', async: true },
{ src: '/static/plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment