From e5318c3295ba9d0e522a9ae0543f314904284c2e Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Sat, 2 Sep 2023 19:53:06 +0200 Subject: [PATCH] HTML version: Move files into their own dedicated directory --- README.md | 17 ----------------- template.html => html_resources/layout.html | 0 md2htmlbody.py => html_resources/md2htmlbody.py | 0 style.css => html_resources/style.css | 0 notes/Readme.md | 3 ++- 5 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 README.md rename template.html => html_resources/layout.html (100%) rename md2htmlbody.py => html_resources/md2htmlbody.py (100%) rename style.css => html_resources/style.css (100%) diff --git a/README.md b/README.md deleted file mode 100644 index 3435e50..0000000 --- a/README.md +++ /dev/null @@ -1,17 +0,0 @@ -HTML classes / used elements: -p.light (light font) -p (default) -p.strong (bold font) -p.heavy (very bold font) -p.comment (italic font, gray) - -pre.terminal (dark background, light green, strictly limited to 80 characters width) -pre.paper (alternating yellow-ish white and light green lines, black, if posible with a typewriter look) - -span.comment (italic font, gray) -li.comment (...) - -h1 (full width, centered, horizontal line below, space below) -ul (use small dots or dashes) - -use different sets of quotes or formatting depending on whether the quoted text is literal speech diff --git a/template.html b/html_resources/layout.html similarity index 100% rename from template.html rename to html_resources/layout.html diff --git a/md2htmlbody.py b/html_resources/md2htmlbody.py similarity index 100% rename from md2htmlbody.py rename to html_resources/md2htmlbody.py diff --git a/style.css b/html_resources/style.css similarity index 100% rename from style.css rename to html_resources/style.css diff --git a/notes/Readme.md b/notes/Readme.md index 37ac0ea..c03d12b 100644 --- a/notes/Readme.md +++ b/notes/Readme.md @@ -6,4 +6,5 @@ Notes to self: * Home computers should be more like C64s * The moon base is, in fact, a moon colony * official name: "Lunar Biosphere" -* Double-check that I changed all references of Annie leaving the city to not imply this was planned. I changed my mind about the situation; it was something that came from plans going wrong. \ No newline at end of file +* Double-check that I changed all references of Annie leaving the city to not imply this was planned. I changed my mind about the situation; it was something that came from plans going wrong. +* use different sets of quotes for literal speech and everything else