diff --git a/index.html b/index.html
new file mode 100755
index 0000000..b29ba88
--- /dev/null
+++ b/index.html
@@ -0,0 +1,18 @@
+
+
© 2018 the Synoikos team.
+
+
diff --git a/index.html b/index.html
new file mode 100755
index 0000000..b29ba88
--- /dev/null
+++ b/index.html
@@ -0,0 +1,18 @@
+
+
© 2018 the Synoikos team.
+
+
diff --git a/quote.jpg b/quote.jpg
new file mode 100755
index 0000000..d9ec89b
--- /dev/null
+++ b/quote.jpg
Binary files differ
diff --git a/index.html b/index.html
new file mode 100755
index 0000000..b29ba88
--- /dev/null
+++ b/index.html
@@ -0,0 +1,18 @@
+
+
© 2018 the Synoikos team. + + diff --git a/quote.jpg b/quote.jpg new file mode 100755 index 0000000..d9ec89b --- /dev/null +++ b/quote.jpg Binary files differ diff --git a/stylesheet.css b/stylesheet.css new file mode 100755 index 0000000..bfe3fff --- /dev/null +++ b/stylesheet.css @@ -0,0 +1,25 @@ +body { + background: slategrey; + font-family: Arial, Helvetica, sans-serif; + color: darkslategrey; + margin: 20px; +} + +a { + font-weight: bold; + font-style: italic; + color: midnightblue; +} + +h1, h2 { + font-family: "Times New Roman", Times, serif; + font-style: italic; + margin-bottom: 0.5em; + color: midnightblue; +} + +cite { + font-style: italic; + font-size: small; + color: dimgrey; +}