improve skills, add fox chapel back
authorJack Kinsey <j.jameskinsey@gmail.com>
Sun, 7 Nov 2021 21:48:29 +0000 (16:48 -0500)
committerJack Kinsey <j.jameskinsey@gmail.com>
Sun, 7 Nov 2021 21:48:29 +0000 (16:48 -0500)
index.html
res/CutiveMono-Regular.woff2 [deleted file]
res/SourceCodePro-Light.woff2 [deleted file]
res/reset.css [deleted file]
res/stars.png [deleted file]
res/style.css

index c4a0441dc88591236b77d5fe254c582a683b6107..02138e89b7e8302ca445d405cec31a09c2634b8d 100644 (file)
@@ -1,11 +1,9 @@
 <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">
@@ -39,7 +37,7 @@
                         </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&mdash;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&mdash;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>
diff --git a/res/CutiveMono-Regular.woff2 b/res/CutiveMono-Regular.woff2
deleted file mode 100644 (file)
index e20a335..0000000
Binary files a/res/CutiveMono-Regular.woff2 and /dev/null differ
diff --git a/res/SourceCodePro-Light.woff2 b/res/SourceCodePro-Light.woff2
deleted file mode 100644 (file)
index 37976de..0000000
Binary files a/res/SourceCodePro-Light.woff2 and /dev/null differ
diff --git a/res/reset.css b/res/reset.css
deleted file mode 100644 (file)
index e29c0f5..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-/* 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;
-}
diff --git a/res/stars.png b/res/stars.png
deleted file mode 100644 (file)
index dba8c02..0000000
Binary files a/res/stars.png and /dev/null differ
index 34cb0c897386fa73f0cc9c0e2db0eb9062019f27..e1b089307e27c53df134b108096229debc0bec74 100644 (file)
@@ -1,8 +1,3 @@
-@font-face {
-    font-family: "Cutive Mono";
-    src: url("./CutiveMono-Regular.woff2");
-}
-
 body {
     background: url(blackstars.png);
     background-color: #111;
@@ -106,6 +101,10 @@ article div ul li {
     margin: 8px 0px 8px 0px;
 }
 
+article div ol li {
+    margin: 8px 0px 8px 0px;
+}
+
 a, p, h1, h2, li, summary {
     background-color: #111111;
 }