update html

This commit is contained in:
2022-08-30 11:39:01 -06:00
parent 78d64b7561
commit 6d8c4872fa
4 changed files with 15 additions and 8 deletions

View File

@@ -30,8 +30,8 @@
<main> <main>
<h3>Welcome!</h3> <h3>Welcome!</h3>
<p> <p>
Hi, I'm Rawley. I'm a software developer from Saskatchewan, Canada. Hi, I'm Rawley. I'm a software developer and self-proclaimed systems administrator
I am experienced with a wide variety of technologies, including from Saskatchewan, Canada. I am experienced with a wide variety of technologies, including
but not limited to OCaml, Clojure, Scheme, GNU/Linux, OpenBSD, C/C++, but not limited to OCaml, Clojure, Scheme, GNU/Linux, OpenBSD, C/C++,
and Java. I am particularily interested in functional programming and and Java. I am particularily interested in functional programming and
programming language theory. programming language theory.
@@ -40,7 +40,8 @@
All of my personal projects are <a href="https://www.gnu.org/philosophy/philosophy.html">Free Software</a> and can be All of my personal projects are <a href="https://www.gnu.org/philosophy/philosophy.html">Free Software</a> and can be
found on <a href="https://git.rawley.xyz">my git server</a> or, on my <a href="https://github.com/rawleyfowler">github</a>. found on <a href="https://git.rawley.xyz">my git server</a> or, on my <a href="https://github.com/rawleyfowler">github</a>.
I spend most of my free time working on personal projects, I spend most of my free time working on personal projects,
writing blog posts, or listening to bluegrass music. writing blog posts, or listening to bluegrass music.
To top it all off, I am a free software advocate, digital minimalist, and a full time husband.
</p> </p>
<p> <p>
If you need to contact me, please send me an email. If you need to contact me, please send me an email.

View File

@@ -96,7 +96,7 @@
I find much more gratification and self purpose when I solve my own problems indepdent of pre-existing solutions. I find much more gratification and self purpose when I solve my own problems indepdent of pre-existing solutions.
The world would be a much better place if we focused more on what we need vs. what we want. This is especially powerful The world would be a much better place if we focused more on what we need vs. what we want. This is especially powerful
in software, but can also be applied to how your own happiness. Finally, taking ownership and responsibility of your in software, but can also be applied to how your own happiness. Finally, taking ownership and responsibility of your
work will make you better at the work, and also, a more pragmatice person overall. work will make you better at the work, and also, a more pragmatic person overall.
</p> </p>
</main> </main>
<footer> <footer>

View File

@@ -34,17 +34,20 @@
</header> </header>
<main> <main>
<h3>Web Ring</h3> <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> <p>
These are sites I like, sites that my friends host, or sites that I think are These are sites I like, sites that my friends host, or sites that I think are
useful in some way. useful in some way. Some of them are just banners for other things as well.
</p> </p>
<div> <div>
<a href="https://based.cooking"> <a href="https://based.cooking">
<img src="/static/basedcooking.gif" alt="based.cooking" /> <img src="/static/basedcooking.gif" alt="based.cooking" />
</a> </a>
<a href="/">
<img src="/static/rawley.xyz.png" alt="rawley.xyz" />
</a>
<a href="https://tomfasano.net"> <a href="https://tomfasano.net">
<img src="/static/tomfasano.gif" alt="tomfasano.net" /> <img src="/static/tomfasano.gif" alt="tomfasano.net" />
</a> </a>

View File

@@ -4,6 +4,9 @@ body {
color: black; color: black;
margin: auto; margin: auto;
padding: 2px; padding: 2px;
font-family: 'Helvetica Neue',
'Arial Nova',
sans-serif;
} }
nav { nav {