tMore fixes. - sites - parazyd.cf website [h|git clone git://parazyd.org/sites.git|URL:git://parazyd.org/sites.git|server|port] [1|Log|/git/sites/log.gph|server|port] [1|Files|/git/sites/files.gph|server|port] [1|Refs|/git/sites/refs.gph|server|port] --- [1|commit 873b63de15a1c76137909b0f6aa8110351cc7b67|/git/sites/commit/873b63de15a1c76137909b0f6aa8110351cc7b67.gph|server|port] [1|parent 2b70635f4399333c38d25679a924414dd7baa0ea|/git/sites/commit/2b70635f4399333c38d25679a924414dd7baa0ea.gph|server|port] [h|Author: parazyd |URL:mailto:parazyd@dyne.org|server|port] Date: Mon, 5 Feb 2018 18:17:28 +0100 More fixes. Diffstat: M index.gph | 2 ++ M nav.html | 22 ++++++++++++---------- M projects.html.md | 6 +++--- M static/style.css | 11 +++-------- 4 files changed, 20 insertions(+), 21 deletions(-) --- [1|diff --git a/index.gph b/index.gph|/git/sites/file/index.gph.gph|server|port] t@@ -5,10 +5,12 @@ [0|Projects|/projects.html.md|server|port] [0|Contact|/contact.html.md|server|port] [0|GnuPG pubkey|/fa1b0274.txt|server|port] +[1|This gopherhole via Tor|/|szpvqtyw3vbgzb3s.onion|port] -- Lurk more -- [1|Code repositories|/git|server|port] +[1|Public files|/pub|server|port] [1|Random knowledgebase|/doc|server|port] -- More gopher -- [1|diff --git a/nav.html b/nav.html|/git/sites/file/nav.html.gph|server|port] t@@ -1,13 +1,15 @@ - + + + + + + + + + + + +
[1|diff --git a/projects.html.md b/projects.html.md|/git/sites/file/projects.html.md.gph|server|port] t@@ -3,7 +3,7 @@ projects Some projects I work on and/or are worth mentioning. -[Tor DAM](https://git.parazyd.cf/tor-dam/) +[Tor DAM](https://parazyd.cf/git/tor-dam/) ------------------------------------------ Tor Distributed Announce Mechanism is the protocol and tooling t@@ -33,7 +33,7 @@ Devuan's Simple Distro Kit. Based around a shell script library called libdevuansdk, wrappers are easy to code and create distro derivatives. -[amprolla](http://git.parazyd.cf/amprolla/) +[amprolla](http://parazyd.cf/git/amprolla/) ------------------------------------------- Devuan's apt repo merger. A tool used to stack deb-based repositories on t@@ -55,7 +55,7 @@ of that, I maintain a build framework for a [plethora of ARM devices](https://git.devuan.org/sdk/arm-sdk). -[blck](http://git.parazyd.cf/blck/) +[blck](http://parazyd.cf/git/blck/) ----------------------------------------- use{ful,less} microservice to shorten links in an ephemeral way. First [1|diff --git a/static/style.css b/static/style.css|/git/sites/file/static/style.css.gph|server|port] t@@ -34,19 +34,14 @@ code { font-size: 7pt; } -#menu ul { - list-style-type: none; +#menu td { margin: 0; padding: 0; overflow: hidden; background-color: #393f4c; } -#menu li { - float: left; -} - -#menu li a { +#menu td a { display: block; color: #eee; text-align: center; t@@ -54,7 +49,7 @@ code { text-decoration: none; } -#menu li a:hover { +#menu td a:hover { background-color: #222; }