Skip to content

Commit

Permalink
dns dance
Browse files Browse the repository at this point in the history
  • Loading branch information
cgack committed Dec 26, 2012
1 parent facc516 commit 1bde649
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Expand Up @@ -26,7 +26,7 @@ <h1 class="title">Out of Scope</h1>
<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="http://www.cgack.com/">Blog</a></li>
<li><a href="http://blog.cgack.com/">Blog</a></li>
<!--<li><a href="#about"></a></li>-->
</ul>
</nav>
Expand All @@ -43,25 +43,25 @@ <h1>Projects and Experiments</h1>
</header>
<section>
<h2>Pixel Quest</h2>
<p>This is my entry into the 2012 Liberated Pixel Cup. <a href="http://www.cgack.com/pixelquest/">Play it!</a> | <a href="https://github.com/cgack/libpx/">Fork it!</a><br>
<p>This is my entry into the 2012 Liberated Pixel Cup. <a href="http://cgack.com/libpx/">Play it!</a> | <a href="https://github.com/cgack/libpx/">Fork it!</a><br>
<img style="max-width: 100%;" src="/img/pixelquest.png" alt="Pixel Quest Home" />
</section>
<section>
<h2>Wiz</h2>
<p>With the help of a friend, I created an online version of the card game "wizard". Give it a <a href="http://wiz.jit.su">whirl</a> and please add cool features to make it better at its github <a href="https://github.com/cgack/wizard">home</a><br>
<p>With the help of a friend, I created an online version of the card game "wizard". Give it a <a href="http://deep-wizard.heroku.com">whirl</a> and please add cool features to make it better at its github <a href="https://github.com/cgack/wizard">home</a><br>
<img style="max-width:100%;" src="/img/wiz.png" alt="Wiz" />
</section>
<section>
<h2>Canvas Drawing Demo</h2>

<p>This Demo is a simple canvas drawing demo origianlly created for a Preschooler. I used the History API to allow for undo [browser back OR ctrl + z] and redo [browser fwd OR ctrl + y]. It won the <a href="https://developer.mozilla.org/demos/devderby/2011/august">August Dev Derby</a>. Check it out <a href="../drawings/">here</a></p>
<p>This Demo is a simple canvas drawing demo origianlly created for a Preschooler. I used the History API to allow for undo [browser back OR ctrl + z] and redo [browser fwd OR ctrl + y]. It won the <a href="https://developer.mozilla.org/demos/devderby/2011/august">August Dev Derby</a>. Check it out <a href="http://cgack.com/drawings/">here</a></p>
</section>
<section>
<h2>Orientation Demos</h2>

<p>Another Dev Derby Entry I submitted was for device orientation. I utilized the device orientation event to control a ball on an html canvas element that is used to catch a target ball. The goal is to do it quickly. If you device doesn&#8217;t support orientation events you can click/tap to change the location of the ball, and you may also control the location using the keyboard H, J, K, L keys. The Dev Derby entry is <a href="https://developer.mozilla.org/demos/devderby/2012/january">here</a> and my github hosted version is <a href="../catch">here</a>.</p>
<p>Another Dev Derby Entry I submitted was for device orientation. I utilized the device orientation event to control a ball on an html canvas element that is used to catch a target ball. The goal is to do it quickly. If you device doesn&#8217;t support orientation events you can click/tap to change the location of the ball, and you may also control the location using the keyboard H, J, K, L keys. The Dev Derby entry is <a href="https://developer.mozilla.org/demos/devderby/2012/january">here</a> and my github hosted version is <a href="http://cgack.com/catch">here</a>.</p>

<p>In the above demo I did not utilize the DeviceOrientationEvent.alpha parameter which is basically the cardinal direction of your device (think compass). So I created a simple compass out of the orienation api which can be found <a href="../cardinal">here</a>.</p>
<p>In the above demo I did not utilize the DeviceOrientationEvent.alpha parameter which is basically the cardinal direction of your device (think compass). So I created a simple compass out of the orienation api which can be found <a href="http://cgack.com/cardinal">here</a>.</p>
</section>
</article>

Expand All @@ -71,7 +71,7 @@ <h3>about</h3>
<p>I am a Software Engineer currently residing in Indianapolis, Indiana.

I work for <a href="http://healthx.com">Healthx</a> during the day, and hack on JavaScript and other sorts of nerdy code things.
I write <a href="http://www.cgack.com/">here</a> occasionally, so check it out whenever.</p>
I write <a href="http://blog.cgack.com/">here</a> occasionally, so check it out whenever.</p>
I <a href="http://twitter.com/cgack">tweet</a> things and <a href="https://plus.google.com/u/0/106019314707355006807/">+</a> things as well.</p>
</aside>
</div> <!-- #main -->
Expand All @@ -83,8 +83,8 @@ <h3>about</h3>
</footer>
</div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.1.min.js"><\/script>')</script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.1.min.js"><\/script>')</script>
<script src="js/main.js"></script>

<script>
Expand Down

0 comments on commit 1bde649

Please sign in to comment.