Skip to content

Commit

Permalink
Adding support for the 2024 Kia EV9 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Chapman authored Jan 30, 2024
1 parent f0d3bda commit 55f7b94
Show file tree
Hide file tree
Showing 18 changed files with 11 additions and 0 deletions.
Binary file added app/hero_source_images/2024-kia-ev9-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/hero_source_images/2024-kia-ev9-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/hero_source_images/2024-kia-ev9-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/hero_source_images/2024-kia-ev9-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/hero_images/2024-kia-ev9-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/hero_images/2024-kia-ev9-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/hero_images/2024-kia-ev9-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/hero_images/2024-kia-ev9-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/hero_images/blurred/2024-kia-ev9-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/hero_images/blurred/2024-kia-ev9-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/hero_images/blurred/2024-kia-ev9-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/hero_images/blurred/2024-kia-ev9-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/hero_images/mobile/2024-kia-ev9-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/hero_images/mobile/2024-kia-ev9-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/hero_images/mobile/2024-kia-ev9-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/public/hero_images/mobile/2024-kia-ev9-4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions app/src/helpers/formOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ const modelOptions = [
label: "Kia",
options: [
{ value: "N", text: "EV6" },
{ value: "P", text: "EV9" },
{ value: "V", text: "Niro EV" },
],
},
Expand Down
10 changes: 10 additions & 0 deletions app/src/helpers/heroImages.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,16 @@ export function getHeroImage() {
displayName: "Ford F-150 Lightning®",
modelName: "f-150 lightning",
},
{
imageNames: [
["2024-kia-ev9-1.jpg", "-22rem center", "light"],
["2024-kia-ev9-2.jpg", "-30rem center", "light"],
["2024-kia-ev9-3.jpg", "-18rem center", "light"],
["2024-kia-ev9-4.jpg", "-23rem center", "light"],
],
displayName: "Kia EV9",
modelName: "P",
},
];

// Random int which will be used to select an element from heroImages
Expand Down

0 comments on commit 55f7b94

Please sign in to comment.