Skip to content

Commit

Permalink
Improvements to about page
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Dec 13, 2024
1 parent 03241a8 commit c9ea1c9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions packages/nextjs/app/about/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const About = () => {

<div className="w-full bg-yellow-500">
<div className="flex flex-col p-6 justify-center items-center bg-yellow-500 text-black">
<h1 className="text-4xl font-mono text-center">Like reading PDFs?</h1>
<h1 className="text-4xl font-mono text-center">Prefer reading PDFs?</h1>
<div>
<Link href="/PunkPaper.pdf" target="_blank">
<button className="btn btn-primary bg-black hover:bg-gray-800 border-0 text-yellow-300">
Expand Down Expand Up @@ -120,8 +120,8 @@ export const About = () => {
height={350}
/>
<div>
<h1 className="text-5xl font-bold">Example build 🤘</h1>
<p className="pt-6 text-green-600 text-3xl">Use social media and earn! 🤑</p>
<h1 className="text-5xl font-bold">About this build 🤘</h1>
<p className="pt-6 text-green-600 text-2xl">Use social media and earn! 🤑</p>
<p className="">
Social protocol where interactions are monetized 💰 <br />
Users earn while engaging with their community 🫂
Expand Down Expand Up @@ -315,7 +315,7 @@ export const About = () => {
)} */}
</div>

<div className="w-full pt-6 bg-base-300">
{/* <div className="w-full pt-6 bg-base-300">
<h1 className="text-4xl font-bold font-mono text-center">Tech stack! 🤘</h1>
</div>
Expand Down Expand Up @@ -385,7 +385,7 @@ export const About = () => {
</p>
</div>
</div>
</div>
</div> */}

<div className="hero-content flex-col lg:flex-row-reverse lg:px-14">
<span className="text-xl">
Expand Down
22 changes: 11 additions & 11 deletions packages/nextjs/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,18 +105,18 @@ export const Footer = () => {
</a>
</div>
<span>·</span>
<div className="flex justify-center items-center gap-2">
<p className="m-0 text-center">
Built with <HeartIcon className="inline-block h-4 w-4" /> by
<div className="flex flex-row justify-center items-center gap-2">
<p className="m-0 text-center flex items-center gap-1">
Built with <HeartIcon className="inline-block h-4 w-4" /> by{" "}
<a
className="flex items-center gap-1"
href="https://linktr.ee/lulox"
target="_blank"
rel="noreferrer"
>
<span className="link">Lulox</span>
</a>
</p>
<a
className="flex justify-center items-center gap-1"
href="https://linktr.ee/lulox"
target="_blank"
rel="noreferrer"
>
<span className="link">Lulox</span>
</a>
</div>
</div>
</ul>
Expand Down

0 comments on commit c9ea1c9

Please sign in to comment.