reworkify
This commit is contained in:
61
index.html
61
index.html
@@ -4,71 +4,49 @@
|
||||
<title>rawley.xyz</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="description" value="Rawley Fowler's personal website, about Perl, Emacs and Software in General.">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
</head>
|
||||
<body style="margin: 0; padding: 0; background-color: rgb(254, 249, 232)">
|
||||
<div style="margin: 48px; width: 530px;">
|
||||
<pre>
|
||||
<code>
|
||||
, ,
|
||||
/( )`
|
||||
\ \___ / |
|
||||
/- _ `-/ '
|
||||
(/\/ \ \ /\
|
||||
/ / | ` \
|
||||
O O ) / |
|
||||
`-^--'`< '
|
||||
(_.) _ ) /
|
||||
`.___/` /
|
||||
`-----' /
|
||||
<----. __ / __ \
|
||||
<----|====O)))==) \) /====
|
||||
<----' `--' `.__,' \
|
||||
| |
|
||||
\ /
|
||||
______( (_ / \______
|
||||
,' ,-----' | \
|
||||
`--{__________) \/
|
||||
</code>
|
||||
</pre>
|
||||
<body>
|
||||
<div>
|
||||
<p>
|
||||
Hi, I'm Rawley a Christian, Husband, Dad, Emacs evangelist and BSD user.
|
||||
Hi, I'm Rawley. I'm a full-time Husband, Dad, Emacs evangelist and Perl aficionado.
|
||||
</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.
|
||||
I have extensive knowledge of Perl, Java, the JVM, and Functional Programming. I'm always working on something, whether it be my
|
||||
I have extensive knowledge of Perl, Java, JVM, and Functional Programming. I'm always working on something, whether it be my
|
||||
100 year old house, or some 100 year old code. I'm always looking for fun things to work on.
|
||||
</p>
|
||||
<h2>Sitemap</h2>
|
||||
<h2>Blog Posts</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/niche-software.html">Using a niche programming language</a>
|
||||
<a href="/posts/niche-software.html">Using a niche programming language</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/dancer2-controllers.html">Dancer2::Controllers and Perl Attributes</a>
|
||||
<a href="/posts/dancer2-controllers.html">Dancer2::Controllers and Perl Attributes</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/perl-oo-action-benchmark.html">Perl OO benchmarks</a>
|
||||
<a href="/posts/perl-oo-action-benchmark.html">Perl OO benchmarks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/maybe-escaping-evil.html">Exploring <code>evil-mode</code> alternatives</a>
|
||||
<a href="/posts/maybe-escaping-evil.html">Exploring <code>evil-mode</code> alternatives</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/in-defense-of-global-variables.html">How to Properly use Global Variables</a>
|
||||
<a href="/posts/in-defense-of-global-variables.html">How to Properly use Global Variables</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/2024.html">2024</a>
|
||||
<a href="/posts/2024.html">2024</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/jpa-hibernate-stupid-performance.html">Making JPA Repository stupid fast with Entity Graph</a>
|
||||
<a href="/posts/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>
|
||||
<a href="/posts/docker-mod-perl.html">Running Mojolicious with <code>mod_perl</code> in Docker</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/emacs.html">Emacs</a>
|
||||
<a href="/posts/emacs.html">Emacs</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/become-an-engineer.html">The real software path</a>
|
||||
<a href="/posts/become-an-engineer.html">The real software path</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Projects</h2>
|
||||
@@ -89,16 +67,17 @@
|
||||
<a href="https://github.com/rawleyfowler/distribution-builder-cmake">Distribution::Builder::Cmake</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h2></h2>
|
||||
<div>
|
||||
<a href="http://www.gnu.org/software/emacs">
|
||||
<img src="gnu_emacs.png"/>
|
||||
<img src="/assets/gnu_emacs.png"/>
|
||||
</a>
|
||||
<a href="https://openbsd.org">
|
||||
<img src="openbsd.gif" style="width: 120px; height 80px" />
|
||||
<img src="/assets/openbsd.gif" style="width: 120px; height 80px" />
|
||||
</a>
|
||||
</div>
|
||||
<h2>Disclaimer</h2>
|
||||
<p>All opinions are my own, they do not reflect the thoughts expressed by my employer(s) past, present, or future.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user