Skip to content

Commit

Permalink
updated webinar modal in homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Nov 22, 2023
1 parent 549b365 commit c4bd510
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion marketing/src/components/modal/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const COMMON_CONTENT_CLASSES =

export const CONTENT_CLASSES = {
narrow: `sm:w-4/6 md:w-1/2 lg:w-5/12 xl:w-1/3 ${COMMON_CONTENT_CLASSES}`,
default: `sm:w-4/5 md:w-2/3 lg:1/2 xl:w-3/5 ${COMMON_CONTENT_CLASSES}`,
default: `sm:w-4/5 md:w-2/3 lg:1/2 xl:w-3/5 2xl:w-2/5 ${COMMON_CONTENT_CLASSES}`,
wide: `sm:w-10/12 md:w-10/12 lg:w-10/12 xl:w-8/12 ${COMMON_CONTENT_CLASSES}`,
};

Expand Down
14 changes: 6 additions & 8 deletions marketing/src/containers/methodology/webinar/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,19 @@ const Webinar: FC = () => (
<h2 className="uppercase text-3xl xl:text-[55px] leading-tight font-display font-black">
5 New, <span className="bg-orange-500 text-blue-900">Open-Access Datasets</span>
<br /> and our SBTN-Aligned
<br /> Methodology.
<br /> Methodology for carbon
<br /> and nature accounting.
</h2>
</div>
<div className="lg:flex justify-between items-end space-y-4">
<div className="space-y-4">
<p className="text-xl lg:text-2xl">Join our webinar to find out more.</p>
<div>
<strong>Date & Time:</strong> Tues 21st Nov | 3pm CEST | 9am ET
</div>
<div className="text-xl lg:text-2xl">Watch our webinar on demand.</div>
</div>
<a
href="https://us02web.zoom.us/webinar/register/3516986785955/WN_jrVPnHiySFKNXd1nDRPwNQ#/registration"
className="font-semibold block w-[195px] h-[82px] flex items-center hover:cursor-pointer justify-center border-2 border-white"
href="https://bit.ly/3GbWOMa"
className="font-semibold block w-[195px] h-[82px] flex items-center hover:cursor-pointer justify-center border-2 border-white focus-visible:ring-0 focus-visible:outline-0"
>
Register now
Watch now
</a>
</div>
</div>
Expand Down

1 comment on commit c4bd510

@vercel
Copy link

@vercel vercel bot commented on c4bd510 Nov 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

landgriffon-marketing – ./marketing

landgriffon-marketing-git-dev-vizzuality1.vercel.app
landgriffon-marketing.vercel.app
landgriffon-marketing-vizzuality1.vercel.app

Please sign in to comment.