summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Winston2021-12-22 16:46:17 -0500
committerBen Winston2021-12-22 16:49:15 -0500
commit770449522dbe9697aba84e013b5a7126b4725dcd (patch)
treea0dba27bfba5161104e3dcf321fe90a8fd6415dd
parentebf56e4427ca27916bc16f3e0cbe92e040d51412 (diff)
dos2unix
-rw-r--r--css/styles.css174
-rw-r--r--index.html59
-rw-r--r--projects/index.html48
-rw-r--r--writing/index.html68
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 @@
-<!DOCTYPE html>
-<html>
-<head>
- <link href='/css/styles.css' rel='stylesheet' type='text/css'>
- <title>Ben Winston</title>
- <meta http-equiv="content-type" content="text/html;charset=utf8" />
-</head>
-<body>
-<div id="content">
-<p>
-[me@internet ~]$ whoami<br/>
-Ben Winston
-</p>
-<p>
-[me@internet ~]$ ls<br/>
-<a href="/projects">projects</a>&nbsp;&nbsp;<a href="/reading">reading</a>&nbsp;&nbsp;<a href="/writing">writing</a>
-</p>
-<p>
-[me@internet ~]$ grep -i `whoami` -r /var/www/<br/>
-github.com: <a href="https://github.com/winsbe01">winsbe01</a><br/>
-linkedin.com: <a href="https://www.linkedin.com/in/winsbe01/">winsbe01</a><br/>
-rawtext.club: <a href="https://git.rawtext.club/mryouse/">~mryouse</a><br/>
-sr.ht: <a href="https://git.sr.ht/~mryouse/">~mryouse</a><br/>
-</p>
-<p>
-[me@internet ~]$ mail -s "nice to meet you!" ben(at)benwinston(dot)us<br/>
-</p>
-</div>
-</body>
-</html>
+<!DOCTYPE html>
+<html>
+<head>
+ <link href='/css/styles.css' rel='stylesheet' type='text/css'>
+ <title>Ben Winston</title>
+ <meta http-equiv="content-type" content="text/html;charset=utf8" />
+</head>
+<body>
+<div id="content">
+<p>
+[me@internet ~]$ whoami<br/>
+Ben Winston
+</p>
+<p>
+[me@internet ~]$ ls<br/>
+<a href="/projects">projects</a>&nbsp;&nbsp;<a href="/reading">reading</a>&nbsp;&nbsp;<a href="/writing">writing</a>
+</p>
+<p>
+[me@internet ~]$ grep -i $(whoami) -r /var/www/<br/>
+github.com: <a href="https://github.com/winsbe01">winsbe01</a><br/>
+linkedin.com: <a href="https://www.linkedin.com/in/winsbe01/">winsbe01</a><br/>
+rawtext.club: <a href="https://git.rawtext.club/mryouse/">~mryouse</a><br/>
+</p>
+<p>
+[me@internet ~]$ mail -s "nice to meet you!" ben(at)benwinston(dot)us<br/>
+</p>
+</div>
+</body>
+</html>
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 @@
-<!DOCTYPE html>
-<html>
-<head>
- <link href='/css/styles.css' rel='stylesheet' type='text/css'>
- <title>blog - Ben Winston</title>
- <meta http-equiv="content-type" content="text/html;charset=utf8" />
-</head>
-<body>
-<div id="content">
-<h4><a href="/">cd ..</a></h4>
-<br/><br/>
-<h2>Projects</h2>
-<br/>
-<h3><a href="https://github.com/winsbe01/roku-cli">roku-cli</a></h3>
-<p>A CLI-driven <a href="https://www.roku.com">Roku</a> remote, with search!</p>
-<h3><a href="https://github.com/winsbe01/nq">nq</a></h3>
-<p>A scrappy music player for mp3s and Spotify</p>
-<h3><a href="https://git.rawtext.club/mryouse/sweepy">sweepy</a></h3>
-<p>It's minesweeper on the command line!</p>
-<h3><a href="https://git.rawtext.club/mryouse/ouija">ouija</a></h3>
-<p>A Python library for drawing CLI game boards using <a href="https://en.wikipedia.org/wiki/Curses_%28programming_library%29">curses</a></p>
-</div>
-</body>
-</html>
+<!DOCTYPE html>
+<html>
+<head>
+ <link href='/css/styles.css' rel='stylesheet' type='text/css'>
+ <title>blog - Ben Winston</title>
+ <meta http-equiv="content-type" content="text/html;charset=utf8" />
+</head>
+<body>
+<div id="content">
+<h4><a href="/">cd ..</a></h4>
+<br/><br/>
+<h2>Projects</h2>
+<br/>
+<h3><a href="https://github.com/winsbe01/roku-cli">roku-cli</a></h3>
+<p>A CLI-driven <a href="https://www.roku.com">Roku</a> remote, with search!</p>
+<h3><a href="https://github.com/winsbe01/nq">nq</a></h3>
+<p>A scrappy music player for mp3s and Spotify</p>
+<h3><a href="https://git.rawtext.club/mryouse/sweepy">sweepy</a></h3>
+<p>It's minesweeper on the command line!</p>
+<h3><a href="https://git.rawtext.club/mryouse/ouija">ouija</a></h3>
+<p>A Python library for drawing CLI game boards using <a href="https://en.wikipedia.org/wiki/Curses_%28programming_library%29">curses</a></p>
+</div>
+</body>
+</html>
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 @@
-<!DOCTYPE html>
-<html>
-<head>
- <link href='/css/styles.css' rel='stylesheet' type='text/css'>
- <title>Writing - Ben Winston</title>
- <meta http-equiv="content-type" content="text/html;charset=utf8" />
-</head>
-<body>
-<div id="content">
-<h4><a href="/">cd ..</a></h4>
-<br/><br/>
-<h2>Fiction</h2>
-<br/>
-<h3><a href="http://storyscapejournal.com/Issue18/between-by-ben-winston.html">Between</a></h3>
-<p>A surreal short story about anxiety, paranoia, and measurement.</p>
-<blockquote>
-<p>
-The office sits in the center of a hallway between two enclosed
-stairwells, which makes fire drills interesting.
-</p>
-</blockquote>
-<p>Published May 2017 on <a href="http://storyscapejournal.com/">Storyscape</a></p>
-<br/>
-<h3><a href="http://www.drunkmonkeys.us/fiction/2015/9/7/short-story-invincible-by-ben-winston">Invincible</a></h3>
-<p>A short story about the anxieties of childhood and the cost of friendship.</p>
-<blockquote>
- <p>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.</p>
-</blockquote>
-<p>Published September 2015 on <a href="http://www.drunkmonkeys.us/">Drunk Monkeys</a></p>
-</div>
-</body>
-</html>
+<!DOCTYPE html>
+<html>
+<head>
+ <link href='/css/styles.css' rel='stylesheet' type='text/css'>
+ <title>Writing - Ben Winston</title>
+ <meta http-equiv="content-type" content="text/html;charset=utf8" />
+</head>
+<body>
+<div id="content">
+<h4><a href="/">cd ..</a></h4>
+<br/><br/>
+<h2>Fiction</h2>
+<br/>
+<h3><a href="http://storyscapejournal.com/Issue18/between-by-ben-winston.html">Between</a></h3>
+<p>A surreal short story about anxiety, paranoia, and measurement.</p>
+<blockquote>
+<p>
+The office sits in the center of a hallway between two enclosed
+stairwells, which makes fire drills interesting.
+</p>
+</blockquote>
+<p>Published May 2017 on <a href="http://storyscapejournal.com/">Storyscape</a></p>
+<br/>
+<h3><a href="http://www.drunkmonkeys.us/fiction/2015/9/7/short-story-invincible-by-ben-winston">Invincible</a></h3>
+<p>A short story about the anxieties of childhood and the cost of friendship.</p>
+<blockquote>
+ <p>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.</p>
+</blockquote>
+<p>Published September 2015 on <a href="http://www.drunkmonkeys.us/">Drunk Monkeys</a></p>
+</div>
+</body>
+</html>