sites

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

commit 8a43fa17615bb0f315a3c3da5b5d5a289f02ad20
parent 29bf53bf4190af5775b806b91ad30f411b2e6394
Author: parazyd <parazyd@dyne.org>
Date:   Wed, 22 Jun 2016 15:41:06 +0200

redo some things

Diffstat:
Mfooter.php | 1-
Mheader.php | 2+-
Mindex.php | 3+--
Mnavigation.php | 3+--
Mprojects/index.php | 9++++-----
5 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/footer.php b/footer.php @@ -1,5 +1,4 @@ </div> - </div> <div id="footer"> diff --git a/header.php b/header.php @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta name="description" content="Who is parazyd, software developer, designer, crypto, bitcoin, linux administrator"> - <title><?php echo $title; ?> : parazyd.cf</title> + <title><?php echo $title; ?> :: parazyd.cf</title> <link rel="stylesheet" type="text/css" href="/static/style.css"> <link rel="shortcut icon" href="/static/favicon.ico" type="image/icon"> <link rel="icon" href="/static/favicon.ico" type="image/icon"> diff --git a/index.php b/index.php @@ -4,8 +4,7 @@ <p>This is another one of those hidden websites on the Internet. And sometimes, these pages hold some cool things.</p> -<p>Feel free to lurk around, there's plenty of stuff to come. Currently -it's being set up, so some links will give you a 404 or redirect you +<p>Feel free to lurk around, but some links will give you a 404 or redirect you back here.</p> <h2>What is this thing anyway?</h2> diff --git a/navigation.php b/navigation.php @@ -1,7 +1,7 @@ <div id="menu"> <span class="left"> <a class="thisSite" href="https://parazyd.cf">home</a> - <a href="https://moo.parazyd.cf">moo</a> + <a href="https://git.parazyd.cf">git</a> <a href="https://pub.parazyd.cf">pub</a> </span> </div> @@ -12,7 +12,6 @@ <ul> <li><a <?php if ($title=="home") echo "class=\"thisPage\""; ?> href="/">main</a></li> - <li><a href="https://git.parazyd.cf">code/</a></li> <li><a <?php if ($title=="blog") echo "class=\"thisPage\""; ?> href="/blog/">blog/</a></li> <li><a <?php if ($title=="random musings") diff --git a/projects/index.php b/projects/index.php @@ -7,9 +7,8 @@ <p>Devuan is the distro of choice for people that want current Debian without systemd. On top of that, I maintain builds for a plethora of ARM devices.</p> -<h2>Arch Linux, systemd free</h2> -<p><a href="http://systemd-free.org">http://systemd-free.org</a><br> -Our effort to kick systemd out of Arch Linux. Currently, we have OpenRC +<h2><a href="http://systemd-free.org">Arch Linux, systemd free</a></h2> +<p>Our effort to kick systemd out of Arch Linux. Currently, we have OpenRC working extremely stable with Arch, and also offering an installation ISO which gets your Arch running with OpenRC from the very beginning!</p> @@ -21,8 +20,8 @@ ISO which gets your Arch running with OpenRC from the very beginning!</p> Encrypted LAN file storage made easy. Using <a href="https://www.dyne.org/software/tomb">tomb</a>, encrypted containers are created and easily unlocked using one of your USB sticks.</p> -<h2>Moo</h2> +<!-- <h2>Moo</h2> <p><a href="https://moo.parazyd.cf">https://moo.parazyd.cf</a><br> -Yet another pomf clone!</p> +Yet another pomf clone!</p> --> <?php include "footer.php"; ?>