Skip to content

Instantly share code, notes, and snippets.

@scottwb
Created August 22, 2012 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottwb/3430519 to your computer and use it in GitHub Desktop.
Save scottwb/3430519 to your computer and use it in GitHub Desktop.
{
// Required Fields
"firstName" : "Scott",
"lastName" : "Bradley",
"email" : "scottwb@example.com",
"currentPosition" : "VP of Engineering",
"currentCompany" : "Validas, LLC",
"location" : "Kirkland, WA",
"message" : "You should hire me because...", // markdown
"resume" : "http://...",
"position" : "csharp | ruby | both",
// Optional Links
"twitter" : "@scottwb69",
"github" : "scottwb",
"stackOverflow" : "http://stackoverflow.com/users/216779/scottwb",
"linkedIn" : "http://www.linkedin.com/pub/scott-w-bradley/46/b7/a9a",
"blog" : "http://scottwb.com/",
"website" : "http://scottwb.com/",
"otherLink1" : "http://coderwall.com/scottwb",
"otherLink2" : "http://www.soundersfc.com/",
// Optional Flags
"test" : true | false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment