Skip to content

Commit 5169fb2

Browse files
committed
link logo in demo deck to revealjs.com
1 parent 1569a4a commit 5169fb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

demo.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
<!-- Any section element inside of this container is displayed as a slide -->
3030
<div class="slides">
3131
<section>
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">
32+
<a href="https://revealjs.com">
33+
<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">
34+
</a>
3335
<h3>The HTML Presentation Framework</h3>
3436
<p>
3537
<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>

0 commit comments

Comments
 (0)