-
Notifications
You must be signed in to change notification settings - Fork 0
/
car_lists.json
38 lines (38 loc) · 2.12 KB
/
car_lists.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[
{
"id": "1",
"name": "Mercedes Benz",
"desc": "Mercedes Benz is a global automobile marque and a division of the German company Daimler AG. The brand is known for luxury vehicles, buses, coaches, and lorries. The headquarters is in Stuttgart, Baden-Württemberg. The name first appeared in 1926 under Daimler-Benz.",
"image": "https://drive.google.com/file/d/1l5cltNmdhqL-P2vcRfo0tDHGIcvTd450/view"
},
{
"id": "2",
"name": "BMW",
"desc": "BMW AG, originally an initialism for Bayerische Motoren Werke in German, or Bavarian Motor Works in English) is a German multinational company which currently produces luxury automobiles and motorcycles, and also produced aircraft engines until 1945.",
"image": "https://i2.wp.com/www.foodrepublic.com/wp-content/uploads/2012/03/033_FR11785.jpg?fit=1000%2C665&ssl=1"
},
{
"id": "3",
"name": "Bentley",
"desc": "Bentley Motors Limited is a British manufacturer and marketer of luxury cars and SUVs—and a subsidiary of the Volkswagen Group since 1998.",
"image": "https://drive.google.com/uc?id=1J26Rmf_sPjUdEgiAesHqN8i5o-JlOwSl"
},
{
"id": "4",
"name": "Mustang",
"desc": "The Ford Mustang is an American car manufactured by Ford. It was originally based on the platform of the second generation North American Ford Falcon, a compact car.",
"image": "https://drive.google.com/uc?id=1D9NAnBmQUzxouYXYXmS45IbWM160AlTv"
},
{
"id": "5",
"name": "Aston Martin",
"desc": "Aston Martin Lagonda Global Holdings plc is a British independent manufacturer of luxury sports cars and grand tourers. It was founded in 1913 by Lionel Martin and Robert Bamford.",
"image": "https://drive.google.com/uc?id=1w2UdUJy1BRPCNIxhnKDvc6RhWSrEtuGE"
},
{
"id": "6",
"name": "Lamborghini",
"desc": "Automobili Lamborghini is an Italian brand and manufacturer of luxury sports cars and SUVs based in Sant'Agata Bolognese and tractors Lamborghini Trattori in Pieve di Cento, Italy. The company is owned by the Volkswagen Group through its subsidiary Audi.",
"image": "https://drive.google.com/uc?id=1Zq3aWgAr_UwqSd_xv_zFLd8IW0yzsTZ5"
}
]