fix content/update css
This commit is contained in:
@@ -1,19 +1,26 @@
|
||||
let render () =
|
||||
<h3>Welcome!</h3>
|
||||
<h3>Hello!</h3>
|
||||
<p>
|
||||
Hi, I'm Rawley. I'm a software developer and self-proclaimed systems administrator
|
||||
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++,
|
||||
and Java. I am particularily interested in functional programming and
|
||||
programming language theory.
|
||||
My name is Rawley, I'm a Software Developer from central Canada, with 3 years of development experience.
|
||||
I write a lot of code everyday. For my job I write Java and TypeScript, and for my personal projects
|
||||
I write Raku, Perl and OCaml. Raku is my favorite programming language, OCaml is a close second. Most of my personal
|
||||
work is focused on functional programming, distributed systems, and programming language theory. However,
|
||||
I'm not opposed to working in projects that reside in other fields (especially using OCaml or Raku!) If you
|
||||
have a project that you need help with, don't be scared to reach out!
|
||||
</p>
|
||||
<p>
|
||||
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>.
|
||||
I spend most of my free time working on personal projects,
|
||||
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.
|
||||
I like to use tools that empower the developer, and provide that old-school 90's hacker feeling. Raku, OCaml
|
||||
and Perl provide the best developer experience for me, and I would recommend them to anyone looking to
|
||||
broaden (or even start) their knowledge of Computer Science. Teaching has always been one of my interests,
|
||||
I try my best to help newcomers find their footing in Computer Science whenever I can. Some of my best Computer Science related
|
||||
memories involve teaching functional programming and algebraic effects to OOP developers.
|
||||
</p>
|
||||
<p>
|
||||
If you need to contact me, please send me an email.
|
||||
</p>
|
||||
All of my personal projects are <a href="https://www.gnu.org/philosophy/philosophy.html">Free Software</a> and can be found on
|
||||
my <a href="https://github.com/rawleyfowler">Github</a>. I encourage anyone and everyone to contribute!
|
||||
</p>
|
||||
<p>
|
||||
If you need to contact me, please send me an email at
|
||||
<a href="mailto:rawleyfowler@proton.me">rawleyfowler@proton.me</a>.
|
||||
Any work/opportunity emails should have an obvious subject like: "Opportunity: I have a cool project called cat-pants come work for me".
|
||||
</p>
|
||||
|
||||
@@ -10,7 +10,7 @@ let render body =
|
||||
<body>
|
||||
<header>
|
||||
<h1>
|
||||
<a href="/">/home/rawley.xyz</a>
|
||||
<a href="/">Rawley.xyz</a>
|
||||
</h1>
|
||||
<nav>
|
||||
<li>
|
||||
@@ -36,9 +36,9 @@ let render body =
|
||||
Copyright © 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
|
||||
<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>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user