From 4f6612043e712a72cea41a154811510b89bb0a10 Mon Sep 17 00:00:00 2001 From: Jack Kinsey Date: Mon, 6 May 2019 06:06:59 -0400 Subject: [PATCH] Fix HTTPS bug and clean up tree --- Makefile | 1 + about/index.html | 95 ---------------------------------------------- code/index.html | 95 ---------------------------------------------- index.html | 22 +++++------ writing/index.html | 95 ---------------------------------------------- 5 files changed, 12 insertions(+), 296 deletions(-) delete mode 100644 about/index.html delete mode 100644 code/index.html delete mode 100644 writing/index.html diff --git a/Makefile b/Makefile index 5c7b64b..0ceda64 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ build: + mkdir about code writing sed '/id=\"menu\"/s/middle/top/; / about/index.html sed '/id=\"menu\"/s/middle/top/; / code/index.html sed '/id=\"menu\"/s/middle/top/; / writing/index.html diff --git a/about/index.html b/about/index.html deleted file mode 100644 index cd91b1b..0000000 --- a/about/index.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Jack Kinsey - - -
- - - -
- - -
-
-

A short history.

-

Born and raised in Lancaster, Pennsylvania. I attended Conestoga Valley High School as part of the Class of 2016. I now attend Penn State University at University Park as a Computer Science major, with the intent to graduate in 2019. My passions have always included media of all kinds and computers; I've been programming in some form since 2012, and I've been thinking and writing about stories nearly my entire life.

-

In recent years I've developed a particular interest in Linux and open source software, and I've been working towards developing my skills in the hopes of contributing back to the FOSS community. I also care deeply about video games as an art form and source of potential for social change.

-
-
-

Social media.

-

Tumblr. My blog, as described elsewhere on this site.

-

GitHub. For those few projects that deserve to be seen by the Internet at large.

-

Twitter. Seldom used, but I like to keep it around for when I need it.

-

LinkedIn. For professional representation.

-
-
-

Notes.

-

All content, unless otherwise noted, released under CC-BY-SA.

-

DNS servers provided by Free DNS. -

-
-
- -
- - diff --git a/code/index.html b/code/index.html deleted file mode 100644 index cd1acb7..0000000 --- a/code/index.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Jack Kinsey - - -
- - - -
- -
-
-

Project "Asterisk" beta.

-

A small 3D game prototype developed in JavaScript for the browser with Three.js.I blogged about its development over the course of several weeks, but many details remain unrevealed.

-
-
-

Godfather.

-

The final project for my CMPSC 122 (intro to algorithms and data structures) course at Penn State. Written in C++, we had to convert faux airport data into statistics on planes landed, departed, crashed, and so on. Hosted on GitHub.

-
-
-

Miscellaneous C++ projects.

-

Smaller C++ programs also written for CMPSC 122. We had to write an email address validator, a dynamic array implemented with a physical array, and a dynamic array implemented with a linked list. Not the most exciting of projects, but I'm proud of the code quality.

-
-
-

Child Scare Kills.

-

A 2D WarioWare-style browser game written in JavaScript using Three.js. Developed with Liam McFalls for a child care class in high school, so it's a bit goofy.

-
-
- -
- -
- - diff --git a/index.html b/index.html index 74fa438..a4a1584 100644 --- a/index.html +++ b/index.html @@ -1,10 +1,10 @@ - - + + - + Jack Kinsey @@ -12,14 +12,14 @@
@@ -35,15 +35,15 @@

A few short essays discussing the idea of 'liberal elitism,' a subject of much debate in connection with the election of Donald Trump as U.S. President.

-

The unifying impact of the AIDS epidemic.

+

The unifying impact of the AIDS epidemic.

An overview and discussion of the broad changes in the LGBTQ community resulting from the HIV/AIDS epidemic in the 80s and 90s.

-

The confusing and bombastic nudity of Kill la Kill.

+

The confusing and bombastic nudity of Kill la Kill.

A brief analysis of the anime Kill la Kill using feminist tools, notably the concepts of objectification and the sexualization of violence.

-

Chronic homelessness: interviewing the future's home.

+

Chronic homelessness: interviewing the future's home.

An introduction to the problem of homelessness in the United States, focusing specifically on chronic homelessness, and a brief discussion of potential unusual solutions to housing shortages. Typeset in LaTeX.

diff --git a/writing/index.html b/writing/index.html deleted file mode 100644 index 4c5d6f1..0000000 --- a/writing/index.html +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - Jack Kinsey - - -
- - - -
-
-
-

My tumblr.

-

Game reviews and analysis, the details of whatever project I'm currently working on, and random updates whenever I do something cool enough that I think it merits description.

-
-
-

Liberal elitism, and other civic issues.

-

A few short essays discussing the idea of 'liberal elitism,' a subject of much debate in connection with the election of Donald Trump as U.S. President.

-
-
-

The unifying impact of the AIDS epidemic.

-

An overview and discussion of the broad changes in the LGBTQ community resulting from the HIV/AIDS epidemic in the 80s and 90s.

-
-
-

The confusing and bombastic nudity of Kill la Kill.

-

A brief analysis of the anime Kill la Kill using feminist tools, notably the concepts of objectification and the sexualization of violence.

-
-
-

Chronic homelessness: interviewing the future's home.

-

An introduction to the problem of homelessness in the United States, focusing specifically on chronic homelessness, and a brief discussion of potential unusual solutions to housing shortages. Typeset in LaTeX.

-
-
-

Homelessness in the United States.

-

A website designed to deliver key facts about homelessness in the United States to casual viewers, using select government publications as reputable sources of high-quality information.

-
-
- - -
- -
- - -- 2.26.2