diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-04 19:55:33 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-02-04 20:01:11 +0100 |
commit | 7bf172af8d52f9d5174bf9493a0f20ca56e1b387 (patch) | |
tree | 80dfcc0dcbc35bcbd492dd26a3f30df4fc0b30f9 /src/writings | |
parent | feat(src): Improve index.html and add a style.css (diff) | |
download | b-peetz.de-7bf172af8d52f9d5174bf9493a0f20ca56e1b387.zip |
refactor(src/writings): Rename from `dead-trees`
These are severed as PDFs, thus calling them dead-tree things is just wrong because that's a reference to actual paper.
Diffstat (limited to 'src/writings')
-rw-r--r-- | src/writings/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/writings/index.html b/src/writings/index.html new file mode 100644 index 0000000..e055be2 --- /dev/null +++ b/src/writings/index.html @@ -0,0 +1,10 @@ +<html> + <body> + <h1>My paper like things, provided in the portable document format (pdf)</h1> + <ul> + <li><a href="./philosophy/kant_and_free_software.pdf">My essay on free software and Kantian ethics</a></li> + <li><a href="./chemistry/facharbeit.pdf">My 'Facharbeit' on Raman Spektrometrie</a></li> + <li><a href="./chemistry/essens_analyse.pdf">My analysis of liquid food replacements</a></li> + </ul> + </body> +</html> |