Skip to content

Commit

Permalink
Added CTA sections for blog details and refactor css classes
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Mar 14, 2024
1 parent 4b2e2e0 commit ab9501e
Show file tree
Hide file tree
Showing 22 changed files with 880 additions and 38 deletions.
23 changes: 23 additions & 0 deletions nuxt-frontend/assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,29 @@
@apply from-[#f2709c] to-[#ff9472] bg-clip-text text-transparent bg-gradient-[89.88deg];
}

.cta-gradient-text {
@apply bg-gradient-to-r from-[#f2709c] via-[#ff909c] to-[#ff9472] bg-clip-text text-transparent;
}

.cta-gradient-border {
border-image: linear-gradient(to bottom, #f2709c, #ff835b) 1;
}

.hoverable-text:hover {
@apply bg-gradient-to-r from-[#f2709c] via-[#ff909c] to-[#ff9472] bg-clip-text text-transparent;
}

.cta-section {
-webkit-user-select: none;
-moz-user-select: none;
}

.cta-box-shadow {
-webkit-appearance: none;
-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
}

.v2-canopas-gradient-text {
@apply from-[#FF835B] to-[#F2709C] bg-clip-text text-transparent bg-gradient-[270.11deg];
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15 changes: 15 additions & 0 deletions nuxt-frontend/assets/images/CTA/second-cta-2400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions nuxt-frontend/assets/images/CTA/second-cta-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions nuxt-frontend/assets/images/small-loader.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Loading

0 comments on commit ab9501e

Please sign in to comment.