Commit Graph

15 Commits (master)

Author SHA1 Message Date
BodgeMaster 336cee36b7 03 A Simple Errand: minor revision 2024-01-11 19:05:20 +01:00
BodgeMaster e5c80fafa8 03 A Simple Errand: minor revision 2023-12-18 18:17:23 +01:00
BodgeMaster e4e592dc13 03 A SImple Errand: remove redundant outline, wording, nit-pick in a comment 2023-11-08 08:27:43 +01:00
BodgeMaster 2f4c6033c2 *: fix a critical bug in the JS that decorates paper sections
This bug would cause the decoration script to run in an infinite loop as it
presumably attempts to decorate new elements it itself created.

(Can’t say for sure, I’m using Otter Browser on a Pentium M which isn’t
exactly the most ideal development setup. lol)
2023-10-17 16:48:50 +02:00
BodgeMaster be488063cd Style: change the CSS classes for all kinds of quotes to be tagged with "quote" first
Yes, this is boring code stuff. You may ignore this.
2023-10-16 19:15:52 +02:00
BodgeMaster 0d7114b970 style: Change span.paper_green to span.paper.green 2023-10-13 18:42:58 +02:00
BodgeMaster 1cba1cec4a 03 A Simple Errand: fill in the end of the chapter 2023-10-09 19:00:56 +02:00
BodgeMaster 962b6f2a19 03 A Simple Errand: language improvements 2023-10-09 18:58:48 +02:00
BodgeMaster 9d2b65bbb0 Add copyright notice to all pages 2023-10-07 21:52:51 +02:00
BodgeMaster 3e9626c499 Consistent naming across all chapters: Center Square -> Central Square 2023-10-03 19:14:37 +02:00
BodgeMaster 6a2f7e3d34 replace index.php with index.html
The index doesn’t have to be a PHP file since there is no need to
generate the list of chapters anew every time the ToC is opened.

Instead, the list of chapters is generated once, ahead of time, and
saved to the index.html.

As an added bonus, this allows the ToC to be generated and used
as a local file.
2023-10-03 19:10:54 +02:00
BodgeMaster cc8416f4d4 HTML version: Add a back button 2023-09-23 11:12:00 +02:00
BodgeMaster b488727ff5 HTML style: add <span class="speech"> and <span class="thought">
For now with black and hollow triangles as quotes and slightly gray text. I will have to rework this.
2023-09-18 19:17:21 +02:00
BodgeMaster a18ee16702 HTML helper: fix a bug and its impact 2023-09-06 06:15:02 +02:00
BodgeMaster 903a9ff602 HTML version: Begin converting the third chapter 2023-09-04 07:50:31 +02:00