diff --git a/fonts/Asap-Bold.ttf b/fonts/Asap-Bold.ttf
deleted file mode 100644
index 6386c6b..0000000
Binary files a/fonts/Asap-Bold.ttf and /dev/null differ
diff --git a/fonts/Asap-BoldItalic.ttf b/fonts/Asap-BoldItalic.ttf
deleted file mode 100644
index 0b482d4..0000000
Binary files a/fonts/Asap-BoldItalic.ttf and /dev/null differ
diff --git a/fonts/Asap-Italic.ttf b/fonts/Asap-Italic.ttf
deleted file mode 100644
index e140cee..0000000
Binary files a/fonts/Asap-Italic.ttf and /dev/null differ
diff --git a/fonts/Asap-Regular.ttf b/fonts/Asap-Regular.ttf
deleted file mode 100644
index df5d822..0000000
Binary files a/fonts/Asap-Regular.ttf and /dev/null differ
diff --git a/fonts/FontAwesome.otf b/fonts/FontAwesome.otf
deleted file mode 100644
index f7936cc..0000000
Binary files a/fonts/FontAwesome.otf and /dev/null differ
diff --git a/fonts/fontawesome-webfont.eot b/fonts/fontawesome-webfont.eot
deleted file mode 100644
index 33b2bb8..0000000
Binary files a/fonts/fontawesome-webfont.eot and /dev/null differ
diff --git a/fonts/fontawesome-webfont.svg b/fonts/fontawesome-webfont.svg
deleted file mode 100644
index 1ee89d4..0000000
--- a/fonts/fontawesome-webfont.svg
+++ /dev/null
@@ -1,565 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/fonts/fontawesome-webfont.ttf b/fonts/fontawesome-webfont.ttf
deleted file mode 100644
index ed9372f..0000000
Binary files a/fonts/fontawesome-webfont.ttf and /dev/null differ
diff --git a/fonts/fontawesome-webfont.woff b/fonts/fontawesome-webfont.woff
deleted file mode 100644
index 8b280b9..0000000
Binary files a/fonts/fontawesome-webfont.woff and /dev/null differ
diff --git a/fonts/fontawesome-webfont.woff2 b/fonts/fontawesome-webfont.woff2
deleted file mode 100644
index 3311d58..0000000
Binary files a/fonts/fontawesome-webfont.woff2 and /dev/null differ
diff --git a/fonts/opensans-bold-webfont.eot b/fonts/opensans-bold-webfont.eot
deleted file mode 100644
index 016123b..0000000
Binary files a/fonts/opensans-bold-webfont.eot and /dev/null differ
diff --git a/fonts/opensans-bold-webfont.svg b/fonts/opensans-bold-webfont.svg
deleted file mode 100644
index 81c8a27..0000000
--- a/fonts/opensans-bold-webfont.svg
+++ /dev/null
@@ -1,958 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/fonts/opensans-bold-webfont.ttf b/fonts/opensans-bold-webfont.ttf
deleted file mode 100644
index cf53e6e..0000000
Binary files a/fonts/opensans-bold-webfont.ttf and /dev/null differ
diff --git a/fonts/opensans-bold-webfont.woff b/fonts/opensans-bold-webfont.woff
deleted file mode 100644
index c668e45..0000000
Binary files a/fonts/opensans-bold-webfont.woff and /dev/null differ
diff --git a/fonts/opensans-light-webfont.eot b/fonts/opensans-light-webfont.eot
deleted file mode 100644
index 03f1430..0000000
Binary files a/fonts/opensans-light-webfont.eot and /dev/null differ
diff --git a/fonts/opensans-light-webfont.svg b/fonts/opensans-light-webfont.svg
deleted file mode 100644
index c3bd159..0000000
--- a/fonts/opensans-light-webfont.svg
+++ /dev/null
@@ -1,958 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/fonts/opensans-light-webfont.ttf b/fonts/opensans-light-webfont.ttf
deleted file mode 100644
index dddcc62..0000000
Binary files a/fonts/opensans-light-webfont.ttf and /dev/null differ
diff --git a/fonts/opensans-light-webfont.woff b/fonts/opensans-light-webfont.woff
deleted file mode 100644
index 937323d..0000000
Binary files a/fonts/opensans-light-webfont.woff and /dev/null differ
diff --git a/fonts/opensans-regular-webfont.eot b/fonts/opensans-regular-webfont.eot
deleted file mode 100644
index 7ac1753..0000000
Binary files a/fonts/opensans-regular-webfont.eot and /dev/null differ
diff --git a/fonts/opensans-regular-webfont.svg b/fonts/opensans-regular-webfont.svg
deleted file mode 100644
index b34ed42..0000000
--- a/fonts/opensans-regular-webfont.svg
+++ /dev/null
@@ -1,958 +0,0 @@
-
-
-
\ No newline at end of file
diff --git a/fonts/opensans-regular-webfont.ttf b/fonts/opensans-regular-webfont.ttf
deleted file mode 100644
index a135120..0000000
Binary files a/fonts/opensans-regular-webfont.ttf and /dev/null differ
diff --git a/fonts/opensans-regular-webfont.woff b/fonts/opensans-regular-webfont.woff
deleted file mode 100644
index bd0f824..0000000
Binary files a/fonts/opensans-regular-webfont.woff and /dev/null differ
diff --git a/index.html b/index.html
index d82ed1a..befad8c 100644
--- a/index.html
+++ b/index.html
@@ -28,14 +28,7 @@
return fileref;
}
function loadCSSFiles(){
- var css_files = [
- 'css/bootstrap.min.css',
- 'css/hover.custom.css',
- 'http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css',
- 'http://fonts.googleapis.com/css?family=Open+Sans:400,300,700',
- 'http://fonts.googleapis.com/css?family=Asap:400,700',
- 'style.css'
- ];
+ var css_files = [];
head = document.getElementsByTagName('head')[0]
for(i = 0; i < css_files.length; i++){
head.appendChild(makeCSSLink(css_files[i]));
@@ -61,6 +54,12 @@
loadCSSFiles();
+
+
+
+
+
+
@@ -90,12 +89,14 @@
- {{#each article.categories}}
-
- {{name}}
-
-
- {{/each}}
+
+ {{#each article.categories}}
+ -
+ {{name}}
+
+
+ {{/each}}
+
{{#each article.categories}}