Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LMS-20][LMS-24] Erase steps in methodology and change text in hero #999

Merged
merged 1 commit into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions marketing/src/containers/methodology/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import Hero from 'containers/methodology/hero';
import StayUpToDate from 'containers/methodology/stay-up-to-date';
import DataProviders from 'containers/methodology/data-providers';

import Steps from 'containers/methodology/steps';
import Step01 from 'containers/methodology/steps/01';
import Step02 from 'containers/methodology/steps/02';
import ContactUs from 'containers/methodology/contact-us';
import KnowMore from 'containers/methodology/know-more';

Expand Down Expand Up @@ -40,11 +37,6 @@ const Methodology: React.FC = () => {
<StayUpToDate />
<DataProviders />

<Steps>
<Step01 />
<Step02 />
</Steps>

<ContactUs />

<KnowMore />
Expand Down
3 changes: 2 additions & 1 deletion marketing/src/containers/methodology/hero/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ const Hero: React.FC = () => {
Analyze impacts with world-renowned datasets.
</h1>
<h2 className="text-2xl font-medium text-black font-display md:text-3xl">
Download our methodology and find out how LandGriffon works.
Our open-source and open-science software ensures total transparency to align
companies with nature standards and ESG regulations, such as SBTN and TNFD guidance.
</h2>

<div className="flex flex-col space-y-6 sm:flex-row sm:space-y-0 sm:space-x-6 xl:justify-between">
Expand Down
73 changes: 0 additions & 73 deletions marketing/src/containers/methodology/steps/01/component.tsx

This file was deleted.

1 change: 0 additions & 1 deletion marketing/src/containers/methodology/steps/01/index.ts

This file was deleted.

129 changes: 0 additions & 129 deletions marketing/src/containers/methodology/steps/02/component.tsx

This file was deleted.

1 change: 0 additions & 1 deletion marketing/src/containers/methodology/steps/02/index.ts

This file was deleted.

29 changes: 0 additions & 29 deletions marketing/src/containers/methodology/steps/component.tsx

This file was deleted.

1 change: 0 additions & 1 deletion marketing/src/containers/methodology/steps/index.ts

This file was deleted.