diff --git a/static/slimequest/1.jpg b/static/slimequest/1.jpg new file mode 100644 index 0000000..4836a94 Binary files /dev/null and b/static/slimequest/1.jpg differ diff --git a/static/slimequest/1a.jpg b/static/slimequest/1a.jpg new file mode 100644 index 0000000..a366fc5 Binary files /dev/null and b/static/slimequest/1a.jpg differ diff --git a/static/slimequest/2.jpg b/static/slimequest/2.jpg new file mode 100644 index 0000000..b46b973 Binary files /dev/null and b/static/slimequest/2.jpg differ diff --git a/static/slimequest/3.jpg b/static/slimequest/3.jpg new file mode 100644 index 0000000..e65f2b1 Binary files /dev/null and b/static/slimequest/3.jpg differ diff --git a/static/slimequest/4.jpg b/static/slimequest/4.jpg new file mode 100644 index 0000000..2e39d41 Binary files /dev/null and b/static/slimequest/4.jpg differ diff --git a/static/slimequest/5.jpg b/static/slimequest/5.jpg new file mode 100644 index 0000000..ff142c9 Binary files /dev/null and b/static/slimequest/5.jpg differ diff --git a/static/slimequest/6.jpg b/static/slimequest/6.jpg new file mode 100644 index 0000000..057a58c Binary files /dev/null and b/static/slimequest/6.jpg differ diff --git a/static/slimequest/index.html b/static/slimequest/index.html new file mode 100644 index 0000000..e8edd1d --- /dev/null +++ b/static/slimequest/index.html @@ -0,0 +1,31 @@ + + + + Slime Quest + + + +
+

Slime Quest

+

+

+undefined +

2.0

+

updates weekly

+
+ + + + > ==> + + +
+ + diff --git a/static/slimequest/page-1/index.html b/static/slimequest/page-1/index.html new file mode 100644 index 0000000..928dcbf --- /dev/null +++ b/static/slimequest/page-1/index.html @@ -0,0 +1,33 @@ + + + + ==> + + + +
+

==>

+

+

undefined
+
slime dragon with sword piercing its heart
+
undefined
+
undefined
+
undefined
+ + + + > ==> + + +
+ + diff --git a/static/slimequest/page-2/index.html b/static/slimequest/page-2/index.html new file mode 100644 index 0000000..dcd24e5 --- /dev/null +++ b/static/slimequest/page-2/index.html @@ -0,0 +1,33 @@ + + + + ==> + + + +
+

==>

+

+

+undefined +

You awaken alone in a field. Beneath you the ground is scorched. The grass around you is tall and wild. The wind is soft and warm. +You were once a Grand Slime, the queen bee of a hive of slimes. Now you’re barely a fraction of your old self.

+
+ + + + > _ + + +
+ + diff --git a/static/slimequest/style.css b/static/slimequest/style.css new file mode 100644 index 0000000..2418623 --- /dev/null +++ b/static/slimequest/style.css @@ -0,0 +1,53 @@ +/* questden colors */ +body { + background: #FFFFEE; +} + +main { + max-width: 40rem; + margin: 0 auto; +} + +.post { + max-width: 40rem; + background: #F0E0D6; + text-align: left; + margin: 0 auto; + padding: 1rem; +} + +.post img { + display: block; + margin: 0 auto; +} + +/* nav links are a bulleted list without the bullets */ +nav ul { + list-style: none; + padding-left: 0; +} +nav li { + display: inline; +} +nav li + li::before { + content: ' | '; +} + +/* ms paint adventures */ + +h1, h2, .next { + font-family: consolas, monospace, sans-serif; + font-weight: bold; +} + +h1 { + text-align: center; +} + +h2 { + color: #CC1105; +} + +.next { + font-size: xx-large; +} \ No newline at end of file