From 770449522dbe9697aba84e013b5a7126b4725dcd Mon Sep 17 00:00:00 2001 From: Ben Winston Date: Wed, 22 Dec 2021 16:46:17 -0500 Subject: dos2unix --- css/styles.css | 174 ++++++++++++++++++++++++++-------------------------- index.html | 59 +++++++++--------- projects/index.html | 48 +++++++-------- writing/index.html | 68 ++++++++++---------- 4 files changed, 174 insertions(+), 175 deletions(-) diff --git a/css/styles.css b/css/styles.css index daadb16..a87cdd3 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,87 +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; } - +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 index b142f20..ef7178a 100644 --- a/index.html +++ b/index.html @@ -1,30 +1,29 @@ - - - - - Ben Winston - - - -
-

-[me@internet ~]$ whoami
-Ben Winston -

-

-[me@internet ~]$ ls
-projects  reading  writing -

-

-[me@internet ~]$ grep -i `whoami` -r /var/www/
-github.com: winsbe01
-linkedin.com: winsbe01
-rawtext.club: ~mryouse
-sr.ht: ~mryouse
-

-

-[me@internet ~]$ mail -s "nice to meet you!" ben(at)benwinston(dot)us
-

-
- - + + + + + Ben Winston + + + +
+

+[me@internet ~]$ whoami
+Ben Winston +

+

+[me@internet ~]$ ls
+projects  reading  writing +

+

+[me@internet ~]$ grep -i $(whoami) -r /var/www/
+github.com: winsbe01
+linkedin.com: winsbe01
+rawtext.club: ~mryouse
+

+

+[me@internet ~]$ mail -s "nice to meet you!" ben(at)benwinston(dot)us
+

+
+ + diff --git a/projects/index.html b/projects/index.html index f10fdde..b2d9854 100644 --- a/projects/index.html +++ b/projects/index.html @@ -1,24 +1,24 @@ - - - - - blog - Ben Winston - - - -
-

cd ..

-

-

Projects

-
-

roku-cli

-

A CLI-driven Roku remote, with search!

-

nq

-

A scrappy music player for mp3s and Spotify

-

sweepy

-

It's minesweeper on the command line!

-

ouija

-

A Python library for drawing CLI game boards using curses

-
- - + + + + + blog - Ben Winston + + + +
+

cd ..

+

+

Projects

+
+

roku-cli

+

A CLI-driven Roku remote, with search!

+

nq

+

A scrappy music player for mp3s and Spotify

+

sweepy

+

It's minesweeper on the command line!

+

ouija

+

A Python library for drawing CLI game boards using curses

+
+ + diff --git a/writing/index.html b/writing/index.html index 9fefc2a..95c0eed 100644 --- a/writing/index.html +++ b/writing/index.html @@ -1,34 +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

-
- - + + + + + 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