Skip to content

Instantly share code, notes, and snippets.

View jasonclark's full-sized avatar

Jason A. Clark jasonclark

View GitHub Profile
@michaelschofield
michaelschofield / semantic-directory.html
Last active August 29, 2015 13:57
Trying to markup the most semantic directory ever. Inspired by cool semantic things being done by Jason Clark and Scott Young.
# Have to get creative with Schema though. I'm actively finagling. DTs cannot contain any block level elements, but DDs can.
<dl vocab="http://schema.org/" typeof="Person">
<dt property="name">Sandra Fiegi</dt>
<dd>
<img property="image" src="example.jpg" alt="A photo of Sandra Fiegi">
</dd>
@jasonclark
jasonclark / google-books-search
Created December 18, 2010 06:15
This is a proof of concept app. I wanted to see if an alternative browse/search app for Google Books was possible. Built with PHP, HTML and the Google Ajax Search API (version 1).