minor grammar updates
authorJack Kinsey <j.jameskinsey@gmail.com>
Mon, 1 May 2017 01:26:10 +0000 (21:26 -0400)
committerJack Kinsey <j.jameskinsey@gmail.com>
Mon, 1 May 2017 01:26:10 +0000 (21:26 -0400)
about/index.html
code/index.html
index.html
writing/index.html

index 369b1d9e9c71cff1cdb0119e8512cc745738b478..3390023f9c9e59dca738a45df0e3522f95f72d5a 100644 (file)
             </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="">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>
index 8a013462aac19055625979245da1463f04f91f59..12123bd44b0f571eb13482c06fb07623fc745685 100644 (file)
             </article>
             <article id="code" class="selected">
                 <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="">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>
index 6f24f4e9cf034813683a63358a259c6ebe48f41a..bcccbaf4471817d4b38ae453fa9fd4a39cfeb505 100644 (file)
             </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="">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>
index a1b5921147d62385e0a22855d2b70958e3736b44..ff728ae3fc69ab0d4698704d96c43c9d35151a12 100644 (file)
             </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="">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>