fixed social media links; removed font-smoothing:none
[jkinsey.net.git] / index.html
index bcccbaf4471817d4b38ae453fa9fd4a39cfeb505..74fa4380e86967c867193fad6e9843d7c1deeecd 100644 (file)
@@ -1,6 +1,6 @@
 <html>
     <head>
-        <base href="http://ibis:3000" target="_top">
+        <base href="http://www.jkinsey.net" target="_top">
         <link rel="stylesheet" href="/res/reset.css" />
         <link rel="stylesheet" href="/res/style.css" />
 
@@ -61,7 +61,7 @@
                     <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="">Miscellaneous C++ projects.</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>
                 </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>