Skip to content

Commit

Permalink
Improvements to about
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Nov 20, 2024
1 parent cfd0f35 commit 003533e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Social protocol where interactions are monetized 💰 allowing users to earn thr

❓ To know what this project aims to be, [see the about page](https://punksociety.xyz/about).

📥 To see pending project tasks, [see this Trello](https://trello.com/b/HLBnvKSu/punksociety)
📥 To see pending development tasks, [see this Trello](https://trello.com/b/HLBnvKSu/punksociety)

# 🤘 Roadmap

Expand Down
42 changes: 22 additions & 20 deletions packages/nextjs/app/about/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,25 @@ export const About = () => {
</div>
</div>

<div className="card lg:h-[270px] max-w-[400px] flex flex-col justify-between bg-base-100 shadow-xl">
<div className="card-body items-center text-center flex-grow overflow-hidden">
<span className="text-6xl"></span>
<h2 className="card-title text-2xl font-mono">USDC = native gas! </h2>
<p>
<Link href="https://circle.com/" target="_blank">
<span className="pr-1 text-blue-600 font-bold underline underline-offset-2">USDC</span>
<Image src="/usdc-logo.png" alt="USDC logo" width={20} height={20} className="inline-block" />
</Link>{" "}
is used to pay for transactions and interactions on our{" "}
<Link href="https://docs.avax.network/avalanche-l1s" target="_blank">
<span className="pr-1 text-red-600 font-bold underline underline-offset-2">Avalanche L1</span>
<Image src="/avalanche-logo.png" alt="Avalanche logo" width={20} height={20} className="inline-block" />
</Link>{" "}
.
</p>
</div>
</div>

<div className="card lg:h-[270px] max-w-[400px] flex flex-col justify-between items-center bg-base-100 shadow-xl">
<div className="card-body items-center text-center flex-grow overflow-hidden">
<span className="text-6xl">🫰</span>
Expand All @@ -108,28 +127,11 @@ export const About = () => {
<Image src="/aave-logo.png" alt="AAVE logo" width={20} height={20} className="inline-block" />
</Link>{" "}
while bridged to our{" "}
<Link href="https://www.avax.network/" target="_blank">
<span className="pr-1 text-red-600 font-bold underline underline-offset-2">Avalanche</span>
<Image src="/avalanche-logo.png" alt="Avalanche logo" width={20} height={20} className="inline-block" />
</Link>{" "}
L1!
</p>
</div>
</div>

<div className="card lg:h-[270px] max-w-[400px] flex flex-col justify-between bg-base-100 shadow-xl">
<div className="card-body items-center text-center flex-grow overflow-hidden">
<span className="text-6xl"></span>
<h2 className="card-title text-2xl font-mono">USDC = native gas! </h2>
<p>
<span className="pr-1 text-blue-600 font-bold underline underline-offset-2">USDC</span>
<Image src="/usdc-logo.png" alt="USDC logo" width={20} height={20} className="inline-block" /> is used to
pay for transactions and interactions on our{" "}
<Link href="https://www.avax.network/" target="_blank">
<span className="pr-1 text-red-600 font-bold underline underline-offset-2">Avalanche</span>
<Link href="https://docs.avax.network/avalanche-l1s" target="_blank">
<span className="pr-1 text-red-600 font-bold underline underline-offset-2">Avalanche L1</span>
<Image src="/avalanche-logo.png" alt="Avalanche logo" width={20} height={20} className="inline-block" />
</Link>{" "}
L1.
!
</p>
</div>
</div>
Expand Down

0 comments on commit 003533e

Please sign in to comment.