Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created February 1, 2012 19:32
Show Gist options
  • Save jraczak/1718802 to your computer and use it in GitHub Desktop.
Save jraczak/1718802 to your computer and use it in GitHub Desktop.
<div class="row">
<div class="span4">
<h2>Geolocation</h2>
<p>View my current projects leveraging the HTML5 Geolocation API. This will require a location-aware browser or mobile device.</p>
<p><a class="btn" href="geolocation_projects.html">Check out Geolocation &raquo;</a></p>
</div>
<div class="span4">
<h2>Manipulating the DOM</h2>
<p>My first attempts at using my early-stage JavaScript knowledge to manipulate elements in an HTML document using the DOM.</p>
<p><a class="btn" href="DOM_projects.html">Check out DOM &raquo;</a></p>
</div>
<div class="span4">
<h2>Making Service Calls</h2>
<p>A simple experiment using JSONP to query a fake web service provided by O'Reilly's Headfirst Labs.</p>
<p><a class="btn" href="webservice_projects.html">Check out Web Services &raquo;</a></p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment