Actually fix the HTTPS problem this time
[jkinsey.net.git] / index.html
index 6f24f4e9cf034813683a63358a259c6ebe48f41a..bcf545bb6b649e5217b0318fccb22e47d16bec03 100644 (file)
@@ -1,10 +1,10 @@
 <html>
     <head>
-        <base href="http://ibis:3000" target="_top">
-        <link rel="stylesheet" href="/res/reset.css" />
-        <link rel="stylesheet" href="/res/style.css" />
+        <base href="https://www.jkinsey.net" target="_top">
+        <link rel="stylesheet" href="res/reset.css" />
+        <link rel="stylesheet" href="res/style.css" />
 
-        <script src="/js/script.js"></script>
+        <script src="js/script.js"></script>
 
         <title>Jack Kinsey</title>
     </head>
     <main>
 
         <header id="menu" class="middle">
-            <div id="avatar"><a href="/" data-color="yellow" class="home"><img src="/res/face.png"></img></a></div></a>
+            <div id="avatar"><a href="/" data-color="yellow" class="home"><img src="res/face.png"></img></a></div></a>
             <div id="name"><a href="/" data-color="yellow" class="home"><h1>Jack Kinsey</h1></a></div>
             <nav id="links">
                 <ul>
-                    <li><a href="/writing" class="" data-color="pink" data-name="writing">Writing</a></li>
-                    <li><a href="/code" class="" data-color="blue" data-name="code">Code</a></li>
-                    <li><a href="/about" class="" data-color="green" data-name="about">About</a></li>
-                    <li><a href="/res/files/resume.pdf" data-name="resume">R&eacute;sum&eacute;</a></li>
+                    <li><a href="writing" class="" data-color="pink" data-name="writing">Writing</a></li>
+                    <li><a href="code" class="" data-color="blue" data-name="code">Code</a></li>
+                    <li><a href="about" class="" data-color="green" data-name="about">About</a></li>
+                    <li><a href="res/files/resume.pdf" data-name="resume">R&eacute;sum&eacute;</a></li>
                 </ul>
             </nav>
         </header>
                     <p>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.</p>
                 </div>
                 <div>
-                    <h2><a href="/res/files/epidemic.pdf">The unifying impact of the AIDS epidemic.</a></h2>
+                    <h2><a href="res/files/epidemic.pdf">The unifying impact of the AIDS epidemic.</a></h2>
                     <p>An overview and discussion of the broad changes in the LGBTQ community resulting from the HIV/AIDS epidemic in the 80s and 90s.</p>
                 </div>
                 <div>
-                    <h2><a href="/res/files/klk.pdf">The confusing and bombastic nudity of <em>Kill la Kill</em>.</a></h2>
+                    <h2><a href="res/files/klk.pdf">The confusing and bombastic nudity of <em>Kill la Kill</em>.</a></h2>
                     <p>A brief analysis of the anime <em>Kill la Kill</em> using feminist tools, notably the concepts of objectification and the sexualization of violence. </p>
                 </div>
                 <div>
-                    <h2><a href="/res/files/homelessness.pdf">Chronic homelessness: interviewing the future's home.</a></h2>
+                    <h2><a href="res/files/homelessness.pdf">Chronic homelessness: interviewing the future's home.</a></h2>
                     <p>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.</p>
                 </div>
                 <div>
             </article>
             <article id="code" class="hidden">
                 <div>
-                    <h2><a href="http://www.jkinsey.net/asterisk/">Project "<em><em>Asterisk</em></em>" beta</a></h2>
+                    <h2><a href="http://www.jkinsey.net/asterisk/">Project "<em><em>Asterisk</em></em>" beta.</a></h2>
                     <p>A small 3D game prototype developed in JavaScript for the browser with <a href="https://threejs.org/">Three.js</a>.I <a href="http://blog.jkinsey.net/tagged/asterisk/chrono">blogged</a> about its development over the course of several weeks, but many details remain unrevealed.</p>
                 </div>
                 <div>
-                    <h2><a href="https://github.com/jackkinsey/godfather">Godfather</a></h2>
+                    <h2><a href="https://github.com/jackkinsey/godfather">Godfather.</a></h2>
                     <p>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.</p>
                 </div>
                 <div>
-                    <h2><a href="">Other 122 work</a></h2>
+                    <h2><a href="http://git.jkinsey.net">Miscellaneous C++ projects.</a></h2>
                     <p>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.</p>
                 </div>
                 <div>
-                    <h2><a href="https://github.com/jackkinsey/child-scare-kills">Child Scare Kills</a></h2>
+                    <h2><a href="https://github.com/jackkinsey/child-scare-kills">Child Scare Kills.</a></h2>
                     <p>A 2D WarioWare-style browser game written in JavaScript using <a href="https://threejs.org/">Three.js</a>. Developed with <a href="https://liammcfalls.tumblr.com/">Liam McFalls</a> for a child care class in high school, so it's a bit goofy.</p>
                 </div>
             </article>
                 </div>
                 <div>
                     <h2>Social media.</h2>
-                    <p><a href=”http://blog.jkinsey.net/”>Tumblr.</a> My blog, as described elsewhere on this site.</p>
-                    <p><a href=”https://github.com/jackkinsey/”>GitHub.</a> For those few projects that deserve to be seen by the Internet at large.</p>
-                    <p><a href=”https://twitter.com/_jackkinsey”>Twitter.</a> Seldom used, but I like to keep it around for when I need it.</p>
-                    <p><a href=”https://www.linkedin.com/in/jack-kinsey-26406994/”>LinkedIn.</a> For professional representation.</p>
+                    <p><a href="http://blog.jkinsey.net/">Tumblr.</a> My blog, as described elsewhere on this site.</p>
+                    <p><a href="https://github.com/jackkinsey/">GitHub.</a> For those few projects that deserve to be seen by the Internet at large.</p>
+                    <p><a href="https://twitter.com/_jackkinsey">Twitter.</a> Seldom used, but I like to keep it around for when I need it.</p>
+                    <p><a href="https://www.linkedin.com/in/jack-kinsey-26406994/">LinkedIn.</a> For professional representation.</p>
                 </div>
                 <div>
                     <h2>Notes.</h2>