diff options
| author | Ben Winston | 2021-12-22 16:45:55 -0500 |
|---|---|---|
| committer | Ben Winston | 2021-12-22 16:45:55 -0500 |
| commit | ebf56e4427ca27916bc16f3e0cbe92e040d51412 (patch) | |
| tree | 9d0a354ad55cca6f68c1b6706da941db0f7365c3 | |
| parent | b63027620b84c7a85f20798fbe0af4fdbef49de3 (diff) | |
remove blog, add projects
| -rw-r--r-- | blog/index.html | 17 | ||||
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | projects/index.html | 24 |
3 files changed, 25 insertions, 18 deletions
diff --git a/blog/index.html b/blog/index.html deleted file mode 100644 index 1029a15..0000000 --- a/blog/index.html +++ /dev/null @@ -1,17 +0,0 @@ -<!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>~/blog</h2>
-<br/>
-<p>coming soon</p>
-</div>
-</body>
-</html>
@@ -13,7 +13,7 @@ Ben Winston </p>
<p>
[me@internet ~]$ ls<br/>
-<a href="/blog">blog</a> <a href="/reading">reading</a> <a href="/writing">writing</a>
+<a href="/projects">projects</a> <a href="/reading">reading</a> <a href="/writing">writing</a>
</p>
<p>
[me@internet ~]$ grep -i `whoami` -r /var/www/<br/>
diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 0000000..f10fdde --- /dev/null +++ b/projects/index.html @@ -0,0 +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>
|
