slide with code is now editable, escaped unicode arrows
This commit is contained in:
parent
60bf197890
commit
11ee006f9d
10
index.html
10
index.html
@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Pretty Code</h2>
|
<h2>Pretty Code</h2>
|
||||||
<pre><code>
|
<pre><code contenteditable>
|
||||||
var supports3DTransforms = document.body.style['webkitPerspective'] !== undefined ||
|
var supports3DTransforms = document.body.style['webkitPerspective'] !== undefined ||
|
||||||
document.body.style['MozPerspective'] !== undefined ||
|
document.body.style['MozPerspective'] !== undefined ||
|
||||||
document.body.style['perspective'] !== undefined;
|
document.body.style['perspective'] !== undefined;
|
||||||
@ -169,10 +169,10 @@ linkify( 'a' );
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<aside class="controls">
|
<aside class="controls">
|
||||||
<a class="left" href="#">◄</a>
|
<a class="left" href="#">◄</a>
|
||||||
<a class="right" href="#">►</a>
|
<a class="right" href="#">►</a>
|
||||||
<a class="up" href="#">▲</a>
|
<a class="up" href="#">▲</a>
|
||||||
<a class="down" href="#">▼</a>
|
<a class="down" href="#">▼</a>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
<script src="js/reveal.js"></script>
|
<script src="js/reveal.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user