Updates from flippy-linux on Fri Jul 22 05:32:05 PM EDT 2022

This commit is contained in:
Stef Dunlap 2022-07-22 17:32:05 -04:00
parent 46ea91209c
commit 72e9486e09
4 changed files with 208 additions and 22 deletions

View File

@ -1,10 +1,10 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
<title>Stef Dunlap</title>
<style>
@ -62,7 +62,7 @@ table {
}
/* END RESET CSS */
body {
background-image: linear-gradient(to right, var(--sidebar-bg) 50%, #fff 50%);
background-image: linear-gradient(to right, var(--sidebar-bg) 50%, #eee 50%);
font-family: Arial, Helvetica, sans-serif;
line-height: 1.3;
}
@ -112,6 +112,9 @@ h2 {
h3 {
font-size: 1.2em;
}
img.headshot {
max-width: 100%;
}
.institution {
font-weight: bold;
}
@ -131,6 +134,9 @@ h3 {
border-radius: 5px;
margin-top: 5px;
}
#chronology .keywords li {
border-color: var(--sidebar-bg);
}
#languages .language {
font-weight: bold;
}
@ -140,15 +146,22 @@ h3 {
#work .position {
font-weight: bold;
}
ul.highlights {
list-style: disc;
}
ul.highlights li {
margin-left: 1.5em;
}
</style>
<script src="https://kit.fontawesome.com/0e272f671c.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="resume">
<div id="sidebar">
<h1>Stef Dunlap</h1>
<img class="headshot" src="https://motevets.gitlab.io/resume/photo.jpg" alt="photo of Stef Dunlap"/>
<h2>Programmer</h2>
<section id="basics">
<div class="contact">
@ -184,6 +197,30 @@ h3 {
<a href="https://tiny.tilde.website/web/@kindrobot">kindrobot@tiny.tilde.website</a>
</div>
</li>
<li>
<div class="network">
<i class="fa-brands fa-stack-overflow"></i> Stack Overflow
</div>
<div>
<a href="https://stackoverflow.com/users/852639/kindrobot">kindrobot</a>
</div>
</li>
<li>
<div class="network">
<i class="fa-brands fa-wikipedia-w"></i> Wikipedia
</div>
<div>
<a href="https://en.wikipedia.org/wiki/User:Motevets">Motevets</a>
</div>
</li>
<li>
<div class="network">
<i class="fa-brands fa-linkedin"></i> LinkedIn
</div>
<div>
<a href="https://www.linkedin.com/in/theyellowdart/">theyellowdart</a>
</div>
</li>
</ul>
</section>
</section>
@ -207,6 +244,9 @@ h3 {
<div class="area">
Computer &amp; Information Science
</div>
<div class="gpa">
GPA: 3.9
</div>
</div>
</section>
<section id="skills">
@ -349,8 +389,9 @@ h3 {
<h2><i class="fa-solid fa-paragraph"></i> Summary</h2>
<div class="item">
<p>Stef is a freshly minted Canadian permanent resident with a love of
teaching, smiling, and programming. She enjoys intentional community,
software as art, and making things with her hands (and 3D printer.)
teaching, smiling, and programming. She&#x27;s available for sponsor free work in
Canada and the US. Stef enjoys intentional community, software as art, and
making things with her hands (and 3D printer.)
</p>
</div>
</section>
@ -589,7 +630,7 @@ h3 {
</div>
</section>
<section id="volunteer">
<h2>Volunteer</h2>
<h2><i class="fa-solid fa-handshake-angle"></i> Volunteer</h2>
<div class="item">
<h3 class="company">
Black Girls Code
@ -617,14 +658,134 @@ h3 {
</ul>
</div>
</section>
<section id="awards">
<h2>Awards</h2>
<section id="projects">
<h2><i class="fa-solid fa-flask"></i> Projects</h2>
<div class="item">
<div class="title">
Eagle Scout
</div>
<h3 class="name">
Springboard
</h3>
<div class="date">
2007-06-15
<span class="startDate">
2022-05
</span>
<span class="endDate">
- 2022-07
</span>
</div>
<div class="url">
<a href="spring83.kindrobot.ca">spring83.kindrobot.ca</a>
</div>
<div class="description">
<p>A Spring83 client</p>
</div>
<ul class="highlights">
<li>Client for new experimental social web protocol</li>
<li>Delivered feedback for future protocol improvements</li>
</ul>
<ul class="keywords">
<li>Cryptography</li>
<li>Golang</li>
<li>API Design</li>
<li>Web service federation</li>
</ul>
</div>
<div class="item">
<h3 class="name">
Mintwise
</h3>
<div class="date">
<span class="startDate">
2019-12
</span>
<span class="endDate">
- 2020-06
</span>
</div>
<div class="url">
<a href="https://tilde.tow/~kindrobot/post/mintwise/">https://tilde.tow/~kindrobot/post/mintwise/</a>
</div>
<div class="description">
<p>Bridges transaction data from Mint into Splitwise</p>
</div>
<ul class="highlights">
<li>Let&#x27;s user select with transactions within a period are splittable</li>
<li>Automatically populates Splitwise transactions</li>
</ul>
<ul class="keywords">
<li>Node.JS</li>
<li>CLI application</li>
<li>ETL</li>
<li>API integration</li>
</ul>
</div>
<div class="item">
<h3 class="name">
Puter Colour Picker
</h3>
<div class="date">
<span class="startDate">
2021-06
</span>
<span class="endDate">
- 2022-06
</span>
</div>
<div class="url">
<a href="https://chez.kindrobot.ca/puter.html">https://chez.kindrobot.ca/puter.html</a>
</div>
<div class="description">
<p>API/website to set the colour of the computer in my office</p>
</div>
<ul class="highlights">
<li>Fun, interactive, social IoT application</li>
<li>Implements API and networking security best practices</li>
<li>Uses microservices to minimize downtime with e.g. restarting computer</li>
</ul>
<ul class="keywords">
<li>Hardware</li>
<li>IoT</li>
<li>Golang</li>
</ul>
</div>
<div class="item">
<h3 class="name">
piepi.art | 🥧π.to
</h3>
<div class="date">
<span class="startDate">
2022-04
</span>
<span class="endDate">
- Present
</span>
</div>
<div class="url">
<a href="https://piepi.art">https://piepi.art</a>
</div>
<div class="description">
<p>A small pubnix / zine project on a Raspberry Pi</p>
</div>
<ul class="highlights">
<li>Social, creative pubnix (public unix service)</li>
<li>Hardenend network security minimizes risk of self-hosting</li>
</ul>
<ul class="keywords">
<li>Raspberry Pi</li>
<li>SBC</li>
<li>Linux</li>
<li>server administration</li>
<li>creative writing</li>
</ul>
</div>
</section>
<section id="awards">
<h2><i class="fa-solid fa-award"></i> Awards</h2>
<div class="item">
<h3 class="title">
Eagle Scout
</h3>
<div class="date">
2007-06
</div>
<div class="awarder">
Boy Scouts of America
@ -634,11 +795,11 @@ h3 {
</div>
</div>
<div class="item">
<div class="title">
<h3 class="title">
Gersting Award
</div>
</h3>
<div class="date">
2012-04-15
2012-04
</div>
<div class="awarder">
Purdue University, Indianapolis
@ -648,11 +809,11 @@ h3 {
</div>
</div>
<div class="item">
<div class="title">
<h3 class="title">
Staff Member of the Year
</div>
</h3>
<div class="date">
2006-08-15
2006-08
</div>
<div class="awarder">
Ransburg Scout Reservation

View File

@ -8,7 +8,7 @@
"email": "hello@kindrobot.ca",
"phone": "+1 647 657 7076",
"url": "https://resume.kindrobot.ca",
"summary": "Stef is a freshly minted Canadian permanent resident with a love of\nteaching, smiling, and programming. She enjoys intentional community,\nsoftware as art, and making things with her hands (and 3D printer.)\n",
"summary": "Stef is a freshly minted Canadian permanent resident with a love of\nteaching, smiling, and programming. She's available for sponsor free work in\nCanada and the US. Stef enjoys intentional community, software as art, and\nmaking things with her hands (and 3D printer.)\n",
"location": {
"address": "1710-10 Navy Wharf Court",
"postalCode": "M5V 3V2",
@ -26,6 +26,21 @@
"network": "Mastodon",
"username": "kindrobot@tiny.tilde.website",
"url": "https://tiny.tilde.website/web/@kindrobot"
},
{
"network": "Stack Overflow",
"username": "kindrobot",
"url": "https://stackoverflow.com/users/852639/kindrobot"
},
{
"network": "Wikipedia",
"username": "Motevets",
"url": "https://en.wikipedia.org/wiki/User:Motevets"
},
{
"network": "LinkedIn",
"username": "theyellowdart",
"url": "https://www.linkedin.com/in/theyellowdart/"
}
]
},

Binary file not shown.

View File

@ -11,8 +11,9 @@ basics:
url: https://resume.kindrobot.ca
summary: |
Stef is a freshly minted Canadian permanent resident with a love of
teaching, smiling, and programming. She enjoys intentional community,
software as art, and making things with her hands (and 3D printer.)
teaching, smiling, and programming. She's available for sponsor free work in
Canada and the US. Stef enjoys intentional community, software as art, and
making things with her hands (and 3D printer.)
location:
address: 1710-10 Navy Wharf Court
postalCode: M5V 3V2
@ -26,6 +27,15 @@ basics:
- network: Mastodon
username: kindrobot@tiny.tilde.website
url: https://tiny.tilde.website/web/@kindrobot
- network: Stack Overflow
username: kindrobot
url: https://stackoverflow.com/users/852639/kindrobot
- network: Wikipedia
username: Motevets
url: https://en.wikipedia.org/wiki/User:Motevets
- network: LinkedIn
username: theyellowdart
url: https://www.linkedin.com/in/theyellowdart/
work:
- name: Focal Point NDE Technologies
location: Toronto, ON