Files
site/html/web-ring.html
2023-01-25 01:10:36 +00:00

98 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Rawley.xyz, Rawley Fowler's web ring">
<title>rawley.xyz/web-ring</title>
<link href="/static/index.css" rel="stylesheet">
<style>
main a {
text-decoration: none;
}
</style>
</head>
<body>
<header>
<h1>
<a href="/">Rawley.xyz</a>
</h1>
<nav>
<li>
<a href="/blog">blog</a>
</li>
<li>
<a href="/resume">resume</a>
</li>
<li>
<a href="/philosophy">philosophy</a>
</li>
<li>
<a href="/web-ring">web ring</a>
</li>
<li>
<a href="/bookshelf">bookshelf</a>
</li>
</nav>
</header>
<main>
<h3>Web Ring</h3>
<p>
If you'd like to add me to your website, or web ring, here's my custom button :D
</p>
<a href="/">
<img src="/static/rawley.xyz.png" alt="rawley.xyz" />
</a>
<p>
These are sites I like, sites that my friends host, or sites that I think are
useful in some way. Some of them are just banners for other things as well.
</p>
<div>
<a href="https://based.cooking">
<img src="/static/basedcooking.gif" alt="based.cooking" />
</a>
<a href="https://tomfasano.net">
<img src="/static/tomfasano.gif" alt="tomfasano.net" />
</a>
<a href="https://www.getmonero.org">
<img src="/static/getmonero.gif" alt="monero" />
</a>
<a>
<img src="/static/banporn.gif" alt="ban porn" />
</a>
<a href="https://www.debian.org">
<img src="/static/debian.gif" alt="debian linux" />
</a>
<a href="https://dfitw.xyz">
<img src="/static/dfitw.xyz.png" alt="dfitw.xyz" />
</a>
<a href="https://www.gnu.org/software/emacs">
<img src="/static/emacs.png" alt="GNU Emacs" />
</a>
<a href="https://netizensring.link/">
<img src="/static/netizensring.gif" alt="Netizens Ring" />
</a>
<a>
<img src="/static/internet-privacy.gif" alt="Internet Privacy Now!" />
</a>
<a href="http://theoldnet.com/#frombadge">
<img src="/static/theoldnet.gif" alt="Old net" />
</a>
<a href="https://letsdecentralize.org/">
<img src="/static/lets-decentralize.png" alt="Lets Decentralize!" />
</a>
</div>
</main>
<footer>
<hr>
<p>
Copyright &copy; Rawley Fowler 2022
</p>
<p>
<b>Disclaimer</b>: All opinions on this site, are that of my own. They do not
reflect the opinions of any of my employers; past, present, or future.
</p>
</footer>
</body>
</html>