Skip to content

Commit a65e96f

Browse files
committed
serve demo assets from cdn, logo on first slide in demo.html
1 parent eb026f7 commit a65e96f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

demo.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<!-- Any section element inside of this container is displayed as a slide -->
3030
<div class="slides">
3131
<section>
32-
<h1>Reveal.js</h1>
32+
<img src="https://static.slid.es/reveal/logo-v1/reveal-white-text.svg" alt="reveal.js logo" style="height: 180px; margin: 0 auto 4rem auto; background: transparent;" class="demo-logo">
3333
<h3>The HTML Presentation Framework</h3>
3434
<p>
3535
<small>Created by <a href="http://hakim.se">Hakim El Hattab</a> and <a href="https://github.com/hakimel/reveal.js/graphs/contributors">contributors</a></small>
@@ -51,7 +51,7 @@ <h2>Vertical Slides</h2>
5151
<p>Use the <em>Space</em> key to navigate through all slides.</p>
5252
<br>
5353
<a href="#" class="navigate-down">
54-
<img class="r-frame" style="background: rgba(255,255,255,0.1);" width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
54+
<img class="r-frame" style="background: rgba(255,255,255,0.1);" width="178" height="238" data-src="https://static.slid.es/reveal/arrow.png" alt="Down arrow">
5555
</a>
5656
</section>
5757
<section>
@@ -63,7 +63,7 @@ <h2>Basement Level 2</h2>
6363
<p>That's it, time to go back up.</p>
6464
<br>
6565
<a href="#/2">
66-
<img class="r-frame" style="background: rgba(255,255,255,0.1); transform: rotate(180deg);" width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow">
66+
<img class="r-frame" style="background: rgba(255,255,255,0.1); transform: rotate(180deg);" width="178" height="238" data-src="https://static.slid.es/reveal/arrow.png" alt="Up arrow">
6767
</a>
6868
</section>
6969
</section>
@@ -256,18 +256,18 @@ <h2>Slide Backgrounds</h2>
256256
Set <code>data-background="#dddddd"</code> on a slide to change the background color. All CSS color formats are supported.
257257
</p>
258258
<a href="#" class="navigate-down">
259-
<img class="r-frame" style="background: rgba(255,255,255,0.1);" width="178" height="238" data-src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow">
259+
<img class="r-frame" style="background: rgba(255,255,255,0.1);" width="178" height="238" data-src="https://static.slid.es/reveal/arrow.png" alt="Down arrow">
260260
</a>
261261
</section>
262-
<section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/image-placeholder.png">
262+
<section data-background="https://static.slid.es/reveal/image-placeholder.png">
263263
<h2>Image Backgrounds</h2>
264264
<pre><code class="hljs html">&lt;section data-background="image.png"&gt;</code></pre>
265265
</section>
266-
<section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/image-placeholder.png" data-background-repeat="repeat" data-background-size="100px">
266+
<section data-background="https://static.slid.es/reveal/image-placeholder.png" data-background-repeat="repeat" data-background-size="100px">
267267
<h2>Tiled Backgrounds</h2>
268268
<pre><code class="hljs html" style="word-wrap: break-word;">&lt;section data-background="image.png" data-background-repeat="repeat" data-background-size="100px"&gt;</code></pre>
269269
</section>
270-
<section data-background-video="https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.mp4,https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.webm" data-background-color="#000000">
270+
<section data-background-video="https://s3.amazonaws.com/static.slid.es/site/homepage/v1/homepage-video-editor.mp4" data-background-color="#000000">
271271
<div style="background-color: rgba(0, 0, 0, 0.9); color: #fff; padding: 20px;">
272272
<h2>Video Backgrounds</h2>
273273
<pre><code class="hljs html" style="word-wrap: break-word;">&lt;section data-background-video="video.mp4,video.webm"&gt;</code></pre>

0 commit comments

Comments
 (0)