8000 [LMS-22] New section Methodology sourcing model by mariasola · Pull Request #1006 · Vizzuality/landgriffon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[LMS-22] New section Methodology sourcing model #1006

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

Merged
merged 10 commits into from
Jul 11, 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
Binary file modified marketing/public/images/logos/FAO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added marketing/public/images/logos/IBAT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified marketing/public/images/logos/WWF.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified marketing/public/images/logos/aqueduct.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified marketing/public/images/logos/copernicus_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified marketing/public/images/logos/earthstat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is inv 5D32 alid so it cannot be displayed.
Binary file modified marketing/public/images/logos/gfw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified marketing/public/images/logos/mapspam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified marketing/public/images/logos/satelligence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified marketing/public/images/logos/water-footprint-network.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added marketing/public/videos/earth.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion marketing/src/containers/home/developed/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const Developed: React.FC = () => {
layout="intrinsic"
src="/images/logos/WWF.png"
alt="WWD"
width={66.24}
width={90}
height={97}
/>
</a>
Expand Down
15 changes: 7 additions & 8 deletions marketing/src/containers/methodology/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import StayUpToDate from 'containers/methodology/stay-up-to-date';
import DataProviders from 'containers/methodology/data-providers';

import ContactUs from 'containers/methodology/contact-us';
import KnowMore from 'containers/methodology/know-more';
import SourcingModel from 'containers/methodology/sourcing-model';

import Testimonials from 'containers/testimonials';
import Newsletter from 'containers/newsletter';
import ScrollDown from 'containers/scroll-down';
import Regulations from './regulations/component';
import OpenScience from './open-science/component';

const Methodology: React.FC = () => {
useEffect(() => {
Expand All @@ -35,14 +35,13 @@ const Methodology: React.FC = () => {
<ScrollDown theme="light" />
<Hero />
<StayUpToDate />

<Regulations />
<SourcingModel />
<DataProviders />
<OpenScience />

<ContactUs />

<KnowMore />

<Testimonials />
<Newsletter />
</>
);
};
Expand Down
64 changes: 46 additions & 18 deletions marketing/src/containers/methodology/contact-us/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,57 @@ import { FC } from 'react';
import Wrapper from 'containers/wrapper';
import Link from 'next/link';

import Icon from 'components/icon';
import ARROW_RIGHT_SVG from 'svgs/ui/arrow-right.svg?sprite';

const ContactUs: FC = () => {
return (
<section className="bg-orange-500 xl:bg-white">
<Wrapper>
<div className="relative z-10 py-12 space-y-6 bg-orange-500 md:py-20 xl:-mt-10 xl:px-20 xl:-mx-20">
<h2 className="text-4xl font-black uppercase md:text-6xl font-display">
Share your thoughts
</h2>
<p>
We believe sector-wide transformation will come from sharing knowledge and expertise.
That is why our code is open-source and our science is open and transparent. We welcome
any input and feedback you would like to share with us.
</p>
<div className="flex justify-end">
<Link href="/contact">
<a className="flex items-center space-x-5 underline">
<span>Contact us</span>
<Icon icon={ARROW_RIGHT_SVG} className="w-12 h-12" />
<div className="relative z-10 pt-12 bg-orange-500 md:pt-20 xl:-mt-10 xl:px-20 xl:-mx-20">
<div className="pb-10 space-y-6">
<h2 className="text-4xl font-black uppercase md:text-6xl font-display">
Share your thoughts
</h2>
<p className="text-2xl font-light">
Our methodology has been validated by{' '}
<a
className="underline font-bold"
href="https://satelligence.com/"
target="_blank"
rel="noopener noreferrer"
>
Satelligence
</a>
</Link>
, the{' '}
<a
className="underline font-bold"
href="https://www.sei.org/"
target="_blank"
rel="noopener noreferrer"
>
Stockholm Environment Institute
</a>{' '}
and their{' '}
<a
className="underline font-bold"
href="https://www.trase.earth/"
target="_blank"
rel="noopener noreferrer"
>
Trase
</a>{' '}
initiative. We are keen to collaborate with the wider research and policy community
towards a common goal of supply chain sustainability.
</p>
</div>

<div className="flex items-end py-8 border-t border-black/10">
<p className="font-light text-xl">
If you have any feedback or if we can be of help:{' '}
<Link href="/contact">
<a className="underline font-bold">
<span>Contact us now</span>
</a>
</Link>
</p>
</div>
</div>
</Wrapper>
Expand Down
Loading
0