mirror of
https://github.com/vitalityAI/office.git
synced 2025-04-09 22:10:18 -04:00
footer
This commit is contained in:
parent
ea3d118d54
commit
68cdf876ec
|
@ -2,7 +2,7 @@ import Link from "next/link";
|
|||
|
||||
const SiteLink = ({txt, href, className=""}) => {
|
||||
return (
|
||||
<Link href={href} passHref><a className={`${className}`}>{txt}</a></Link>
|
||||
<Link href={href} passHref><a className={`underline text-white hover:text-blue transition-all ${className}`}>{txt}</a></Link>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ import SiteLink from './SiteLink';
|
|||
export const Footer = () => {
|
||||
return (
|
||||
<footer className="absolute bottom-0 text-white w-full pb-4 bg-navy-darkest bg-opacity-100">
|
||||
<p className='mt-4 text-center text-base'>Made with 💖 by <SiteLink href={"https://arulandu.com"} txt="Alvan Caleb Arulandu" /> {' '} <SiteLink href={"https://crucialnet.org"} txt="Rushil Umaretiya" /> for HackTJ 10.0.</p>
|
||||
<p className='mt-4 text-center text-base'>Made with 💖 by <SiteLink href={"https://arulandu.com"} txt="Alvan Caleb Arulandu" /> {' and '} <SiteLink href={"https://crucialnet.org"} txt="Rushil Umaretiya" /> for HackTJ 10.0.</p>
|
||||
<div className='flex justify-center'>
|
||||
<p>Backend: <a className='inline-block align-middle' href="https://github.com/VitalityAI/therapist">
|
||||
<img className='h-full' src="https://img.shields.io/github/last-commit/VitalityAI/therapist" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user