commit
5e2fb882b6
103
index.html
103
index.html
|
@ -1,61 +1,60 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
|
||||
<title>Paul Walko</title>
|
||||
<link rel="stylesheet" type="text/css" href="v1.css" />
|
||||
<meta charset="utf-8">
|
||||
<title>Paul Walko</title>
|
||||
<link rel="stylesheet" type="text/css" href="v1.css" />
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<body>
|
||||
<div class="top">
|
||||
<h2 class="title">Paul Walko</h2>
|
||||
<p class="subtitle">
|
||||
<a href="email:pwalko@vt.edu">pwalko@vt.edu</a>
|
||||
•
|
||||
<a href="https://paul.walko.org">https://paul.walko.org</a>
|
||||
•
|
||||
<a href="https://github.com/paulwalko">My Github</a>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3 class="heading"><a href="Walko_Paul-Resume.pdf">My Résumé</a></h3>
|
||||
<h3 class="heading">Education</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p>
|
||||
Virginia Tech, Blacksburg VA<br />
|
||||
Computer Science BS (Fall 2018)<br />
|
||||
Cyber Security minor
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="top">
|
||||
<h2 class="title">Paul Walko</h2>
|
||||
<p class="subtitle">
|
||||
<a href="email:pwalko@vt.edu">pwalko@vt.edu</a>
|
||||
•
|
||||
<a href="https://paul.walko.org">https://paul.walko.org</a>
|
||||
•
|
||||
<a href="https://github.com/paulwalko">My Github</a>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3 class="heading"><a href="Walko_Paul-Resume.pdf">My Résumé</a></h3>
|
||||
<h3 class="heading">Education</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p>
|
||||
Virginia Tech, Blacksburg VA<br />
|
||||
Computer Science BS (Fall 2018)<br />
|
||||
Cyber Security minor
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h3 class="heading">Summary</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<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 />
|
||||
<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 />
|
||||
<br />
|
||||
<a href="Walko_Paul-Resume.pdf">Here's my résumé</a> for more information.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="heading">Contact Me</h3>
|
||||
<ul>
|
||||
<li>
|
||||
irc: pew on irc.oftc.net or chat.freenode.net
|
||||
</li>
|
||||
<li>
|
||||
email: <a href="email:pwalko@vt.edu">pwalko@vt.edu</a>
|
||||
<ul>
|
||||
<li><a href="E577B121.asc">E577B121.asc</a></li>
|
||||
<li>PGP fingerprint:</li>
|
||||
<li>1807 F8D4 22B8 9582 ADEC 4A79 0B1A 6ED3 E577 B121</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="heading">Summary</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<p>
|
||||
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 />
|
||||
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 />
|
||||
<a href="Walko_Paul-Resume.pdf">Here's my résumé</a> for more information.
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
<h3 class="heading">Contact Me</h3>
|
||||
<ul>
|
||||
<li>
|
||||
irc: pew on irc.oftc.net or chat.freenode.net
|
||||
</li>
|
||||
<li>
|
||||
email: <a href="email:pwalko@vt.edu">pwalko@vt.edu</a>
|
||||
<ul>
|
||||
<li><a href="E577B121.asc">E577B121.asc</a></li>
|
||||
<li>PGP fingerprint:</li>
|
||||
<li>1807 F8D4 22B8 9582 ADEC 4A79 0B1A 6ED3 E577 B121</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue