sethmorabito/content/index.html

58 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<title>Seth Morabito</title>
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body id="home">
<div id="container">
<section id="main">
<div id="sidebar">
<img id="splash" src="media/seth.jpg" alt="A black and white self portrait">
</div>
<div id="content">
<h1>Seth Morabito</h1>
<p>Hi, my name is Seth and I'm a software engineer and maker
living in the Pacific Northwest just outside of Seattle,
Washington.</p>
<p>I've been writing software for over twenty years. I got my
start building webpages at Cornell University, and since then
I've gone on to work at places like Silicon Graphics, Stanford
University, Akamai, and Cisco. I've been a full-time teleworker
since 2015.</p>
<p>I often contribute to open source projects and I've written
and maintain a number of projects of my own. I specialize in
systems programming and writing emulators for extinct
computers.</p>
<p>In my spare time, I dabble in studying foreign languages,
using and restoring manual typewriters, and doing calligraphy. I
studied hand bookbinding at the
<a href="https://www.nbss.edu/">the North Bennet Street School</a>
in Boston and have a small home bindery.</p>
<ul id="contacts">
<li><a href="resume.html">My Resume</a></li>
<li><a href="https://loomcom.com/">My portfolio and weblog, <span class="bl">Loom
Communications</span></a></li>
<li><a href="https://www.linkedin.com/in/sethmorabito">My
LinkedIn profile</a></li>
<li><a href="https://github.com/sethm/">My Github profile</a></li>
<li><a href="https://git.loomcom.com/seth/">My personal Git repositories</a></li>
</ul>
<div id="footer">
&copy; Seth Morabito, 2024.
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC
BY-SA 4.0</a> license.
</div>
</div>
</section>
</div>
</body>
</html>