Formatting and sync script update

This commit is contained in:
Seth Morabito 2021-03-11 09:48:06 -08:00
parent fd0087665d
commit fa4d4d4735
2 changed files with 48 additions and 60 deletions

View File

@ -1,61 +1,51 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Seth J. Morabito</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body id="home">
<div id="container">
<section id="main">
<div id="sidebar">
<img id="splash" src="media/seth.png">
</div>
<div id="content">
<h1>Seth J. 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 in the mid 1990s, and since
then I've gone on to work at places like
Silicon Graphics, Stanford University, and
Akamai. 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 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="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://twitter.com/twylo/">My
Twitter feed</a></li>
</ul>
</div>
</section>
<section id="footer">
Seth Morabito, 2021
</section>
<head>
<meta charset="utf-8">
<title>Seth J. Morabito</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body id="home">
<div id="container">
<section id="main">
<div id="sidebar">
<img id="splash" src="media/seth.png">
</div>
</body>
<div id="content">
<h1>Seth J. 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 in the mid 1990s, and since then I've gone on to
work at places like Silicon Graphics, Stanford University, and Akamai. 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="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://twitter.com/twylo/">My Twitter feed</a></li>
</ul>
</div>
</section>
<section id="footer">
&copy; Seth Morabito, 2021. This work is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC
BY-SA 4.0</a> license.
</section>
</div>
</body>
</html>

View File

@ -1,8 +1,6 @@
#!/bin/sh
rsync -avz --delete --delete-after \
--exclude "/.git/" \
--exclude "/sync.sh" \
./ loomcom.com:/var/www/sethmorabito/
./content/ loomcom.com:/var/www/sethmorabito/