aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim@squarespace.com>2013-06-09 16:12:50 +0200
committerHakim El Hattab <hakim@squarespace.com>2013-06-09 16:12:50 +0200
commit4d164dc5b6de800ee77b2e488fe34c21716b2d36 (patch)
treec4a99bd9338816f0b14bc76a5b9b05430e0052e6 /index.html
parentff35847fc644253a19f4fcc43b05d4afb5960bcc (diff)
downloadfreenode-live-2017-presentation-4d164dc5b6de800ee77b2e488fe34c21716b2d36.tar
freenode-live-2017-presentation-4d164dc5b6de800ee77b2e488fe34c21716b2d36.tar.gz
revamp pdf printing to support per-slide backgrounds (closes #453)
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 2 insertions, 8 deletions
diff --git a/index.html b/index.html
index 982cfec..aa4913f 100644
--- a/index.html
+++ b/index.html
@@ -201,19 +201,13 @@
<img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
</a>
</section>
- <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/cornify.gif">
+ <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png">
<h2>Image Backgrounds</h2>
<pre><code>&lt;section data-background="image.png"&gt;</code></pre>
- <a href="#" class="image navigate-down">
- <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
- </a>
</section>
- <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/cornify.gif" data-background-repeat="repeat" data-background-size="100px">
+ <section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" data-background-repeat="repeat" data-background-size="100px">
<h2>Repeated Image Backgrounds</h2>
<pre><code style="word-wrap: break-word;">&lt;section data-background="image.png" data-background-repeat="repeat" data-background-size="100px"&gt;</code></pre>
- <a href="#" class="image navigate-next">
- <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="-webkit-transform: rotate(-90deg);">
- </a>
</section>
</section>