Skip to content

Commit

Permalink
Added JSON File and Images File.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonell Colon authored and Jonell Colon committed Apr 26, 2012
1 parent a9b5abb commit 8aba55e
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 0 deletions.
Binary file added images/.DS_Store
Binary file not shown.
Binary file added images/Body.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Cabin.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Engine.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Exhaust.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Trunk.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Wheels.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/wrench.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions json.js
@@ -0,0 +1,47 @@
// JSON Object

var json = {
"part1": {
"group": ["Group:", "Engine"],
"fullname": ["Full Name:", "Jonell Colon"],
"phone": ["Phone:", "407-341-5269"],
"email": ["E-Mail:", "jonellcolon@aol.com"],
"cpart": ["Car Part:", "Rotor"],
"hmany": ["How Many:", "2"],
"ctype": ["Car Type:", "Honda"],
"cmodel": ["Car Model:", "Civic"],
"ycar": ["Car Year:", "2001"],
"mode": ["Value:", "New"],
"special": ["Special Request:", "Leave On"]

},
"part2": {
"group": ["Group:", "Cabin"],
"fullname": ["Full Name:", "Rose Ayala"],
"phone": ["Phone:", "407-437-7526"],
"email": ["E-Mail:", "roseayala.colon@gmail.com"],
"cpart": ["Car Part:", "Seats"],
"hmany": ["How Many:", "4"],
"ctype": ["Car Type:", "Toyota"],
"cmodel": ["Car Model:", "Sienna"],
"ycar": ["Car Year:", "2003"],
"mode": ["Value:", "Used"],
"special": ["Special Request:", "Do not lend."]
},
"part3": {
"group": ["Group:", "Wheels"],
"fullname": ["Full Name:", "Eliana Colon"],
"phone": ["Phone:", "407-249-0896"],
"email": ["E-Mail:", "eli@newbirthorlando.org"],
"cpart": ["Car Part:", "Hub Caps"],
"hmany": ["How Many:", "2"],
"ctype": ["Car Type:", "Ford"],
"cmodel": ["Car Model:", "F-150"],
"ycar": ["Car Year:", "1998"],
"mode": ["Value:", "New"],
"special": ["Special Request:", "Save old."]

}

}

0 comments on commit 8aba55e

Please sign in to comment.