aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-05-29 12:07:04 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-05-29 12:07:04 +0200
commit5169fb2d00390b6e12466ac544ac580528060ae2 (patch)
tree1b94d344d5b471aa762702400bda87ef2fc28eed
parent1569a4afba88a22959142bc3e01c27f73dd16b83 (diff)
downloadfosdem-2021-minimalism-presentation-5169fb2d00390b6e12466ac544ac580528060ae2.tar
fosdem-2021-minimalism-presentation-5169fb2d00390b6e12466ac544ac580528060ae2.tar.gz
link logo in demo deck to revealjs.com
-rw-r--r--demo.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/demo.html b/demo.html
index 0325535..39e8b6d 100644
--- a/demo.html
+++ b/demo.html
@@ -29,7 +29,9 @@
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
- <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">
+ <a href="https://revealjs.com">
+ <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">
+ </a>
<h3>The HTML Presentation Framework</h3>
<p>
<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>