Skip to content

Commit

Permalink
webinnar for different screens
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Nov 20, 2023
1 parent b04d820 commit 3f86ddb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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-2/5 ${COMMON_CONTENT_CLASSES}`,
default: `sm:w-4/5 md:w-2/3 lg:1/2 xl:w-3/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
8 changes: 4 additions & 4 deletions marketing/src/containers/methodology/webinar/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ import { FC } from 'react';

const Webinar: FC = () => (
<div
className="relative max-w-[993px] h-[495px] space-y-12 py-12 px-14 mx-auto text-white bg-blue-900 bg-cover bg-center bg-no-repeat"
className="relative w-full max-w-[993px] min-h-[495px] space-y-12 py-12 px-14 mx-auto text-white bg-blue-900 bg-cover bg-center bg-no-repeat"
style={{
backgroundImage: 'url(/images/methodology/webinar-bg.png)',
}}
>
<div className="space-y-2">
<div className="uppercase text-xl font-display font-black">Coming soon</div>
<h2 className="uppercase text-[55px] leading-tight font-display font-black">
<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.
</h2>
</div>
<div className="flex justify-between items-end">
<div className="lg-flex justify-between items-end space-y-4">
<div className="space-y-4">
<p className="text-2xl">Join our webinar to find out more.</p>
<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>
Expand Down

1 comment on commit 3f86ddb

@vercel
Copy link

@vercel vercel bot commented on 3f86ddb Nov 20, 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-vizzuality1.vercel.app
landgriffon-marketing.vercel.app
landgriffon-marketing-git-dev-vizzuality1.vercel.app

Please sign in to comment.