Skip to content

Instantly share code, notes, and snippets.

@Michcioperz
Last active August 29, 2015 13:56
Show Gist options
  • Save Michcioperz/8809406 to your computer and use it in GitHub Desktop.
Save Michcioperz/8809406 to your computer and use it in GitHub Desktop.
Soon-to-be a presentation for school
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<title>Romowie</title>
</head>
<body>
<div id="impress">
<div class="step slide" data-x="0" data-scale="2" data-y="0" data-z="-100" data-rotate-x="-40" data-rotate-y="10">
<img src="http://www.ludumdare.com/compo/wp-content/compo2/thumb/8e732ddb5ebebab08907f7e8a0c1eef1.jpg" style="float:right">
<h1 style="font-size:72px">Romowie</h1>
<h3>Michał Sidor</h3>
<h3>Arek Królikowski</h3>
<h3>Jakub Antoń</h3>
</div>
<div class="step slide" data-scale="10" data-x="1000" data-y="200"
data-rotate-y="25">
<tt>Taki fajny pusty slajd</tt>
</div>
</div>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/impress.js/0.5.3/impress.min.js"></script>
<script>impress().init()</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment