From 95c4e4b641e0b14ea474ee54a93449a88ccb32df Mon Sep 17 00:00:00 2001 From: Stephen Kerr Date: Mon, 20 Mar 2023 15:07:56 +0100 Subject: [PATCH] completely starting again --- booklet/README.md | 3 --- booklet/index.html | 1 - {booklet => web/00-booklet}/booklet.html | 0 {booklet => web/00-booklet}/booklet.md | 0 {booklet => web/00-booklet}/booklet.py | 0 .../00-booklet}/booklet.template.html | 0 {booklet => web/00-booklet}/bookletc.py | 0 .../00-booklet}/paged.js/paged.polyfill.js | 0 {booklet => web/00-booklet}/paged.js/pagedjs.css | 0 {booklet => web/00-booklet}/print_style.css | 0 web/README.md | 15 +++++++++++++++ {booklet/content => web/colophon}/colophon.html | 0 {booklet/content => web/colophon}/colophon.md | 0 .../content => web}/historyoftarot/index.html | 0 {booklet/content => web}/historyoftarot/index.md | 0 .../historyoftarot/some-gossip-on-gossip.html | 0 .../historyoftarot/some-gossip-on-gossip.md | 0 .../content => web}/holograms/hologram.pages | Bin web/index.html | 9 ++++++++- {booklet/content => web}/long_time/index.md | 0 .../content => web}/long_time/long-time-1.png | Bin .../oracle/interpretationtext.html | 0 .../content => web}/oracle/interpretationtext.md | 0 .../pacifist-fortnite/fortnite-0.jpg | Bin .../pacifist-fortnite/fortnite-1.jpg | Bin .../pacifist-fortnite/fortnite-10.jpg | Bin .../pacifist-fortnite/fortnite-2.jpg | Bin .../pacifist-fortnite/fortnite-3.jpg | Bin .../pacifist-fortnite/fortnite-6.jpg | Bin .../pacifist-fortnite/fortnite-7.jpg | Bin .../pacifist-fortnite/fortnite-8.jpg | Bin .../pacifist-fortnite/fortnite-9.jpg | Bin .../content => web}/pacifist-fortnite/index.html | 0 .../content => web}/pacifist-fortnite/index.md | 6 +++++- .../content => web}/pacifist-fortnite/style.css | 0 {booklet/content => web}/peace/caratextadv.html | 0 {booklet/content => web}/peace/caratextadv.md | 0 .../rituals_archive/rituals_archive.md | 0 web/style.css | 0 .../content => web}/tetris_fantasies/index.md | 0 .../tetris_fantasies/tetris-documentation-1.jpg | Bin .../tetris_fantasies/tetris-documentation-2.jpg | Bin .../tetris_fantasies/tetris-documentation-3.jpg | Bin .../tetris_fantasies/tetris-documentation-4.png | Bin .../textadventureaglaia.html | 0 .../text_adventure_aglaia/textadventureaglaia.md | 0 46 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 booklet/README.md delete mode 100644 booklet/index.html rename {booklet => web/00-booklet}/booklet.html (100%) rename {booklet => web/00-booklet}/booklet.md (100%) rename {booklet => web/00-booklet}/booklet.py (100%) rename {booklet => web/00-booklet}/booklet.template.html (100%) rename {booklet => web/00-booklet}/bookletc.py (100%) rename {booklet => web/00-booklet}/paged.js/paged.polyfill.js (100%) rename {booklet => web/00-booklet}/paged.js/pagedjs.css (100%) rename {booklet => web/00-booklet}/print_style.css (100%) create mode 100644 web/README.md rename {booklet/content => web/colophon}/colophon.html (100%) rename {booklet/content => web/colophon}/colophon.md (100%) rename {booklet/content => web}/historyoftarot/index.html (100%) rename {booklet/content => web}/historyoftarot/index.md (100%) rename {booklet/content => web}/historyoftarot/some-gossip-on-gossip.html (100%) rename {booklet/content => web}/historyoftarot/some-gossip-on-gossip.md (100%) rename {booklet/content => web}/holograms/hologram.pages (100%) rename {booklet/content => web}/long_time/index.md (100%) rename {booklet/content => web}/long_time/long-time-1.png (100%) rename {booklet/content => web}/oracle/interpretationtext.html (100%) rename {booklet/content => web}/oracle/interpretationtext.md (100%) rename {booklet/content => web}/pacifist-fortnite/fortnite-0.jpg (100%) rename {booklet/content => web}/pacifist-fortnite/fortnite-1.jpg (100%) rename {booklet/content => web}/pacifist-fortnite/fortnite-10.jpg (100%) rename {booklet/content => web}/pacifist-fortnite/fortnite-2.jpg (100%) rename {booklet/content => web}/pacifist-fortnite/fortnite-3.jpg (100%) rename {booklet/content => web}/pacifist-fortnite/fortnite-6.jpg (100%) rename {booklet/content => web}/pacifist-fortnite/fortnite-7.jpg (100%) rename {booklet/content => web}/pacifist-fortnite/fortnite-8.jpg (100%) rename {booklet/content => web}/pacifist-fortnite/fortnite-9.jpg (100%) rename {booklet/content => web}/pacifist-fortnite/index.html (100%) rename {booklet/content => web}/pacifist-fortnite/index.md (60%) rename {booklet/content => web}/pacifist-fortnite/style.css (100%) rename {booklet/content => web}/peace/caratextadv.html (100%) rename {booklet/content => web}/peace/caratextadv.md (100%) rename {booklet/content => web}/rituals_archive/rituals_archive.md (100%) create mode 100644 web/style.css rename {booklet/content => web}/tetris_fantasies/index.md (100%) rename {booklet/content => web}/tetris_fantasies/tetris-documentation-1.jpg (100%) rename {booklet/content => web}/tetris_fantasies/tetris-documentation-2.jpg (100%) rename {booklet/content => web}/tetris_fantasies/tetris-documentation-3.jpg (100%) rename {booklet/content => web}/tetris_fantasies/tetris-documentation-4.png (100%) rename {booklet/content => web}/text_adventure_aglaia/textadventureaglaia.html (100%) rename {booklet/content => web}/text_adventure_aglaia/textadventureaglaia.md (100%) diff --git a/booklet/README.md b/booklet/README.md deleted file mode 100644 index 0de60fe..0000000 --- a/booklet/README.md +++ /dev/null @@ -1,3 +0,0 @@ -wassup: content list for booklet please write down content you want in the booklet(add files of content you want yourself) - -01 Pacifist Fortnite (4 pages) \ No newline at end of file diff --git a/booklet/index.html b/booklet/index.html deleted file mode 100644 index 945c9b4..0000000 --- a/booklet/index.html +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file diff --git a/booklet/booklet.html b/web/00-booklet/booklet.html similarity index 100% rename from booklet/booklet.html rename to web/00-booklet/booklet.html diff --git a/booklet/booklet.md b/web/00-booklet/booklet.md similarity index 100% rename from booklet/booklet.md rename to web/00-booklet/booklet.md diff --git a/booklet/booklet.py b/web/00-booklet/booklet.py similarity index 100% rename from booklet/booklet.py rename to web/00-booklet/booklet.py diff --git a/booklet/booklet.template.html b/web/00-booklet/booklet.template.html similarity index 100% rename from booklet/booklet.template.html rename to web/00-booklet/booklet.template.html diff --git a/booklet/bookletc.py b/web/00-booklet/bookletc.py similarity index 100% rename from booklet/bookletc.py rename to web/00-booklet/bookletc.py diff --git a/booklet/paged.js/paged.polyfill.js b/web/00-booklet/paged.js/paged.polyfill.js similarity index 100% rename from booklet/paged.js/paged.polyfill.js rename to web/00-booklet/paged.js/paged.polyfill.js diff --git a/booklet/paged.js/pagedjs.css b/web/00-booklet/paged.js/pagedjs.css similarity index 100% rename from booklet/paged.js/pagedjs.css rename to web/00-booklet/paged.js/pagedjs.css diff --git a/booklet/print_style.css b/web/00-booklet/print_style.css similarity index 100% rename from booklet/print_style.css rename to web/00-booklet/print_style.css diff --git a/web/README.md b/web/README.md new file mode 100644 index 0000000..e0b7cec --- /dev/null +++ b/web/README.md @@ -0,0 +1,15 @@ +wassup + +This folder is now all the content for the web and booklet for SIXX. + +# index.html +This is the home page for the website + +# style.css +🥲 + +# 00-booklet folder +This is the folder for everything relating to the print version of this information. + +# subfolders +These contain all the content for the website and booklet, markdown, images, css and anything else applying to individual sections. \ No newline at end of file diff --git a/booklet/content/colophon.html b/web/colophon/colophon.html similarity index 100% rename from booklet/content/colophon.html rename to web/colophon/colophon.html diff --git a/booklet/content/colophon.md b/web/colophon/colophon.md similarity index 100% rename from booklet/content/colophon.md rename to web/colophon/colophon.md diff --git a/booklet/content/historyoftarot/index.html b/web/historyoftarot/index.html similarity index 100% rename from booklet/content/historyoftarot/index.html rename to web/historyoftarot/index.html diff --git a/booklet/content/historyoftarot/index.md b/web/historyoftarot/index.md similarity index 100% rename from booklet/content/historyoftarot/index.md rename to web/historyoftarot/index.md diff --git a/booklet/content/historyoftarot/some-gossip-on-gossip.html b/web/historyoftarot/some-gossip-on-gossip.html similarity index 100% rename from booklet/content/historyoftarot/some-gossip-on-gossip.html rename to web/historyoftarot/some-gossip-on-gossip.html diff --git a/booklet/content/historyoftarot/some-gossip-on-gossip.md b/web/historyoftarot/some-gossip-on-gossip.md similarity index 100% rename from booklet/content/historyoftarot/some-gossip-on-gossip.md rename to web/historyoftarot/some-gossip-on-gossip.md diff --git a/booklet/content/holograms/hologram.pages b/web/holograms/hologram.pages similarity index 100% rename from booklet/content/holograms/hologram.pages rename to web/holograms/hologram.pages diff --git a/web/index.html b/web/index.html index 8935fcd..88bd145 100644 --- a/web/index.html +++ b/web/index.html @@ -8,4 +8,11 @@ } -

Ultimate interactive 1001 Items Console - Collectors edition (working title)

\ No newline at end of file + +

Console

+ +

Page Not Found 31.03.23

+ + Wheel of Fortune + Oracolotto + \ No newline at end of file diff --git a/booklet/content/long_time/index.md b/web/long_time/index.md similarity index 100% rename from booklet/content/long_time/index.md rename to web/long_time/index.md diff --git a/booklet/content/long_time/long-time-1.png b/web/long_time/long-time-1.png similarity index 100% rename from booklet/content/long_time/long-time-1.png rename to web/long_time/long-time-1.png diff --git a/booklet/content/oracle/interpretationtext.html b/web/oracle/interpretationtext.html similarity index 100% rename from booklet/content/oracle/interpretationtext.html rename to web/oracle/interpretationtext.html diff --git a/booklet/content/oracle/interpretationtext.md b/web/oracle/interpretationtext.md similarity index 100% rename from booklet/content/oracle/interpretationtext.md rename to web/oracle/interpretationtext.md diff --git a/booklet/content/pacifist-fortnite/fortnite-0.jpg b/web/pacifist-fortnite/fortnite-0.jpg similarity index 100% rename from booklet/content/pacifist-fortnite/fortnite-0.jpg rename to web/pacifist-fortnite/fortnite-0.jpg diff --git a/booklet/content/pacifist-fortnite/fortnite-1.jpg b/web/pacifist-fortnite/fortnite-1.jpg similarity index 100% rename from booklet/content/pacifist-fortnite/fortnite-1.jpg rename to web/pacifist-fortnite/fortnite-1.jpg diff --git a/booklet/content/pacifist-fortnite/fortnite-10.jpg b/web/pacifist-fortnite/fortnite-10.jpg similarity index 100% rename from booklet/content/pacifist-fortnite/fortnite-10.jpg rename to web/pacifist-fortnite/fortnite-10.jpg diff --git a/booklet/content/pacifist-fortnite/fortnite-2.jpg b/web/pacifist-fortnite/fortnite-2.jpg similarity index 100% rename from booklet/content/pacifist-fortnite/fortnite-2.jpg rename to web/pacifist-fortnite/fortnite-2.jpg diff --git a/booklet/content/pacifist-fortnite/fortnite-3.jpg b/web/pacifist-fortnite/fortnite-3.jpg similarity index 100% rename from booklet/content/pacifist-fortnite/fortnite-3.jpg rename to web/pacifist-fortnite/fortnite-3.jpg diff --git a/booklet/content/pacifist-fortnite/fortnite-6.jpg b/web/pacifist-fortnite/fortnite-6.jpg similarity index 100% rename from booklet/content/pacifist-fortnite/fortnite-6.jpg rename to web/pacifist-fortnite/fortnite-6.jpg diff --git a/booklet/content/pacifist-fortnite/fortnite-7.jpg b/web/pacifist-fortnite/fortnite-7.jpg similarity index 100% rename from booklet/content/pacifist-fortnite/fortnite-7.jpg rename to web/pacifist-fortnite/fortnite-7.jpg diff --git a/booklet/content/pacifist-fortnite/fortnite-8.jpg b/web/pacifist-fortnite/fortnite-8.jpg similarity index 100% rename from booklet/content/pacifist-fortnite/fortnite-8.jpg rename to web/pacifist-fortnite/fortnite-8.jpg diff --git a/booklet/content/pacifist-fortnite/fortnite-9.jpg b/web/pacifist-fortnite/fortnite-9.jpg similarity index 100% rename from booklet/content/pacifist-fortnite/fortnite-9.jpg rename to web/pacifist-fortnite/fortnite-9.jpg diff --git a/booklet/content/pacifist-fortnite/index.html b/web/pacifist-fortnite/index.html similarity index 100% rename from booklet/content/pacifist-fortnite/index.html rename to web/pacifist-fortnite/index.html diff --git a/booklet/content/pacifist-fortnite/index.md b/web/pacifist-fortnite/index.md similarity index 60% rename from booklet/content/pacifist-fortnite/index.md rename to web/pacifist-fortnite/index.md index 720647f..94adffa 100644 --- a/booklet/content/pacifist-fortnite/index.md +++ b/web/pacifist-fortnite/index.md @@ -7,7 +7,11 @@ author: Stephen :::::{#fortnite .has-images} # Sometimes the world as it is and the world as it could be are devastatingly close to each other. -Is there any point in imagining something that is so similar to the nightmare we already live in? The future is a dream but it's just that dream where you remember putting your keys somewhere but where, and you're wandering around looking for them for what feels like hours. Was it real or not isnt important you were still there. Why are we staying here, what's even here for us? If you don't get them, they'll get you first. Then you wake up and you still can't find the fucking keys. But sometimes it's sunny and you're standing there and there's something cinematic about the whole thing, is it worth it just to be there for that maybe. There's really no difference between a dream about falling and a dream about flying. You search the entire planet, all seven planets, drinking every last drop, and still no fucking keys. You're just watching the whole thing anyway so enjoy it I guess. If you get the rifle you can use the scope on it to see things in the distance, but then again maybe you don't need to see that far. The start is always the best part. Maybe I left them in the bathroom for some reason? Can I help them, even one of them? They are all so busy killing each other I don't think they can hear. The forests are beautiful here. One time I sat down with some of the bots and really got to know them. Until the players arrive they just sit there together, chatting. They're really nice actually. And then a player ran up beside us, saw that we weren't trying to hurt them, and left. Maybe they were helped, or changed somehow. +Is there any point in imagining something that is so similar to the nightmare we already live in? The future is a dream but it's just that dream where you remember putting your keys somewhere but where, and you're wandering around looking for them for what feels like hours. Was it real or not isnt important you were still there. Why are we staying here, what's even here for us? If you don't get them, they'll get you first. Then you wake up and you still can't find the fucking keys. But sometimes it's sunny and you're standing there and there's something cinematic about the whole thing, is it worth it just to be there for that maybe. There's really no difference between a dream about falling and a dream about flying. + +::::: +:::::{#fortnite .hide-on-web} +You search the entire planet, all seven planets, drinking every last drop, and still no fucking keys. You're just watching the whole thing anyway so enjoy it I guess. If you get the rifle you can use the scope on it to see things in the distance, but then again maybe you don't need to see that far. The start is always the best part. Maybe I left them in the bathroom for some reason? Can I help them, even one of them? They are all so busy killing each other I don't think they can hear. The forests are beautiful here. One time I sat down with some of the bots and really got to know them. Until the players arrive they just sit there together, chatting. They're really nice actually. And then a player ran up beside us, saw that we weren't trying to hurt them, and left. Maybe they were helped, or changed somehow. The only reason I'm still here is because you're still here. diff --git a/booklet/content/pacifist-fortnite/style.css b/web/pacifist-fortnite/style.css similarity index 100% rename from booklet/content/pacifist-fortnite/style.css rename to web/pacifist-fortnite/style.css diff --git a/booklet/content/peace/caratextadv.html b/web/peace/caratextadv.html similarity index 100% rename from booklet/content/peace/caratextadv.html rename to web/peace/caratextadv.html diff --git a/booklet/content/peace/caratextadv.md b/web/peace/caratextadv.md similarity index 100% rename from booklet/content/peace/caratextadv.md rename to web/peace/caratextadv.md diff --git a/booklet/content/rituals_archive/rituals_archive.md b/web/rituals_archive/rituals_archive.md similarity index 100% rename from booklet/content/rituals_archive/rituals_archive.md rename to web/rituals_archive/rituals_archive.md diff --git a/web/style.css b/web/style.css new file mode 100644 index 0000000..e69de29 diff --git a/booklet/content/tetris_fantasies/index.md b/web/tetris_fantasies/index.md similarity index 100% rename from booklet/content/tetris_fantasies/index.md rename to web/tetris_fantasies/index.md diff --git a/booklet/content/tetris_fantasies/tetris-documentation-1.jpg b/web/tetris_fantasies/tetris-documentation-1.jpg similarity index 100% rename from booklet/content/tetris_fantasies/tetris-documentation-1.jpg rename to web/tetris_fantasies/tetris-documentation-1.jpg diff --git a/booklet/content/tetris_fantasies/tetris-documentation-2.jpg b/web/tetris_fantasies/tetris-documentation-2.jpg similarity index 100% rename from booklet/content/tetris_fantasies/tetris-documentation-2.jpg rename to web/tetris_fantasies/tetris-documentation-2.jpg diff --git a/booklet/content/tetris_fantasies/tetris-documentation-3.jpg b/web/tetris_fantasies/tetris-documentation-3.jpg similarity index 100% rename from booklet/content/tetris_fantasies/tetris-documentation-3.jpg rename to web/tetris_fantasies/tetris-documentation-3.jpg diff --git a/booklet/content/tetris_fantasies/tetris-documentation-4.png b/web/tetris_fantasies/tetris-documentation-4.png similarity index 100% rename from booklet/content/tetris_fantasies/tetris-documentation-4.png rename to web/tetris_fantasies/tetris-documentation-4.png diff --git a/booklet/content/text_adventure_aglaia/textadventureaglaia.html b/web/text_adventure_aglaia/textadventureaglaia.html similarity index 100% rename from booklet/content/text_adventure_aglaia/textadventureaglaia.html rename to web/text_adventure_aglaia/textadventureaglaia.html diff --git a/booklet/content/text_adventure_aglaia/textadventureaglaia.md b/web/text_adventure_aglaia/textadventureaglaia.md similarity index 100% rename from booklet/content/text_adventure_aglaia/textadventureaglaia.md rename to web/text_adventure_aglaia/textadventureaglaia.md