summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-04-06 11:34:18 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-04-06 11:34:18 +0200
commit58c95c789e5801b91b4e03ab6a6d5f0144b09ead (patch)
treef0a5ad2038673eb57988199214efbe3b7e6a6505
parentce407aa9dde57bc707a4b7fb9a170757484ed9cf (diff)
downloadearthship-58c95c789e5801b91b4e03ab6a6d5f0144b09ead.tar.gz
earthship-58c95c789e5801b91b4e03ab6a6d5f0144b09ead.zip
cleanup; add html
-rw-r--r--html/index.html30
-rw-r--r--src/Makefile (renamed from demo/Makefile)0
-rw-r--r--src/vol1.ms (renamed from demo/vol1.ms)0
-rw-r--r--src/vol1.pdf (renamed from demo/vol1.pdf)bin26417 -> 26417 bytes
4 files changed, 30 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html
new file mode 100644
index 0000000..fa25245
--- /dev/null
+++ b/html/index.html
@@ -0,0 +1,30 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width">
+    <title>Earthshipy</title>
+<style>
+body {
+  font-family: sans-serif;
+  max-width: 80ex;
+  margin: 0 auto;
+  padding 1em 1ex;
+}
+</style>
+  </head>
+  <body>
+    <h1>Earthship</h1>
+    <p>Tłumaczenie książek Michaela Reynoldsa o jego idei niezależnych domów</p>
+    <ol>
+      <li><a href="earthship-vol_1.pdf">Earthship cz. 1 (in progress)</a></li>
+      <li><a href="earthship-vol_2.pdf">Earthship cz. 2 (TBA)</a></li>
+      <li><a href="earthship-vol_3.pdf">Earthship cz. 3 (TBA)</a></li>
+    </ol>
+    <section>
+      <h2>Wspomóż</h2>
+      <p>Pomóż w tłumaczeniu na <a href="https://git.niedzwiedzinski.cyou/earthship">git.niedzwiedzinski.cyou/earthship</a></p>
+      <p>Albo wspomóż mnie <a href="https://niedzwiedzinski.cyou/donate">tutaj</a></p>
+    </section>
+  </body>
+</html>
diff --git a/demo/Makefile b/src/Makefile
index d001d29..d001d29 100644
--- a/demo/Makefile
+++ b/src/Makefile
diff --git a/demo/vol1.ms b/src/vol1.ms
index db99902..db99902 100644
--- a/demo/vol1.ms
+++ b/src/vol1.ms
diff --git a/demo/vol1.pdf b/src/vol1.pdf
index 02743a2..02743a2 100644
--- a/demo/vol1.pdf
+++ b/src/vol1.pdf
Binary files differ