59 lines
2.4 KiB
HTML
59 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>rawley.xyz</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="description" value="Rawley Fowler's personal website, about Perl, Emacs and Software in General.">
|
|
</head>
|
|
<body style="margin: 0; padding: 0; background-color: rgb(254, 249, 232)">
|
|
<div style="margin: 48px; width: 530px;">
|
|
<a href="https://openbsd.org"><img style="width: 300px; height: 240px;" src="puffy.png"/></a>
|
|
<p>
|
|
Christian, Husband, Dad, Functional programmer, Emacs fan and BSD user.
|
|
</p>
|
|
<p>
|
|
I am the creator of many <a href="https://www.gnu.org/philosophy/free-sw.en.html">free-software</a> libraries and tools.
|
|
As well as an ambassador for reading and knowledge transfer. I'm currently working on building a
|
|
platform to make reading fun and accessible for everyone. I try my best to bring out the best in everyone,
|
|
by pushing the envelope of what is perceived to be possible.
|
|
</p>
|
|
<h2>Sitemap</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="/2024.html">2024</a>
|
|
</li>
|
|
<li>
|
|
<a href="/jpa-hibernate-stupid-performance.html">Making JPA Repository stupid fast with Entity Graph</a>
|
|
</li>
|
|
<li>
|
|
<a href="/docker-mod-perl.html">Running Mojolicious with <code>mod_perl</code> in Docker</a>
|
|
</li>
|
|
<li>
|
|
<a href="/emacs.html">Emacs</a>
|
|
</li>
|
|
<li>
|
|
<a href="/become-an-engineer.html">The real software path</a>
|
|
</li>
|
|
|
|
</ul>
|
|
<h2>Links & Info</h2>
|
|
<ul>
|
|
<li>
|
|
<a href="https://github.com/rawleyfowler">Github</a>
|
|
</li>
|
|
<li>
|
|
<b>Email</b>: <a>rawleyfowler at proton dot me</a>
|
|
</li>
|
|
</ul>
|
|
<div>
|
|
<a href="http://www.gnu.org/software/emacs">
|
|
<img src="gnu_emacs.png"/>
|
|
</a>
|
|
<a href="https://openbsd.org">
|
|
<img src="openbsd.gif" style="width: 120px; height 80px" />
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|