aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-10-20 10:57:51 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-10-20 10:57:51 -0400
commitecb4347ec1d9db8cceec1cb28385fc2326087b17 (patch)
tree95cc45f145bcd277a8b4af50cd1481774abfc2bc /index.html
parent3413d99b2ba7f7609b955b044bb35f28a8fa2e8f (diff)
downloadfosdem-2018-presentation-ecb4347ec1d9db8cceec1cb28385fc2326087b17.tar
fosdem-2018-presentation-ecb4347ec1d9db8cceec1cb28385fc2326087b17.tar.gz
modularize themes and convert them to sass (closes #191)
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/index.html b/index.html
index 3ea2412..2becf4f 100644
--- a/index.html
+++ b/index.html
@@ -12,8 +12,6 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
- <link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
-
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/default.css" id="theme">
@@ -328,7 +326,7 @@ function linkify( selector ) {
<script src="js/reveal.min.js"></script>
<script>
-
+
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
@@ -350,7 +348,7 @@ function linkify( selector ) {
{ src: 'plugin/speakernotes/client.js', async: true, condition: function() { return window.location.host === 'localhost:1947'; } }
]
});
-
+
</script>
</body>