aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2011-12-21 20:21:52 -0800
committerHakim El Hattab <hakim.elhattab@gmail.com>2011-12-21 20:21:52 -0800
commit11ee006f9d5f30b84761736e819e0b30e5579437 (patch)
treee541dab253aac2ebc75d598dfb72b246826e0e8b /index.html
parent60bf19789090d1c9da1d52a2da364205ed5ae7d7 (diff)
downloadperl-software-in-gnu-guix-11ee006f9d5f30b84761736e819e0b30e5579437.tar
perl-software-in-gnu-guix-11ee006f9d5f30b84761736e819e0b30e5579437.tar.gz
slide with code is now editable, escaped unicode arrows
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html
index a4fca03..15253ea 100644
--- a/index.html
+++ b/index.html
@@ -100,7 +100,7 @@
<section>
<h2>Pretty Code</h2>
- <pre><code>
+ <pre><code contenteditable>
var supports3DTransforms = document.body.style['webkitPerspective'] !== undefined ||
document.body.style['MozPerspective'] !== undefined ||
document.body.style['perspective'] !== undefined;
@@ -169,10 +169,10 @@ linkify( 'a' );
</div>
<aside class="controls">
- <a class="left" href="#">◄</a>
- <a class="right" href="#">►</a>
- <a class="up" href="#">▲</a>
- <a class="down" href="#">▼</a>
+ <a class="left" href="#">&#x25C4;</a>
+ <a class="right" href="#">&#x25BA;</a>
+ <a class="up" href="#">&#x25B2;</a>
+ <a class="down" href="#">&#x25BC;</a>
</aside>
<script src="js/reveal.js"></script>