Skip to content

Instantly share code, notes, and snippets.

@apnerve
Created October 21, 2011 16:48
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 apnerve/1304302 to your computer and use it in GitHub Desktop.
Save apnerve/1304302 to your computer and use it in GitHub Desktop.
About me in JSON format
var apnerve = {
fullName: "Praveen Kumar",
title: "Web Developer",
currentLocation: "Bangalore, IN",
employment: {
company: "Kuliza",
position: "Web Developer"
},
likes: [
"Physics",
"Cycling",
"Music",
"Programming",
"Nerdy Jokes"
],
loves: [
"Javascript",
"HTML",
"CSS",
"Semantics",
"Typography"
],
dislikes: [
"Comic Sans"
],
hates: [
"Joomla",
"Mallika Sherawat"
],
afewThingsIKnow: [
"JavaScript",
"CodeIgniter",
"PHP",
"CSS(3)",
"HTML(5)"
],
preferedContact: "<a href=\"mailto:apnerve@gmail.com\">apnerve@gmail.com</a>",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment