Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikugodwill committed Feb 6, 2025
1 parent 0b9e043 commit 0fce1bd
Showing 1 changed file with 26 additions and 13 deletions.
39 changes: 26 additions & 13 deletions landing-page/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,10 @@ export default function Home() {
<div className="grid grid-cols-1 md:grid-cols-3">
<div className="p-6 md:p-8 border-b md:border-b-0 md:border-x border-black">
<div className="flex flex-col items-center mb-6">
<img
<Image
src="/assets/images/technology_ccode_opensource.png"
width={300}
height={300}
alt="Submit Content"
className="w-24 md:w-[188px]"
/>
Expand Down Expand Up @@ -1145,8 +1147,29 @@ export default function Home() {

<FAQs />

<footer className="fixed bottom-0 w-full py-2 sm:py-4 bg-white/80 backdrop-blur border-t-4 border-black flex flex-col sm:flex-row justify-between items-center px-4">
<div className="flex space-x-4">
<footer className="w-full py-8 bg-[#F9F9F9] border-t border-black flex flex-col sm:flex-row justify-between items-center px-6 gap-6">
<div className="flex items-center">
<Image
src="/curatedotfuntransparenticon.png"
alt="curate.fun Logo"
width={32}
height={32}
className="h-8 w-8 mr-2"
priority
/>
<h1 className="text-2xl font-bold">curate.fun</h1>
</div>
<div className="text-sm sm:text-base text-right mt-2 sm:mt-0">
<Link
href="https://potlock.org"
className="hover:text-gray-800"
target="_blank"
rel="noopener noreferrer"
>
Curated with ❤️ by 🫕 POTLOCK
</Link>
</div>
<div className="flex space-x-6">
<Link
href="https://twitter.com/curatedotfun"
target="_blank"
Expand Down Expand Up @@ -1180,16 +1203,6 @@ export default function Home() {
<FaTelegram />
</Link>
</div>
<div className="text-sm sm:text-base text-right mt-2 sm:mt-0">
<Link
href="https://potlock.org"
className="hover:text-gray-800"
target="_blank"
rel="noopener noreferrer"
>
Curated with ❤️ by 🫕 POTLOCK
</Link>
</div>
</footer>
</main>
);
Expand Down

0 comments on commit 0fce1bd

Please sign in to comment.