fix content/update css

This commit is contained in:
boldcaml
2023-01-12 20:26:45 -06:00
parent 84527bd0a3
commit 6c5dabec65
7 changed files with 60 additions and 56 deletions

View File

@@ -14,7 +14,7 @@
h5 {
font-size: 1em;
}
i:before, i:after {
content: "`";
}
@@ -23,7 +23,7 @@
<body>
<header>
<h1>
<a href="/">/home/rawley.xyz</a>
<a href="/">Rawley.xyz</a>
</h1>
<nav>
<li>
@@ -81,10 +81,10 @@
<h4>The Core 2 Duo Standard</h4>
<p>
Software before the 2010's had to take into account the machines that they were running on, in turn
causing software to be developed in a more intimate way, focusing optimizations rather than features.
Machines were fair, but not powerful. Think, Intel Core 2 Duo, 2-4gb of DDR2. This hardware is actually very good,
and in my opinion as much as an average person needs (even today).
If you write software, and it can't run on a Intel Core 2 Duo, you need to seriously
causing software to be developed in a more intimate way, focusing optimizations rather than features.
Machines were fair, but not powerful. Think, Intel Core 2 Duo, 2-4gb of DDR2. This hardware is actually very good,
and in my opinion as much as an average person needs (even today).
If you write software, and it can't run on a Intel Core 2 Duo, you need to seriously
re-think what you're doing, and how you're doing it. This for obvious reasons does not take into account GPU bound tasks.
</p>
<p>

View File

@@ -14,7 +14,7 @@
h5 {
font-size: 1em;
}
i:before, i:after {
content: "`";
}
@@ -23,7 +23,7 @@
<body>
<header>
<h1>
<a href="/">/home/rawley.xyz</a>
<a href="/">Rawley.xyz</a>
</h1>
<nav>
<li>
@@ -43,55 +43,45 @@
<main>
<h3>Rawley Fowler ~ Software Developer</h3>
<p>
I am an experienced and pragmatic software developer from
Canada with a particular interest in functional programming,
operating systems and programming language theory.
Software Engineer from Central Canada. This is a cut down version of my resume. Please contact me:
<a href="mailto:rawleyfowler@proton.me">rawleyfowler@proton.me</a> for the real deal.
</p>
<h4>Skills</h4>
<h5>Operating Systems</h5>
<p>
<i>Debian Linux</i>
<i>Fedora Linux</i>
<i>GNU/Linux</i>
<i>OpenBSD</i>
<i>Void Linux</i>
<i>FreeBSD</i>
<i>FreeBSD</i>
</p>
<h5>Programming Languages</h5>
<p>
<i>OCaml</i>
<i>Scheme</i>
<i>Raku</i>
<i>Clojure</i>
<i>Go</i>
<i>Bash</i>
<i>ELisp</i>
<i>C/C++</i>
<i>Perl</i>
<i>Ruby</i>
<i>JavaScript</i>
<i>TypeScript</i>
<i>Java</i>
</p>
<h5>Misc</h5>
<h5>Tools/Misc</h5>
<p>
<i>Git</i>
<i>CMake</i>
<i>Dune</i>
<i>Esy</i>
<i>OracleSQL</i>
<i>Docker</i>
<i>Docker-Compose</i>
<i>NGiNX</i>
<i>CPAN</i>
<i>PostgreSQL</i>
<i>SQLite3</i>
<i>MySQL</i>
</p>
<h4>Experience</h4>
<b>DevPro Consulting</b>: Fullstack Developer Consultant (2022 - Present)
<b>DevPro Consulting</b>: Fullstack Developer Consultant <b>June 2022</b> - <b>Present</b>
<p>
Full stack microservice web development with Java,
Spring Boot, Web Sockets, Angular and SCSS.
</p>
<h4>Projects & Contributions</h4>
<b><a href="https://github.com/rawleyfowler/Humming-Bird">Humming-Bird</a></b>
<p>
A simple, fun-to-write web-framework for Raku.
</p>
<b><a href="https://github.com/rawleyfowler/mamml">Mamml</a></b>
A caching database with first-class JSON support
<p>
@@ -112,12 +102,15 @@
is designed to be fairly simple (and used to be written in Go). Right now,
it's hosted on a Debian 11 server and served via NGiNX and OCaml.
</p>
<b><a href="https://github.com/rgrinberg/curly">curly</a></b>
A dead-simple http client for OCaml.
<p>
Fixed a bug that caused redirects to break the program.
</p>
<b><a href="https://github.com/noqqe/why-openbsd.rocks">why-openbsd.rocks</a></b>
A website for getting random facts about OpenBSD.
<p>
Reworked/updated the JavaScript used on <a href="https://why-openbsd.rocks">why-openbsd.rocks</a>.
Previously the code was using XMLHttpRequests directly,
I refactored it to use the newer, more standard fetch API.
Reworked/modernized the JavaScript used on <a href="https://why-openbsd.rocks">why-openbsd.rocks</a>.
</p>
</main>
<footer>

View File

@@ -15,7 +15,7 @@
<body>
<header>
<h1>
<a href="/">/home/rawley.xyz</a>
<a href="/">Rawley.xyz</a>
</h1>
<nav>
<li>