From: Jack Kinsey Date: Sat, 6 Nov 2021 05:50:18 +0000 (-0400) Subject: put things in d e t a i l s X-Git-Url: http://git.jkinsey.net/?p=jkinsey.net.git;a=commitdiff_plain;h=75da0d8dc5e32eba1417889811c12923b2b0e3a3 put things in d e t a i l s --- diff --git a/index.html b/index.html index 8806586..c4a0441 100644 --- a/index.html +++ b/index.html @@ -12,10 +12,9 @@

Jack Kinsey

@@ -24,73 +23,88 @@

Experience.

-

Consultant at Booz Allen Hamilton in the Washington, D.C. area (August 2019—Present)

-
    -
  • Developed business process software using a mix of custom development and low-code tools

  • -
  • Led development on over a dozen applications for client

  • -
  • Led development on suite of internal applications for managing staff resources

  • -
  • Led design of and documentation effort for client Power Platform development practices

  • -
  • Led client team training on Power Platform development

  • -
  • Designed and built GitHub automation for Power Platform ALM

  • -
  • Built chart and graph visualizations in JavaScript using d3

  • -
  • Built custom web interface in JavaScript using Vue

  • -
  • Developed serverless web service on AWS in TypeScript

  • -
  • Took ownership of and wrote improvements for a client C# application

  • -
-

Summer Games intern at Booz Allen Hamilton in Arlington, VA (Summer 2018)

-
    -
  • Worked alongside a team of 4 to deliver a functional software product for use internally

  • -
  • Led development of a JavaScript/HTML/CSS user interface from scratch

  • -
  • Integrated with a custom Python backnd built to do graph analytics

  • -
-

Committee Member (Various) at Setsucon in State College, PA (Fall 2017—Winter 2021)

-
    -

    As Programming Director:

    -
  • Led team of 7+ fellow volunteers to organize programming for an online convention

  • -
  • Designed novel programming events to reach online audience

  • -

    As Panels Coordinator:

    -
  • Curated panel submissions from nearly 40 panelists

  • -
  • Designed the schedule for a 2 day convention of over 1000 people

  • -
  • Coordinated with a team of 20+ fellow volunteers

  • -
-

Independent web developer, programmer, and sysadmin (2013—Present)

-
    -
  • Host and maintain a professional and personal website

  • -
  • Develop sites and web applications for friends, fun, and other commitments

  • -
  • Build and maintain an Arch Linux desktop

  • -
-
-
-

Education.

-

The Pennsylvania State University (Class of 2019)

-
    -
  • The Schreyer Honors College

  • -
  • Bachelor's in Computer Science

  • -
  • The College of Engineering

  • -
+
+ Consultant at Booz Allen Hamilton in the Washington, D.C. area (August 2019—Present) +
    +
  • Developed business process software using a mix of custom development and low-code tools
  • +
  • Led development on over a dozen applications for client
  • +
  • Led development on suite of internal applications for managing staff resources
  • +
  • Led design of and documentation effort for client Power Platform development practices
  • +
  • Led client team training on Power Platform development
  • +
  • Designed and built GitHub automation for Power Platform ALM
  • +
  • Built chart and graph visualizations in JavaScript using d3
  • +
  • Built custom web interface in JavaScript using Vue
  • +
  • Developed serverless web service on AWS in TypeScript
  • +
  • Took ownership of and wrote improvements for a client C# application
  • +
+
+
+ Graduate of The Pennsylvania State University (Class of 2019) +
    +
  • The Schreyer Honors College
  • +
  • Bachelor's in Computer Science
  • +
  • The College of Engineering
  • +
+
+
+ Summer Games intern at Booz Allen Hamilton in Arlington, VA (Summer 2018) +
    +
  • Worked alongside a team of 4 to deliver a functional software product for use internally
  • +
  • Led development of a JavaScript/HTML/CSS user interface from scratch
  • +
  • Integrated with a custom Python backnd built to do graph analytics
  • +
+
+
+ Committee Member (Various) at Setsucon in State College, PA (Fall 2017—Winter 2021) +
    +

    As Programming Director:

    +
  • Led team of 7+ fellow volunteers to organize programming for an online convention
  • +
  • Designed novel programming events to reach online audience
  • +

    As Panels Coordinator:

    +
  • Curated panel submissions from nearly 40 panelists
  • +
  • Designed the schedule for a 2 day convention of over 1000 people
  • +
  • Coordinated with a team of 20+ fellow volunteers
  • +
+
+
+ Independent web developer, programmer, and sysadmin (2013—Present) +
    +
  • Host and maintain a professional and personal website
  • +
  • Develop sites and web applications for friends, fun, and other commitments
  • +
  • Build and maintain an Arch Linux desktop
  • +
+

Skills.

-

Programming

-
    -
  • Python, JavaScript, HTML, CSS, Bash, POSIX Shell

  • -
  • TypeScript, C#, SQL, Clojure, Common Lisp

  • -
  • C, C++, Haskell, Rust, Go

  • -
-

Tools

-
    -
  • Git, GitHub, LaTeX, Wordpress, Docker, jq

  • -
  • Power Apps, Power Automate, Power BI, Dynamics 365

  • -
  • AWS Lambda, AWS Document DB, AWS API Gateway, AWS CDK

  • -
-

Systems

-
    -
  • Arch Linux, Alpine Linux, Windows

  • -
-

Writing

-
    -
  • Write project documentation and development design documents

  • -
+
+ Programming +
    +
  • Python, JavaScript, HTML, CSS, Bash, POSIX Shell
  • +
  • TypeScript, C#, SQL, Clojure, Common Lisp
  • +
  • C, C++, Haskell, Rust, Go
  • +
+
+
+ Tools +
    +
  • Git, GitHub, LaTeX, Wordpress, Docker, jq
  • +
  • Power Apps, Power Automate, Power BI, Dynamics 365
  • +
  • AWS Lambda, AWS Document DB, AWS API Gateway, AWS CDK
  • +
+
+
+ Systems +
    +
  • Arch Linux, Alpine Linux, Windows
  • +
+
+
+ Writing +
    +
  • Write project documentation and development design documents
  • +
+
diff --git a/res/style.css b/res/style.css index 7dbb2b2..34cb0c8 100644 --- a/res/style.css +++ b/res/style.css @@ -5,7 +5,7 @@ body { background: url(blackstars.png); - background-color: #111111; + background-color: #111; color: #fefefe; font-family: monospace; padding: 16px; @@ -18,6 +18,7 @@ header { header h1 { font-size: 2em; + margin: 0; } header > div > a { @@ -34,15 +35,18 @@ header nav { header nav ul { display:flex; flex-direction:row; + padding: 0; + margin: 0; } header nav ul li { display:inline-block; text-align:center; height:50px; - padding-right: 24px; + margin-right: 24px; font-size:1.25em; line-height:50px; + background-color: inherit; } a { @@ -95,9 +99,17 @@ article p { } article div { - padding: 16px 0px 16px 0px; + margin: 16px 0px 16px 0px; +} + +article div ul li { + margin: 8px 0px 8px 0px; } -a, p, h1, h2 { +a, p, h1, h2, li, summary { background-color: #111111; } + +article details summary { + margin: 8px 0px 8px 0px; +}