Skip to content

Commit

Permalink
added logos
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Mar 21, 2024
1 parent 39faf92 commit 6279153
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 5 deletions.
Binary file added marketing/public/images/logos/fao-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 added marketing/public/images/logos/logo-unilever.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/tetrapak-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 35 additions & 5 deletions marketing/src/containers/home/developed/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Developed: React.FC = () => {
</FadeIn>

<FadeIn>
<div className="grid grid-cols-4 gap-x-20 gap-y-14 items-center">
<div className="grid grid-cols-5 gap-x-20 gap-y-14 items-center">
<div>
<a href="https://www.google.com/" target="_blank" rel="noreferrer noopener">
<Image
Expand All @@ -47,6 +47,7 @@ const Developed: React.FC = () => {
/>
</a>
</div>

<div>
<a href="https://www.mars.com/" target="_blank" rel="noreferrer noopener">
<Image
Expand All @@ -58,7 +59,6 @@ const Developed: React.FC = () => {
/>
</a>
</div>

<div>
<a
href="https://www.microsoft.com/es-es/"
Expand All @@ -74,7 +74,6 @@ const Developed: React.FC = () => {
/>
</a>
</div>

<div>
<a href="https://www.wri.org/" target="_blank" rel="noreferrer noopener">
<Image
Expand All @@ -97,7 +96,6 @@ const Developed: React.FC = () => {
/>
</a>
</div>

<div>
<a href="https://www.nasa.gov/" target="_blank" rel="noreferrer noopener">
<Image
Expand All @@ -109,7 +107,6 @@ const Developed: React.FC = () => {
/>
</a>
</div>

<div>
<a href="https://www.esa.int/" target="_blank" rel="noreferrer noopener">
<Image
Expand All @@ -121,6 +118,39 @@ const Developed: React.FC = () => {
/>
</a>
</div>
<div>
<a href="https://www.tetrapak.com/" target="_blank" rel="noreferrer noopener">
<Image
layout="intrinsic"
src="/images/logos/tetrapak-logo.png"
alt="Tetrapak"
width={100}
height={100}
/>
</a>
</div>
<div>
<a href="https://www.unilever.com/" target="_blank" rel="noreferrer noopener">
<Image
layout="intrinsic"
src="/images/logos/logo-unilever.png"
alt="Unilever"
width={75}
height={80}
/>
</a>
</div>
<div>
<a href="https://www.fao.org/home/es" target="_blank" rel="noreferrer noopener">
<Image
layout="intrinsic"
src="/images/logos/FAO.png"
alt="FAO"
width={89}
height={90}
/>
</a>
</div>
</div>
</FadeIn>
</div>
Expand Down

0 comments on commit 6279153

Please sign in to comment.