From 18c38b37e9ebc356a1b246b100d5649650c24689 Mon Sep 17 00:00:00 2001 From: Ben Winston Date: Wed, 27 May 2020 23:25:01 -0400 Subject: initial commit of new website --- blog/index.html | 17 ++++ css/styles.css | 87 +++++++++++++++++ index.html | 34 +++++++ reading/index.html | 275 +++++++++++++++++++++++++++++++++++++++++++++++++++++ writing/index.html | 34 +++++++ 5 files changed, 447 insertions(+) create mode 100644 blog/index.html create mode 100644 css/styles.css create mode 100644 index.html create mode 100644 reading/index.html create mode 100644 writing/index.html diff --git a/blog/index.html b/blog/index.html new file mode 100644 index 0000000..1029a15 --- /dev/null +++ b/blog/index.html @@ -0,0 +1,17 @@ + + + + + blog - Ben Winston + + + +
+

cd ..

+

+

~/blog

+
+

coming soon

+
+ + diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..daadb16 --- /dev/null +++ b/css/styles.css @@ -0,0 +1,87 @@ +body { + margin: auto; + margin-top: 10px; + margin-bottom: 15px; + width: 720px; + font-family: monospace; + font-size: 16px; + color: whitesmoke; + background: darkslategray; +} + +h1 { + margin: 0px; + padding: 0px; + font-size: 240%; + font-weight: normal; +} + +h2 { + margin: 0px; + padding: 0px; + font-size: 160%; + font-weight: normal; +} + +h3 { + margin: 0px; + font-weight: normal; +} + +h4 { + margin: 0px; + padding: 0px; + font-weight: normal; + color: gray; +} + +ul { + list-style: '> '; + margin: 0px; +} + +li { + margin: 15px 0px 15px; +} + +details { + margin-top: 15px; +} + +summary { + font-size: 115%; + margin-top: 3px; + margin-bottom: 3px; +} + +blockquote { + border-left: 5px solid thistle; + margin: 1.2em 10px; + padding: 0.5em 12px; + font-style: italic; +} + +#content { + margin: 20px; +} + +#nav { + float: right; + color: gray; + font-size: 120%; +} + +a:link { + text-decoration: none; + color: darkorange; +} +a:visited { + text-decoration: none; + color: darkorange; +} +a:active { + text-decoration: none; + color: darkorange; +} +a:hover { color: thistle; } + diff --git a/index.html b/index.html new file mode 100644 index 0000000..9fefc2a --- /dev/null +++ b/index.html @@ -0,0 +1,34 @@ + + + + + Writing - Ben Winston + + + +
+

cd ..

+

+

Fiction

+
+

Between

+

A surreal short story about anxiety, paranoia, and measurement.

+
+

+The office sits in the center of a hallway between two enclosed +stairwells, which makes fire drills interesting. +

+
+

Published May 2017 on Storyscape

+
+

Invincible

+

A short story about the anxieties of childhood and the cost of friendship.

+
+

Mikey Greenfield has always been shorter than me, but he’s always felt +taller. It’s the way he carries himself: confident and upright, like a +man. Even reclined next to him on a hill I can feel the difference.

+
+

Published September 2015 on Drunk Monkeys

+
+ + diff --git a/reading/index.html b/reading/index.html new file mode 100644 index 0000000..3889034 --- /dev/null +++ b/reading/index.html @@ -0,0 +1,275 @@ + + + + + Reading - Ben Winston + + + +
+

cd ..

+

+

Reading

+
+

+Current: A Man Called Ove by Fredrik Backman +

+
+
+2020 +
+
+2019 + +
+
+2018 + +
+
+2017 + +
+
+2016 + +
+
+2015 + +
+
+2014 + +
+
+ + diff --git a/writing/index.html b/writing/index.html new file mode 100644 index 0000000..9fefc2a --- /dev/null +++ b/writing/index.html @@ -0,0 +1,34 @@ + + + + + Writing - Ben Winston + + + +
+

cd ..

+

+

Fiction

+
+

Between

+

A surreal short story about anxiety, paranoia, and measurement.

+
+

+The office sits in the center of a hallway between two enclosed +stairwells, which makes fire drills interesting. +

+
+

Published May 2017 on Storyscape

+
+

Invincible

+

A short story about the anxieties of childhood and the cost of friendship.

+
+

Mikey Greenfield has always been shorter than me, but he’s always felt +taller. It’s the way he carries himself: confident and upright, like a +man. Even reclined next to him on a hill I can feel the difference.

+
+

Published September 2015 on Drunk Monkeys

+
+ + -- cgit v1.2.3