Skip to content

Commit

Permalink
Merge pull request #82 from canopas/update-images-of-life-at-canopas-…
Browse files Browse the repository at this point in the history
…and-p-b-section

Updated images of life at canopas and perks and benefits sections
  • Loading branch information
cp-sumi-k authored Mar 3, 2022
2 parents cc7cae4 + b645460 commit 193ae63
Show file tree
Hide file tree
Showing 30 changed files with 14 additions and 14 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
12 changes: 6 additions & 6 deletions vue-frontend/src/components/jobs/LifeAtCanopas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,27 +62,27 @@ export default {
slides: [
{
id: 1,
image: require("@/assets/images/life/jobs_canopas_life_2.webp"),
image: require("@/assets/images/life/jobs_canopas_life_2.jpg"),
},
{
id: 2,
image: require("@/assets/images/life/jobs_canopas_life_1.webp"),
image: require("@/assets/images/life/jobs_canopas_life_1.jpg"),
},
{
id: 3,
image: require("@/assets/images/life/jobs_canopas_life_4.webp"),
image: require("@/assets/images/life/jobs_canopas_life_4.jpg"),
},
{
id: 4,
image: require("@/assets/images/life/jobs_canopas_life_3.webp"),
image: require("@/assets/images/life/jobs_canopas_life_3.jpg"),
},
{
id: 5,
image: require("@/assets/images/life/jobs_canopas_life_5.webp"),
image: require("@/assets/images/life/jobs_canopas_life_5.jpg"),
},
{
id: 6,
image: require("@/assets/images/life/jobs_canopas_life_6.webp"),
image: require("@/assets/images/life/jobs_canopas_life_6.jpg"),
},
],
pagination: {
Expand Down
16 changes: 8 additions & 8 deletions vue-frontend/src/components/jobs/PerksAndBenifits.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default {
title: "",
icon: "",
bgColor: "transparent",
image: require("@/assets/images/perks/jobs_canopas_perks_1.webp"),
image: require("@/assets/images/perks/jobs_canopas_perks_1.jpg"),
description: "",
},
{
Expand All @@ -70,7 +70,7 @@ export default {
title: "",
icon: "",
bgColor: "transparent",
image: require("@/assets/images/perks/jobs_canopas_perks_2.webp"),
image: require("@/assets/images/perks/jobs_canopas_perks_2.jpg"),
description: "",
},
{
Expand All @@ -87,7 +87,7 @@ export default {
title: "",
icon: "",
bgColor: "transparent",
image: require("@/assets/images/perks/jobs_canopas_perks_3.webp"),
image: require("@/assets/images/perks/jobs_canopas_perks_3.jpg"),
description: "",
},
{
Expand All @@ -104,7 +104,7 @@ export default {
title: "",
icon: "",
bgColor: "transparent",
image: require("@/assets/images/perks/jobs_canopas_perks_4.webp"),
image: require("@/assets/images/perks/jobs_canopas_perks_4.jpg"),
description: "",
},
{
Expand All @@ -121,7 +121,7 @@ export default {
title: "",
icon: "",
bgColor: "transparent",
image: require("@/assets/images/perks/jobs_canopas_perks_5.webp"),
image: require("@/assets/images/perks/jobs_canopas_perks_5.jpg"),
description: "",
},
{
Expand All @@ -138,7 +138,7 @@ export default {
title: "",
icon: "",
bgColor: "transparent",
image: require("@/assets/images/perks/jobs_canopas_perks_6.webp"),
image: require("@/assets/images/perks/jobs_canopas_perks_6.jpg"),
description: "",
},
{
Expand All @@ -155,7 +155,7 @@ export default {
title: "",
icon: "",
bgColor: "transparent",
image: require("@/assets/images/perks/jobs_canopas_perks_7.webp"),
image: require("@/assets/images/perks/jobs_canopas_perks_7.jpg"),
description: "",
},
{
Expand All @@ -171,7 +171,7 @@ export default {
title: "",
icon: "",
bgColor: "transparent",
image: require("@/assets/images/perks/jobs_canopas_perks_8.webp"),
image: require("@/assets/images/perks/jobs_canopas_perks_8.jpg"),
description: "",
},
],
Expand Down

0 comments on commit 193ae63

Please sign in to comment.