From e3e59b3e205dae3b5198fc6b707218da9922670b Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Thu, 17 Sep 2020 12:04:29 +0200 Subject: [PATCH] Add CSS and JS folders --- htmlize.css => css/htmlize.css | 0 readtheorg.css => css/readtheorg.css | 0 index.html | 14 +++++++------- index.org | 12 ++++++------ bootstrap.min.js => js/bootstrap.min.js | 0 jquery.min.js => js/jquery.min.js | 0 .../jquery.stickytableheaders.min.js | 0 readtheorg.js => js/readtheorg.js | 0 8 files changed, 13 insertions(+), 13 deletions(-) rename htmlize.css => css/htmlize.css (100%) rename readtheorg.css => css/readtheorg.css (100%) rename bootstrap.min.js => js/bootstrap.min.js (100%) rename jquery.min.js => js/jquery.min.js (100%) rename jquery.stickytableheaders.min.js => js/jquery.stickytableheaders.min.js (100%) rename readtheorg.js => js/readtheorg.js (100%) diff --git a/htmlize.css b/css/htmlize.css similarity index 100% rename from htmlize.css rename to css/htmlize.css diff --git a/readtheorg.css b/css/readtheorg.css similarity index 100% rename from readtheorg.css rename to css/readtheorg.css diff --git a/index.html b/index.html index 33e82cb..bbcf117 100644 --- a/index.html +++ b/index.html @@ -3,17 +3,17 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Research Pages - - - - - - + + + + + +
diff --git a/index.org b/index.org index a76f5f9..d73f7f8 100644 --- a/index.org +++ b/index.org @@ -3,12 +3,12 @@ #+OPTIONS: toc:nil #+OPTIONS: html-postamble:nil -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: -#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: +#+HTML_HEAD: :END: Welcome to my research pages. diff --git a/bootstrap.min.js b/js/bootstrap.min.js similarity index 100% rename from bootstrap.min.js rename to js/bootstrap.min.js diff --git a/jquery.min.js b/js/jquery.min.js similarity index 100% rename from jquery.min.js rename to js/jquery.min.js diff --git a/jquery.stickytableheaders.min.js b/js/jquery.stickytableheaders.min.js similarity index 100% rename from jquery.stickytableheaders.min.js rename to js/jquery.stickytableheaders.min.js diff --git a/readtheorg.js b/js/readtheorg.js similarity index 100% rename from readtheorg.js rename to js/readtheorg.js