From dba2f694bed4c3d7d1a3c62dceb201f3814a6524 Mon Sep 17 00:00:00 2001 From: cp-jagruti-a Date: Mon, 19 Feb 2024 11:16:02 +0530 Subject: [PATCH] Unification in career page --- .../home-new/ContributionSection.vue | 131 +++++++++--------- nuxt-frontend/components/jobs/CareerView.vue | 65 +++++---- nuxt-frontend/components/jobs/FaqSection.vue | 9 +- nuxt-frontend/components/jobs/LandingView.vue | 14 +- .../components/jobs/LifeAtCanopas.vue | 18 +-- nuxt-frontend/components/jobs/WhyCanopas.vue | 72 +++++----- .../components/jobs/WhyCanopasMobile.vue | 20 +-- nuxt-frontend/pages/jobs/index.vue | 4 +- nuxt-frontend/tailwind.config.js | 13 +- 9 files changed, 159 insertions(+), 187 deletions(-) diff --git a/nuxt-frontend/components/home-new/ContributionSection.vue b/nuxt-frontend/components/home-new/ContributionSection.vue index ff752c11f..a627a2737 100644 --- a/nuxt-frontend/components/home-new/ContributionSection.vue +++ b/nuxt-frontend/components/home-new/ContributionSection.vue @@ -16,7 +16,7 @@ >
@@ -24,82 +24,79 @@ :to="contribution.link" target="_blank" @click.native="$mixpanel.track('tap_home_github_contribution_section')" - class="flex-col p-4 lg:p-6" + class="flex-col" > -
+ {{ contribution.title }} -
+ +
+ {{ contribution.description }} +
+
- {{ contribution.description }} +
-
+
+ +
+
+
+ + {{ contribution.stars }} -
-
- - + {{ + contribution.forks + }} +
+
+ {{ contribution.language }} -
-
-
- - {{ contribution.stars }} -
-
- {{ - contribution.forks - }} -
-
- {{ contribution.language }} -
- +
diff --git a/nuxt-frontend/components/jobs/CareerView.vue b/nuxt-frontend/components/jobs/CareerView.vue index 93df2acb2..2ae7d3b05 100644 --- a/nuxt-frontend/components/jobs/CareerView.vue +++ b/nuxt-frontend/components/jobs/CareerView.vue @@ -1,20 +1,22 @@