Merge pull request #1 from paulwalko/long-overdue-update

update + formatting
master
Paul Walko 2020-10-21 17:55:29 -04:00 committed by GitHub
commit 5e2fb882b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 51 additions and 52 deletions

View File

@ -1,61 +1,60 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en-US"> <html lang="en-US">
<head> <head>
<title>Paul Walko</title>
<title>Paul Walko</title> <link rel="stylesheet" type="text/css" href="v1.css" />
<link rel="stylesheet" type="text/css" href="v1.css" /> <meta charset="utf-8">
<meta charset="utf-8">
</head> </head>
<body> <body>
<div class="top"> <div class="top">
<h2 class="title">Paul Walko</h2> <h2 class="title">Paul Walko</h2>
<p class="subtitle"> <p class="subtitle">
<a href="email:pwalko@vt.edu">pwalko@vt.edu</a> <a href="email:pwalko@vt.edu">pwalko@vt.edu</a>
&bull; &bull;
<a href="https://paul.walko.org">https://paul.walko.org</a> <a href="https://paul.walko.org">https://paul.walko.org</a>
&bull; &bull;
<a href="https://github.com/paulwalko">My Github</a> <a href="https://github.com/paulwalko">My Github</a>
</div> </div>
<div class="content"> <div class="content">
<h3 class="heading"><a href="Walko_Paul-Resume.pdf">My R&eacute;sum&eacute;</a></h3> <h3 class="heading"><a href="Walko_Paul-Resume.pdf">My R&eacute;sum&eacute;</a></h3>
<h3 class="heading">Education</h3> <h3 class="heading">Education</h3>
<ul> <ul>
<li> <li>
<p> <p>
Virginia Tech, Blacksburg VA<br /> Virginia Tech, Blacksburg VA<br />
Computer Science BS (Fall 2018)<br /> Computer Science BS (Fall 2018)<br />
Cyber Security minor Cyber Security minor
</p> </p>
</li> </li>
</ul> </ul>
<h3 class="heading">Summary</h3> <h3 class="heading">Summary</h3>
<ul> <ul>
<li> <li>
<p> <p>
I am very experienced with Linux as the sysadmin of our Linux/Unix Users Group (VTLUUG) and have strong interests in geospatial technologies, as well as designing systems to be maintainable and scalable. <br /> I am very experienced with Linux/DevOps/AWS as the former sysadmin of our Linux/Unix Users Group (VTLUUG) and have strong interests in geospatial technologies, as well as designing systems to be maintainable and scalable. <br />
<br /> <br />
Recently I've been contributing a lot to our <a href="https://github.com/vtluug">VTLUUG repos</a>, where we keep all files related to the infrastructure.<br /> I frequently experiment with containers, data hoarding, and other random things with my personal <a href="https://github.com/paulwalko/scripts">homelab</a>. <br />
<br /> <br />
<a href="Walko_Paul-Resume.pdf">Here's my r&eacute;sum&eacute;</a> for more information. <a href="Walko_Paul-Resume.pdf">Here's my r&eacute;sum&eacute;</a> for more information.
</p> </p>
</li> </li>
</ul> </ul>
<h3 class="heading">Contact Me</h3> <h3 class="heading">Contact Me</h3>
<ul> <ul>
<li> <li>
irc: pew on irc.oftc.net or chat.freenode.net irc: pew on irc.oftc.net or chat.freenode.net
</li> </li>
<li> <li>
email: <a href="email:pwalko@vt.edu">pwalko@vt.edu</a> email: <a href="email:pwalko@vt.edu">pwalko@vt.edu</a>
<ul> <ul>
<li><a href="E577B121.asc">E577B121.asc</a></li> <li><a href="E577B121.asc">E577B121.asc</a></li>
<li>PGP fingerprint:</li> <li>PGP fingerprint:</li>
<li>1807 F8D4 22B8 9582 ADEC 4A79 0B1A 6ED3 E577 B121</li> <li>1807 F8D4 22B8 9582 ADEC 4A79 0B1A 6ED3 E577 B121</li>
</ul> </ul>
</li> </li>
</ul> </ul>
</div> </div>
</body> </body>
</html> </html>