Forráskód Böngészése

restructured /lib, moved /assets/fonts to /lib/fonts

Hakim El Hattab 12 éve
szülő
commit
2118a6295d

+ 1 - 1
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;
 }

+ 3 - 3
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>
 		

+ 0 - 0
lib/zenburn.css → lib/css/zenburn.css


+ 0 - 0
assets/fonts/leaguegothic/LICENSE → lib/fonts/leaguegothic/LICENSE


+ 0 - 0
assets/fonts/leaguegothic/league_gothic-webfont.ttf → lib/fonts/leaguegothic/league_gothic-webfont.ttf


+ 0 - 0
lib/classList.js → lib/js/classList.js


+ 0 - 0
lib/highlight.js → lib/js/highlight.js