Skip to content

Commit

Permalink
add new partner logs
Browse files Browse the repository at this point in the history
  • Loading branch information
confxsd committed Apr 29, 2024
1 parent 737668c commit e5dab13
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 17 deletions.
Binary file added web-app/public/images/partners/ic_disco.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 web-app/public/images/partners/ic_fluence.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 web-app/public/images/partners/ic_olas.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 web-app/public/images/partners/ic_verax.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 38 additions & 17 deletions web-app/src/components/sections/landing/Partners.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,12 @@ const PartnersSection = () => {
<h2 className="text-passiveLight font-title text-2xl opacity-65 md:text-2xl">
Partners and Allies
</h2>
<div className="flex flex-col items-center gap-6 md:flex-row md:gap-16">
<Image
src="/images/partners/ic_ceramic.png"
alt="Ceramic Network"
width={240}
height={50}
/>
<div className="flex flex-row items-center justify-center gap-4 md:flex-row md:gap-16">
<div className="flex flex-col gap-6 md:gap-8">
<div className="flex flex-col items-center justify-center gap-6 md:flex-row md:gap-48 md:mb-4 ">
<Image
src="/images/partners/ic_ipfs.png"
alt="IPFS"
width={117}
src="/images/partners/ic_ceramic.png"
alt="Ceramic Network"
width={240}
height={50}
/>
<Image
Expand All @@ -35,13 +29,40 @@ const PartnersSection = () => {
width={41}
height={30}
/>
<Image
src="/images/partners/ic_fluence.png"
alt="IPFS"
width={117}
height={50}
/>
</div>

<div className="flex flex-col md:flex-row items-center justify-center gap-4 md:gap-[108px]">
<Image
src="/images/partners/ic_olas.png"
alt="Intuition"
width={90}
height={50}
/>
<Image
src="/images/partners/ic_disco.png"
alt="Intuition"
width={50}
height={50}
/>
<Image
src="/images/partners/ic_verax.png"
alt="Intuition"
width={132}
height={50}
/>
<Image
src="/images/partners/ic_intuition.png"
alt="Intuition"
width={183}
height={50}
/>
</div>
<Image
src="/images/partners/ic_intuition.png"
alt="Intuition"
width={183}
height={80}
/>
</div>
</div>
<div className="flex flex-col items-center gap-8">
Expand Down

0 comments on commit e5dab13

Please sign in to comment.