diff --git a/images/.DS_Store b/images/.DS_Store new file mode 100644 index 0000000..f97c551 Binary files /dev/null and b/images/.DS_Store differ diff --git a/images/Body.png b/images/Body.png new file mode 100644 index 0000000..9431a68 Binary files /dev/null and b/images/Body.png differ diff --git a/images/Cabin.png b/images/Cabin.png new file mode 100644 index 0000000..e0819c6 Binary files /dev/null and b/images/Cabin.png differ diff --git a/images/Engine.png b/images/Engine.png new file mode 100644 index 0000000..7366727 Binary files /dev/null and b/images/Engine.png differ diff --git a/images/Exhaust.png b/images/Exhaust.png new file mode 100644 index 0000000..11e2ac4 Binary files /dev/null and b/images/Exhaust.png differ diff --git a/images/Trunk.png b/images/Trunk.png new file mode 100644 index 0000000..59fc3c1 Binary files /dev/null and b/images/Trunk.png differ diff --git a/images/Wheels.png b/images/Wheels.png new file mode 100644 index 0000000..eeef1ac Binary files /dev/null and b/images/Wheels.png differ diff --git a/images/wrench.png b/images/wrench.png new file mode 100644 index 0000000..6682c73 Binary files /dev/null and b/images/wrench.png differ diff --git a/json.js b/json.js new file mode 100644 index 0000000..75d74b5 --- /dev/null +++ b/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."] + + } + +} + \ No newline at end of file