aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-07-01 09:50:37 -0400
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-07-01 09:50:37 -0400
commit2118a6295d05acf2a7bc7cec3b874df772d0189a (patch)
tree4dff4a137d5adae1669a966f6109bce21e0b9af6
parentbf2c95b546c5dbff1c8b5903fb89e2ecee9b297b (diff)
downloadfosdem-2018-presentation-2118a6295d05acf2a7bc7cec3b874df772d0189a.tar
fosdem-2018-presentation-2118a6295d05acf2a7bc7cec3b874df772d0189a.tar.gz
restructured /lib, moved /assets/fonts to /lib/fonts
-rw-r--r--css/main.css2
-rw-r--r--index.html6
-rw-r--r--lib/css/zenburn.css (renamed from lib/zenburn.css)0
-rw-r--r--lib/fonts/leaguegothic/LICENSE (renamed from assets/fonts/leaguegothic/LICENSE)0
-rw-r--r--lib/fonts/leaguegothic/league_gothic-webfont.ttf (renamed from assets/fonts/leaguegothic/league_gothic-webfont.ttf)bin42324 -> 42324 bytes
-rw-r--r--lib/js/classList.js (renamed from lib/classList.js)0
-rw-r--r--lib/js/highlight.js (renamed from lib/highlight.js)0
7 files changed, 4 insertions, 4 deletions
diff --git a/css/main.css b/css/main.css
index 1b9d4f4..5797256 100644
--- a/css/main.css
+++ b/css/main.css
@@ -11,7 +11,7 @@
@font-face {
font-family: 'League Gothic';
- src: url('../assets/fonts/leaguegothic/league_gothic-webfont.ttf') format('truetype');
+ src: url('../lib/fonts/leaguegothic/league_gothic-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
diff --git a/index.html b/index.html
index d4420ac..d65c1ca 100644
--- a/index.html
+++ b/index.html
@@ -18,7 +18,7 @@
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
- <link rel="stylesheet" href="lib/zenburn.css">
+ <link rel="stylesheet" href="lib/css/zenburn.css">
</head>
<body>
@@ -264,8 +264,8 @@ linkify( 'a' );
</div>
<!-- Optional libraries for code syntax highlighting and classList support in IE9 -->
- <script src="lib/highlight.js"></script>
- <script src="lib/classList.js"></script>
+ <script src="lib/js/highlight.js"></script>
+ <script src="lib/js/classList.js"></script>
<script src="js/reveal.js"></script>
diff --git a/lib/zenburn.css b/lib/css/zenburn.css
index f4070ca..f4070ca 100644
--- a/lib/zenburn.css
+++ b/lib/css/zenburn.css
diff --git a/assets/fonts/leaguegothic/LICENSE b/lib/fonts/leaguegothic/LICENSE
index 29513e9..29513e9 100644
--- a/assets/fonts/leaguegothic/LICENSE
+++ b/lib/fonts/leaguegothic/LICENSE
diff --git a/assets/fonts/leaguegothic/league_gothic-webfont.ttf b/lib/fonts/leaguegothic/league_gothic-webfont.ttf
index 29f896a..29f896a 100644
--- a/assets/fonts/leaguegothic/league_gothic-webfont.ttf
+++ b/lib/fonts/leaguegothic/league_gothic-webfont.ttf
Binary files differ
diff --git a/lib/classList.js b/lib/js/classList.js
index 44f2b4c..44f2b4c 100644
--- a/lib/classList.js
+++ b/lib/js/classList.js
diff --git a/lib/highlight.js b/lib/js/highlight.js
index 12d24df..12d24df 100644
--- a/lib/highlight.js
+++ b/lib/js/highlight.js