Skip to content

Commit

Permalink
feat: new members added (#147)
Browse files Browse the repository at this point in the history
* feat: new members added
* style: content change
  • Loading branch information
keriat committed Jul 6, 2023
1 parent b4fb1a3 commit c457041
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
Binary file added public/content/images/alliance/beefy.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 public/content/images/alliance/pool_together.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions src/components/Block/Alliance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function BlockAlliance() {
drastically simplifies the process of building cool and useful applications by decreasing the complexity of integration while improving UX and security.
</p>
</div>
<ul role="list" className="mx-auto my-16 grid grid-cols-1 gap-6 sm:gap-8 lg:mt-20 lg:max-w-none lg:grid-cols-4">
<ul role="list" className="mx-auto my-16 grid grid-cols-1 gap-6 sm:gap-8 xl:mt-20 xl:max-w-none xl:grid-cols-4">
{alliance
.sort((a, b) => (a.name.toLowerCase() < b.name.toLowerCase() ? -1 : 1))
.map((singleAllie, singleAllieIndex) => (
Expand Down Expand Up @@ -83,10 +83,14 @@ export default function BlockAlliance() {
</ul>
<div className="flex flex-col items-center pb-8 md:mt-8">
<div className="py-16">
<AtomTitle alignText="center">Funds Raised</AtomTitle>
<div className="justify-center text-center mb-8 w-auto space-y-3" data-aos="fade-up" data-aos-delay="100">
<h2 className="aos-init aos-animate text-center text-2xl font-extrabold tracking-tight md:max-w-full md:text-3xl" data-aos="slide-up">
<span className="relative -mb-1 block bg-gradient-to-r dark:from-pink-100 dark:to-pink-300 from-pink-500 to-pink-900 bg-clip-text pb-1 text-transparent">Funds Raised</span>
</h2>
</div>
<div className="text-xl leading-relaxed text-slate-700 dark:text-zinc-100">The alliance contributes capital to advance the development of the ERC-4626 ecosystem</div>
<div className="mt-8 flex items-center justify-center whitespace-nowrap bg-gradient-to-bl from-pink-500 to-pink-900 bg-clip-text text-4xl font-black text-transparent dark:from-pink-100 dark:to-pink-300">
$30,000
$35,000
</div>
</div>

Expand Down
16 changes: 15 additions & 1 deletion src/content/alliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,19 @@
"website": "https://blockworks.co",
"twitter": "Blockworks_",
"logo": "blockworks.png"
},
{
"content": "Beefy is a multichain yield aggregator and optimizer",
"name": "Beefy Finance",
"website": "https://app.beefy.com/",
"twitter": "beefyfinance",
"logo": "beefy.png"
},
{
"content": "PoolTogether is a lossless prize saving pool protocol",
"name": "PoolTogether",
"website": "https://pooltogether.com/",
"twitter": "PoolTogether_",
"logo": "pool_together.jpg"
}
]
]

0 comments on commit c457041

Please sign in to comment.