Skip to content

Commit

Permalink
updated about page in marketing site
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Oct 13, 2023
1 parent 656ecba commit 1baa0b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 28 deletions.
31 changes: 7 additions & 24 deletions marketing/src/containers/about/reason/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@ const Rason: React.FC = () => {
</h2>
</FadeIn>
<FadeIn>
<p className="inline-block text-2xl font-bold leading-relaxed text-black bg-blue-500 px-2.5 -mx-2.5 mb-5">
With over 13 years of experience, we combine design, science, technology,
sustainability, and business.
<p className="inline-block text-2xl font-bold leading-relaxed text-black px-2.5 -mx-2.5 mb-5">
<span className="bg-blue-500">
With over 13 years of experience, we combine design, science, technology,
sustainability, and business.
</span>
</p>
<div className="space-y-10">
<p className="text-2xl font-light leading-relaxed">
Expand All @@ -81,27 +83,8 @@ const Rason: React.FC = () => {
planet and society. We have over 13 years of experience working with world-changing
organizations building platforms like Global Forest Watch, Aqueduct and Trase.
</p>
</div>
</FadeIn>
</div>
</Wrapper>

<Wrapper>
<div className="space-y-20 text-white md:space-y-32">
<FadeIn>
<div className="space-y-10">
<h3 className="text-2xl font-bold text-white">Vizzuality</h3>
<p className="text-xl font-light">
Vizzuality is a change-driven design and technology agency creating bespoke,
science-based data visualizations and digital tools that inspire learning, catalyze
decisions and improve our world.
</p>
<p className="text-xl font-light">
We work together with proactive organizations to create a better future for our
planet and society. We have over 10 years of experience working with world-changing
organizations building platforms like Global Forest Watch, Aqueduct and Trase.
</p>
<p>
<div>
<a
href="https://www.vizzuality.com/"
target="_blank"
Expand All @@ -111,7 +94,7 @@ const Rason: React.FC = () => {
<span>Discover Vizzuality</span>
<Icon icon={ARROW_TOP_RIGHT_SVG} className="w-3 h-3" />
</a>
</p>
</div>
<ul className="grid grid-cols-2 gap-10 xs:grid-cols-3 md:grid-cols-5">
<li>
<a href="https://www.un.org/" target="_blank" rel="noreferrer noopener">
Expand Down
4 changes: 0 additions & 4 deletions marketing/src/containers/home/developed/component.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import Link from 'next/link';
import Wrapper from 'containers/wrapper';
import FadeIn from 'components/fade';
import Image from 'next/image';

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

const Developed: React.FC = () => {
return (
<section className="relative py-32 bg-white bg-cover">
Expand Down

1 comment on commit 1baa0b4

@vercel
Copy link

@vercel vercel bot commented on 1baa0b4 Oct 13, 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.vercel.app
landgriffon-marketing-vizzuality1.vercel.app
landgriffon-marketing-git-dev-vizzuality1.vercel.app

Please sign in to comment.