Skip to content

Commit

Permalink
Unification in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Dec 18, 2023
1 parent 3713947 commit 48557e6
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 27 deletions.
38 changes: 19 additions & 19 deletions nuxt-frontend/assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,53 +191,53 @@
.mobile-header-1 {
@apply font-opensans-bold tracking-[-0.08rem] text-[2rem] leading-[2.6rem];
}
.desk-header-1 {
@apply font-opensans-bold tracking-[-0.15rem] text-[3.75rem] leading-[4.875rem];
}
.mobile-header-2 {
@apply font-opensans-bold tracking-[-0.08rem] text-[1.5rem] leading-[2.25rem];
}
.mobile-header-2-regular {
@apply tracking-[-0.08rem] text-[1.5rem] leading-[2.25rem] font-inter-regular;
@apply font-inter-regular tracking-[-0.08rem] xl:tracking-normal text-[1.5rem] leading-[2.25rem];
}
.mobile-header-2-semibold {
@apply tracking-[-0.08rem] text-[1.5rem] leading-[2.25rem] font-inter-semibold;
}
.desk-header-2 {
@apply font-opensans-bold tracking-[-0.12rem] text-[3rem] leading-[3.9rem];
@apply font-inter-semibold tracking-[-0.08rem] xl:tracking-normal text-[1.5rem] leading-[2.25rem];
}
.mobile-header-3 {
@apply font-opensans-semibold tracking-[-0.08rem] text-[1.25rem] leading-[1.875rem];
@apply font-opensans-semibold tracking-[-0.08rem] xl:tracking-normal text-[1.25rem] leading-[1.875rem];
}
.mobile-header-3-regular {
@apply tracking-[-0.08rem] text-[1.25rem] leading-[1.875rem] font-inter-regular;
@apply font-inter-regular tracking-[-0.08rem] xl:tracking-normal text-[1.25rem] leading-[1.875rem];
}
.mobile-header-3-medium {
@apply tracking-[-0.08rem] text-[1.25rem] leading-[1.875rem] font-inter-medium;
@apply font-inter-medium tracking-[-0.08rem] xl:tracking-normal text-[1.25rem] leading-[1.875rem];
}
.mobile-header-3-semibold {
@apply tracking-[-0.08rem] text-[1.25rem] leading-[1.875rem] font-inter-semibold;
@apply font-inter-semibold tracking-[-0.08rem] xl:tracking-normal text-[1.25rem] leading-[1.875rem];
}
.desk-header-1 {
@apply font-opensans-bold tracking-[-0.15rem] text-[3.75rem] leading-[4.875rem];
}
.desk-header-2 {
@apply font-opensans-bold tracking-[-0.15rem] text-[3rem] leading-[3.9rem];
}
.desk-header-3 {
@apply font-opensans-semibold tracking-[-0.08rem] text-[2rem] leading-[3rem];
@apply font-opensans-semibold tracking-[-0.15rem] text-[2rem] leading-[3rem];
}
.sub-h1-regular {
@apply text-[1.125rem] leading-[1.688rem] font-inter-regular;
@apply font-inter-regular text-[1.125rem] leading-[1.688rem];
}
.sub-h1-semibold {
@apply text-[1.125rem] leading-[1.688rem] font-inter-semibold;
@apply font-inter-semibold text-[1.125rem] leading-[1.688rem];
}
.sub-h2-medium {
@apply text-[1.375rem] leading-[2.063rem] font-inter-medium;
@apply font-inter-medium text-[1.375rem] leading-[2.063rem];
}
.sub-h3-regular {
@apply text-base font-inter-regular;
@apply font-inter-regular text-base;
}
.sub-h3-medium {
@apply text-base font-inter-medium;
@apply font-inter-medium text-base;
}
.sub-h3-semibold {
@apply text-base font-inter-semibold;
@apply font-inter-semibold text-base;
}
.sub-h4-regular {
@apply font-inter-regular text-[0.75rem] leading-[1.125rem];
Expand Down
2 changes: 1 addition & 1 deletion nuxt-frontend/components/home-new/CaseStudy.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class="container mt-4 mb-6 text-black-core/[0.6] text-center sub-h1-regular lg:mobile-header-2-regular"
>
<span
class="sub-h1-semibold lg:mobile-header-2-semibold relative after:absolute after:-bottom-0.5 after:right-0 after:content-[''] after:w-[89px] md:after:w-[152px] lg:after:w-[205px] after:h-2.5 md:after:h-3.5 after:bg-[#FFF3F7] after:-z-[1] secondary-color"
class="sub-h1-semibold lg:mobile-header-2-semibold relative after:absolute after:-bottom-0.5 after:right-0 after:content-[''] after:w-[89px] md:after:w-[90px] lg:after:w-[108px] xl:after:w-[120px] after:h-2.5 md:after:h-3.5 after:bg-[#FFF3F7] after:-z-[1] secondary-color"
>1M+ users</span
>
use our apps every day
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<span class="mobile-header-2 lg:desk-header-2 text-black-core/[0.87]">
We are here to Contribute
</span>
<div class="mt-4 sub-h1-regular w-[56%] md:w-full mx-auto text-black-core/[0.60]">
<div class="mt-4 sub-h1-regular w-full mx-auto text-black-core/[0.60]">
<span>and that starts with the site itself, </span>
<span>
<a
Expand Down
4 changes: 2 additions & 2 deletions nuxt-frontend/components/home-new/PortfolioCTASection.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<template>
<div
class="h-[352px] lg:h-[476px] from-[#FF835B] to-[#F2709C] bg-gradient-[174deg] lg:bg-gradient-[180deg] 3xl:outer-container"
class="h-[352px] lg:h-[420px] xl:h-[476px] from-[#FF835B] to-[#F2709C] bg-gradient-[174deg] lg:bg-gradient-[180deg] 3xl:outer-container"
>
<div class="container flex flex-col lg:flex-row py-4 lg:py-0">
<div class="hidden lg:block lg:w-full">
<img
:src="CTAImage[3]"
:srcset="`${CTAImage[0]} 400w, ${CTAImage[1]} 800w, ${CTAImage[2]} 1600w, ${CTAImage[3]} 2400w`"
alt="portfolio-cta-image"
class="w-full object-fill 2xl:object-contain h-[476px]"
class="w-full object-fill 2xl:object-contain h-[420px] xl:h-[476px]"
loading="lazy"
/>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
>ogether
</p>
<p
class="mt-4 lg:mt-[2.5rem] w-[98%] md:w-[70%] lg:w-[75%] xl:w-[66%] 2xl:w-[56%] xll:w-[44%] text-center sub-h1-regular lg:mobile-header-2-regular text-white/[0.80] lg:text-right "
class="mt-4 lg:mt-[2.5rem] w-[98%] md:w-[70%] lg:w-[80%] xl:w-[75%] 2xl:w-[65%] xll:w-[52%] text-center sub-h1-regular lg:mobile-header-2-regular text-white/[0.80] lg:text-right "
>
Not sure where to start? We also offer code and architecture reviews,
strategic planning, and more.
Expand Down
6 changes: 3 additions & 3 deletions utils/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ func NewEmail() *utilsRepository {
}

func GetAWSIAMUserSession() (*session.Session, error) {
awsRegion := "ap-south-1"
awsAccessKeyId := "AKIAYJJIHLXJBIBA76G5"
awsSecretAccessKey := "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"
awsRegion := os.Getenv("REGION")
awsAccessKeyId := os.Getenv("ACCESS_KEY_ID")
awsSecretAccessKey := os.Getenv("SECRET_ACCESS_KEY")

sess, err := session.NewSession(&aws.Config{
Region: aws.String(awsRegion),
Expand Down

0 comments on commit 48557e6

Please sign in to comment.