alexw.nyc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.alexwennerberg.com/alexw.nyc
Log | Files | Refs | README

commit d8b04abdcc69f3fa32f0801fc366021056b5c71f
parent 271bf96521a662bdaef8a569906aefe90b022e40
Author: alex wennerberg <alex@alexwennerberg.com>
Date:   Sat,  8 Apr 2023 18:20:52 -0400

Cleanup

Diffstat:
MREADME.md | 2++
MTODO | 3---
Asrc/404.html | 3+++
Msrc/about.html | 2+-
Asrc/img/me.jpg | 0
Msrc/style.css | 29+++++++----------------------
Msrc/tech/infra.html | 5+++++
Mtemplates/header.html | 4++++
8 files changed, 22 insertions(+), 26 deletions(-)

diff --git a/README.md b/README.md @@ -8,3 +8,5 @@ for your purposes. Mostly shell scripts ls | entry ./build.sh for autobuild + +Some of the css was taken from 100r.co diff --git a/TODO b/TODO @@ -1,3 +0,0 @@ -External Link CSS jbauer -favicon -svg version of my avi diff --git a/src/404.html b/src/404.html @@ -0,0 +1,3 @@ +<h1>404: Not Found</h1> + +You were led to a file on this server that could not be found. This may be because you were misled, or because of a broken link. This caused the server to return an HTTP status code of <a href="https://en.wikipedia.org/wiki/HTTP_404">404: Not Found</a>. We apologize for any inconvenience and hope you can find what you're looking for. diff --git a/src/about.html b/src/about.html @@ -11,7 +11,7 @@ creative, cooperative, non-commercial relationships and communities. </p> <li> <a href="https://twitch.tv/0000">twitch</a> </li> <li> <a href="https://www.youtube.com/@alexwennerberg">youtube</a> </li> </ul> -<img src="me.jpg" alt="" /> +<img src="/img/me.jpg" alt="" /> <p>I studied Physics and English at Truman State University in Kirksville, Missouri graduating in 2016, lived in Chicago for four years, then San Francisco for two. I currently live in Brooklyn, NYC. I published the poetry diff --git a/src/img/me.jpg b/src/img/me.jpg Binary files differ. diff --git a/src/style.css b/src/style.css @@ -15,6 +15,10 @@ footer { color: white; line-height: 30px; clear:both; padding:15px; border-top: nav { color: white; padding: 25px; float: left; } nav details summary { margin-bottom: 30px } main { color: white; padding: 25px; float:left; max-width:700px; } +nav .site-nav section { line-height: 22px; margin-bottom: 40px;} +nav .site-nav section h2 { margin: 20px 0 20px 0; } +nav .site-nav section ul { margin: 0px; padding: 0px; } + blockquote { font-style: italic; } @@ -24,28 +28,9 @@ a, a:visited { color: #00ffc3; } -h1, h2, h3, h4, h5, h6{ - margin-bottom:.2em; - font-family: monospace; -} - -p { - margin-bottom: .2em; - line-height: 1.5; - margin-top: 0px; -} - -pre { - line-height: 1.2; - font-size: 1rem; - overflow: auto; - word-wrap:normal; -} - -a:hover { - background-color: black; - color: white -} +h1, h2, h3, h4, h5, h6{ margin-bottom:.2em; font-family: monospace; } +p { margin-bottom: .2em; line-height: 1.5; } +a:hover { background-color: black; color: white } /* Mobile */ diff --git a/src/tech/infra.html b/src/tech/infra.html @@ -12,6 +12,10 @@ which resides in my home.</p> <p>(TODO insert picture here)</p> <p>For more information about setting up your own server, check out my <a href='server-guide.html'>home server guide</a></p> +The source code and version history for this website is <a href="https://git.alexwennerberg.com/alexw.nyc/">available</a> + +<p>The pixelated avatar is generated via <a href="https://git.alexwennerberg.com/misc/file/avatar.go.html">this script</a>, hashing the string "alex".</p> + <h2>counter cloud strategies</h2> <p>I was inspired by christina cochior's talk on <a href="https://www.youtube.com/watch?v=fx3XcKy7LJY&amp;t=1200s">counter cloud strategies</a> and the related work <a href="https://varia.zone/atnofs-publication.html">a traversal network of feminist servers</a></p> <p>The web today is becoming highly centralized, and most of us are completely @@ -20,3 +24,4 @@ not a community, it is a corporate-controlled ad-ridden monoculture. I believe in building spaces that are independent of this world, spaces of creativity, play, community and understanding. I view the current world of cloud infrastructure as antithetical to this.</p> + diff --git a/templates/header.html b/templates/header.html @@ -3,6 +3,10 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <link rel="stylesheet" type="text/css" href="/style.css"> + <link rel="icon" + type="image/png" + href="http://alexw.nyc/icon.png"> + <title>alexw.nyc</title> </head> <header> <table><tr><td><a href="/"><img src="/icon.png" width=60 /></a></td>