-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e59f45b
commit 4c7b2a3
Showing
5 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import Link from "next/link"; | ||
|
||
export const Footer = () => { | ||
return ( | ||
<footer className="inset-x-0 bottom-0 bg-slate-700 text-center text-vanilla-100 py-3"> | ||
Built with <span role="img" aria-label="love">❤️</span> by the {" "} | ||
<Link href="https://socialimpact.github.com" target="_blank" rel="noopener noreferrer" className="text-violet-100 hover:underline"> | ||
Github Social Impact Team | ||
</Link> {" "} | ||
& designed by {" "} | ||
<Link href="https://github.com/designbygia" target="_blank" rel="noopener noreferrer" className="text-violet-100 hover:underline"> | ||
@designbygia | ||
</Link> | ||
</footer> | ||
); | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters