sites

parazyd.cf website
git clone git://parazyd.org/sites.git
Log | Files | Refs

commit fdaa5005ba0a6dd06f59350390c7851e5dfd0fe9
parent baa2ee635d3bb224d92eba58d67526868103509e
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 26 Jan 2019 02:36:26 +0100

Updates.

Diffstat:
Mcontact.html.md | 2+-
Mfooter.html | 2--
Mindex.gph | 1+
Mindex.html.md | 2+-
Mprojects.gph | 5+++++
Mprojects.html.md | 10+++++++++-
Mstatic/style.css | 4++--
7 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/contact.html.md b/contact.html.md @@ -3,7 +3,7 @@ contact You can contact me using any of the following: -* **email:** `echo 'cnenmlq@qlar.bet' | tr 'A-Za-z' 'N-ZA-Mn-za-m'` +* **email:** echo 'cnenmlq@qlar.bet' | tr 'A-Za-z' 'N-ZA-Mn-za-m' * **irc:** *parazyd* on various irc networks * **twitter:** [@parazyd](https://twitter.com/parazyd) * **github:** [github/parazyd](https://github.com/parazyd) diff --git a/footer.html b/footer.html @@ -4,14 +4,12 @@ <div id="footer"> <hr> - <span class="right"> <a href="/pub/dev/god/"> <img src="static/terry0.gif" width="150"> <img src="static/terry1.gif" width="150"> <img src="static/terry2.gif" width="150"> <img src="static/terry3.gif" width="150"> </a> - </span> </div> </noscript> </body> diff --git a/index.gph b/index.gph @@ -27,6 +27,7 @@ HTTP and HTTPS protocols if that's your thing. [1|God says...|/gw.dcgi|server|port] [1|.g|/dotg|server|port] [7|Search Urban Dictionary|/urban.dcgi|server|port] +[7|Search for torrents|/index.dcgi|bay.parazy.de|666] [MORE GOPHER]____________________________________________________ [1|The Gopher Lawn|/lawn|bitreich.org|port] diff --git a/index.html.md b/index.html.md @@ -1,7 +1,7 @@ welcome ======= -Hi there! I'm Ivan. A [Bitcoin](https://bitcoin.org) enthusiast, +Hi there! I'm parazyd. A [Bitcoin](https://bitcoin.org) enthusiast, programmer, musician, and [hacker](https://en.wikipedia.org/wiki/Hacker_culture). Basically you might call me a multitasker. diff --git a/projects.gph b/projects.gph @@ -1,6 +1,11 @@ Some projects I work on and/or are worth mentioning. +[h|Diaspora Diaries|URL:https://diasporadiaries.eu|server|port] +---------------- +Diaspora Diaries is a platform where everyone with experience of +living abroad can write down their story. + [1|Tor DAM|/git/tor-dam/log.gph|server|port] ------- Tor Distributed Announce Mechanism is the protocol and tooling diff --git a/projects.html.md b/projects.html.md @@ -3,6 +3,13 @@ projects Some projects I work on and/or are worth mentioning. +[Diaspora Diaries](https://diasporadiaries.eu) +---------------------------------------------- + +Diaspora Diaries is a platform where everyone with experience of living +abroad can write down their story. + + [Tor DAM](/git/tor-dam/) ------------------------------------------ @@ -10,7 +17,8 @@ Tor Distributed Announce Mechanism is the protocol and tooling implementing discovery and announcement of nodes running the software in the Tor network. -[Maemo Leste](https://github.com/maemo-leste) + +[Maemo Leste](https://leste.maemo.org) --------------------------------------------- Fremantle Porting Task Force. The effort to reverse-engineer and provide diff --git a/static/style.css b/static/style.css @@ -8,7 +8,7 @@ body { color: #eee; margin: 0 15% 0 15%; font-size: 12pt; - font-family: sans-serif, monospace; + font-family: monospace; } pre code { @@ -36,7 +36,7 @@ code { } #footer { - text-align: right; + text-align: center; font-size: 7pt; }