Created
February 1, 2012 19:32
-
-
Save jraczak/1718802 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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 »</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 »</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 »</a></p> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment