The source code for our eny.social landing page, which is mirrored in a different repository as part of the CI setup. eny.social
social-network eny local-first
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(Footer): add correct socials and copyright

Sam Sauer 3bc1c6fb 02ec7c39

+25 -15
+25 -15
app/components/Footer.tsx
··· 1 + "use client"; 2 + 3 + import { LinkedinLogo, InstagramLogo } from "@phosphor-icons/react"; 1 4 import NavLink from "./ui/NavLink"; 2 5 3 6 export default function Footer() { 4 7 return ( 5 8 <footer className="border-t border-charcoal/10 px-6 py-8"> 6 - <div className="mx-auto flex max-w-7xl flex-col items-center justify-between gap-6 md:flex-row"> 9 + <div className="mx-auto grid max-w-[1536px] grid-cols-3 items-center gap-6 px-6"> 7 10 {/* Links */} 8 - <div className="flex flex-col items-end gap-0"> 11 + <div className="flex flex-col items-start gap-0"> 9 12 <NavLink href="#">imprint</NavLink> 10 13 <NavLink href="#">support</NavLink> 11 14 <NavLink href="#">privacy</NavLink> 12 15 </div> 13 16 14 17 {/* Social icons */} 15 - <div className="flex items-center gap-4"> 16 - {/* Bluesky */} 18 + <div className="flex items-center justify-center gap-4"> 19 + {/* Bluesky — no Phosphor icon available */} 17 20 <a 18 - href="#" 21 + href="https://bsky.app/profile/eny.social" 22 + target="_blank" 23 + rel="noopener noreferrer" 19 24 className="text-charcoal/50 transition-colors hover:text-pacific" 20 25 aria-label="Bluesky" 21 26 > 22 - <svg className="h-5 w-5" viewBox="0 0 24 24" fill="currentColor"> 23 - <path d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm4.97 7.97a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 1 1 1.06-1.06L12 13.94l3.97-3.97a.75.75 0 0 1 1.06 0z" /> 27 + <svg className="h-5 w-5" viewBox="0 0 568 501" fill="currentColor"> 28 + <path d="M123.121 33.6637C188.241 82.5526 258.281 181.681 284 234.873C309.719 181.681 379.759 82.5526 444.879 33.6637C491.866 -1.61183 568 -28.9064 568 57.9464C568 75.2916 558.055 203.659 552.222 224.501C531.947 296.954 458.067 315.434 392.347 304.249C507.222 323.8 536.444 388.56 473.333 453.32C353.473 576.312 301.061 422.461 287.631 383.039C285.169 374.577 284.043 370.593 284 373.549C283.957 370.593 282.831 374.577 280.369 383.039C266.939 422.461 214.527 576.312 94.6667 453.32C31.5556 388.56 60.7778 323.8 175.653 304.249C109.933 315.434 36.0533 296.954 15.7778 224.501C9.94445 203.659 0 75.2916 0 57.9464C0 -28.9064 76.1345 -1.61183 123.121 33.6637Z" /> 24 29 </svg> 25 30 </a> 26 31 {/* LinkedIn */} 27 32 <a 28 - href="#" 33 + href="https://www.linkedin.com/company/krekeny/" 34 + target="_blank" 35 + rel="noopener noreferrer" 29 36 className="text-charcoal/50 transition-colors hover:text-pacific" 30 37 aria-label="LinkedIn" 31 38 > 32 - <svg className="h-5 w-5" viewBox="0 0 24 24" fill="currentColor"> 33 - <path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z" /> 34 - </svg> 39 + <LinkedinLogo className="h-6 w-6" weight="regular" /> 35 40 </a> 36 41 {/* Instagram */} 37 42 <a 38 - href="#" 43 + href="https://instagram.com/krekeny" 44 + target="_blank" 45 + rel="noopener noreferrer" 39 46 className="text-charcoal/50 transition-colors hover:text-pacific" 40 47 aria-label="Instagram" 41 48 > 42 - <svg className="h-5 w-5" viewBox="0 0 24 24" fill="currentColor"> 43 - <path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z" /> 44 - </svg> 49 + <InstagramLogo className="h-6 w-6" weight="regular" /> 45 50 </a> 46 51 </div> 52 + 53 + {/* Copyright */} 54 + <p className="text-right text-sm text-charcoal/50"> 55 + &copy; {new Date().getFullYear()} made by krekeny in Offenbach 56 + </p> 47 57 </div> 48 58 </footer> 49 59 );