65 lines
2.4 KiB
HTML
65 lines
2.4 KiB
HTML
|
<!DOCTYPE html>
|
||
|
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>nats.solutions</title>
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<link rel="stylesheet" type="text/css" href="/assets/css/styles.css">
|
||
|
|
||
|
<!-- Search engine considerations -->
|
||
|
<meta name="googlebot" content="noindex">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="main-container">
|
||
|
<main>
|
||
|
|
||
|
<img
|
||
|
src="/assets/img/day.png"
|
||
|
class="hero-img"
|
||
|
alt="An illustration of a smiling figure (me) sitting beside a pond with a duck, under a tree with no leaves"/>
|
||
|
<h1>Hi, my name is Nat</h1>
|
||
|
<p>
|
||
|
I'm a computer and environmental scientist
|
||
|
</p>
|
||
|
<p>
|
||
|
I <a href="https://git.nats.solutions/nat">build software</a> and computer systems. Interested in working with me? I'd be happy to provide a resume on request. I also do web development and system administration pro bono for certain causes. If you need help with your next computer thing, send me an email at natscott [at] nats [dot] solutions!
|
||
|
</p>
|
||
|
<h2>Principles</h2>
|
||
|
<ul>
|
||
|
<li>Building complex systems means having the humility to learn from nature</li>
|
||
|
<li>Choosing the path of least resistance is always a weakness to be negotiated with</li>
|
||
|
<li>Computers should be designed by and made for all people</li>
|
||
|
<li>Good complexity is the emergent property of simple systems</li>
|
||
|
</ul>
|
||
|
</main>
|
||
|
|
||
|
<footer>
|
||
|
<p class="dinkus" aria-hidden="true">* * *</p>
|
||
|
|
||
|
<p>
|
||
|
Hand-crafted on the land of the sovereign
|
||
|
<a href="https://www.syilx.org/">Syilx Okanagan Nation</a>.
|
||
|
</p>
|
||
|
|
||
|
<p class="license">
|
||
|
Unless otherwise noted, content is shared under the
|
||
|
<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/"
|
||
|
rel="license">
|
||
|
CC-BY-NC-SA 4.0
|
||
|
</a>.<br>
|
||
|
|
||
|
All code is shared under the
|
||
|
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html"
|
||
|
rel="license">
|
||
|
AGPL
|
||
|
</a> (<a href="https://git.nats.solutions/nat/nats.solutions">source</a>).
|
||
|
|
||
|
<img src="/assets/img/crt.png" alt="Isometric illustration of me sitting at a desk working on a desktop computer with a CRT monitor">
|
||
|
</p>
|
||
|
</footer>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|