<html>
<head>
- <!-- <link rel="stylesheet" href="res/reset.css" /> -->
<link rel="stylesheet" href="res/style.css" />
-
<title>Jack Kinsey</title>
</head>
- <body class="yellow">
+ <body>
<main>
<header id="menu" class="top">
</ul>
</details>
<details>
- <summary><strong>Graduate of The Pennsylvania State University <em>(Class of 2019)</em></strong></summary>
+ <summary><strong>Graduate of The Pennsylvania State University in State College, PA <em>(Class of 2019)</em></strong></summary>
<ul>
<li>The Schreyer Honors College</li>
<li>Bachelor's in Computer Science</li>
<li>Coordinated with a team of 20+ fellow volunteers</li>
</ul>
</details>
+ <details>
+ <summary><strong>Web intern at Fox Chapel Publishing in East Petersburg, PA <em>(Summer 2016—Summer 2017)</em></strong></summary>
+ <ul>
+ <li>Migrated 3+ WordPress sites and 1 forum from one hosting provider to another</li>
+ <li>Customized WordPress CSS for 4+ blogs</li>
+ <li>Presented Google Analytics data on 3+ sites to superiors</li>
+ <li>Prepared over 40 articles worth of backlog content for web publishing</li>
+ <li>Managed DNS records for 10+ sites</li>
+ <li>Provided technical support to over 400 active users across 2 forum sites</li>
+ <li>Helped manage Magento web commerce backend</li>
+ </ul>
+ </details>
<details>
<summary><strong>Independent web developer, programmer, and sysadmin <em>(2013—Present)</em></strong></summary>
<ul>
</div>
<div>
<h2 id="skills">Skills.</h2>
+ <p><em>In rank order from "very confident/use frequently" to "have experience with/used once."</em></p>
<details open>
<summary><strong>Programming</strong></summary>
- <ul>
- <li>Python, JavaScript, HTML, CSS, Bash, POSIX Shell</li>
- <li>TypeScript, C#, SQL, Clojure, Common Lisp</li>
- <li>C, C++, Haskell, Rust, Go</li>
- </ul>
+ <ol>
+ <li>JavaScript, HTML, CSS, Bash, POSIX Shell</li>
+ <li>Python, TypeScript</li>
+ <li>SQL, Clojure, Common Lisp</li>
+ <li>C, C++, C#, Haskell, Rust, Go</li>
+ </ol>
</details>
<details open>
<summary><strong>Tools</strong></summary>
- <ul>
- <li>Git, GitHub, LaTeX, Wordpress, Docker, jq</li>
- <li>Power Apps, Power Automate, Power BI, Dynamics 365</li>
- <li>AWS Lambda, AWS Document DB, AWS API Gateway, AWS CDK</li>
- </ul>
+ <ol>
+ <li>Git, GitHub, jq, Power Apps, Power Automate</li>
+ <li>Docker, Jira, Power BI, Dynamics 365, GitLab</li>
+ <li>LaTeX, Wordpress, Vue, d3</li>
+ <li>AWS (<em>Lambda, DocumentDB, API Gateway, CDK</em>)</li>
+ </ol>
</details>
<details open>
<summary><strong>Systems</strong></summary>
- <ul>
- <li>Arch Linux, Alpine Linux, Windows</li>
- </ul>
+ <ol>
+ <li>Arch Linux, Alpine Linux</li>
+ <li>Windows</li>
+ <li>Debian Linux, macOS</li>
+ </ol>
</details>
<details open>
<summary><strong>Writing</strong></summary>
- <ul>
- <li>Write project documentation and development design documents</li>
- </ul>
+ <ol>
+ <li>Project documentation, development design documents</li>
+ <li>Research, presentation to leadership</li>
+ </ol>
</details>
</div>
</article>
+++ /dev/null
-/* http://meyerweb.com/eric/tools/css/reset/
- v2.0 | 20110126
- License: none (public domain)
-*/
-
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td,
-article, aside, canvas, details, embed,
-figure, figcaption, footer, header, hgroup,
-menu, nav, output, ruby, section, summary,
-time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
-}
-/* HTML5 display-role reset for older browsers */
-article, aside, details, figcaption, figure,
-footer, header, hgroup, menu, nav, section {
- display: block;
-}
-body {
- line-height: 1;
-}
-ol, ul {
- list-style: none;
-}
-blockquote, q {
- quotes: none;
-}
-blockquote:before, blockquote:after,
-q:before, q:after {
- content: '';
- content: none;
-}
-table {
- border-collapse: collapse;
- border-spacing: 0;
-}