Skip to content

Instantly share code, notes, and snippets.

@mauriciosilva
Created February 4, 2011 23:11
Show Gist options
  • Save mauriciosilva/811983 to your computer and use it in GitHub Desktop.
Save mauriciosilva/811983 to your computer and use it in GitHub Desktop.
{
"rooms":
[
{
"floor": "6th",
"key": "ca",
"text": "Castro",
"desc": "King Street Side",
"img" : "castro.png"
},
{
"floor": "6th",
"key": "ch",
"text": "Chinatown",
"desc": "Mid Building East Side",
"img" : "cTown.png"
},
{
"floor": "LL2",
"key": "dp",
"text": "Dog Patch",
"desc": "Townsend Side",
"img" : "dog.png"
},
{
"floor": "6th",
"key": "ha",
"text": "Haight",
"desc": "Townsend Side",
"img" : "haight.png"
},
{
"floor": "5th",
"key": "hv",
"text": "Hayes Valley",
"desc": "King Street Side",
"img" : "hayes.png"
},
{
"floor":"4th",
"key": "hpr",
"text":"Health Partners Team Room",
"desc":"King Street Side",
"img" : "hp.png"
},
{
"floor": "4th",
"key": "ma",
"text": "Marina",
"desc": "Townsend Side",
"img" : "marina.png"
},
{
"floor": "LL2",
"key": "ms",
"text": "Mission",
"desc": "Townsend Side",
"img" : "mission.png"
},
{
"floor":"4th",
"key": "ntr",
"text": "Nike Team Room",
"desc": "Townsend Side",
"img" : "nike.png"
},
{
"floor": "6th",
"key": "nh",
"text": "Nob Hill",
"desc": "Mid Building West Side",
"img" : "nob.png"
},
{
"floor": "6th",
"key": "nb",
"text": "North Beach",
"desc": "Mid Building West Side",
"img" : "nBeach.png"
},
{
"floor": "5th",
"key": "pa",
"text": "Pacific Heights",
"desc": "Townsend Side",
"img" : "pac.png"
},
{
"floor": "4th",
"key": "ph",
"text": "Potrero Hill",
"desc": "Townsend Side",
"img" : "portrero.png"
},
{
"floor": "5th",
"key": "rh",
"text": "Russian Hill",
"desc": "Mid Building West Side",
"img" : "russian.png"
},
{
"floor": "6th",
"key": "so",
"text": "Soma",
"desc": "King Street Side",
"img" : "soma.png"
},
{
"floor": "6th",
"key": "su",
"text": "Sunset",
"desc": "Townsend Side",
"img" : "sunset.png"
},
{
"floor": "5th",
"key": "vcr",
"text": "Visa Creative War Room",
"desc": "Mid Building East Side",
"img" : "vCreate.png"
},
{
"floor": "5th",
"key": "vtr",
"text": "Visa Technology War Room",
"desc": "Mid Building West Side",
"img" : "vTech.png"
},
{
"floor":"4th",
"key": "xb",
"text": "XBox Team Room",
"desc": "King Street Side",
"img" : "xbox.png"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment