diff --git a/src/client/components/Colophon.tsx b/src/client/components/Colophon.tsx index 377943d..d818665 100644 --- a/src/client/components/Colophon.tsx +++ b/src/client/components/Colophon.tsx @@ -3,6 +3,24 @@ import type { SourceHealth } from "../../shared/feed.ts"; export const REPO_URL = "https://github.com/StereotypicalCat/gacha-event-tracker"; +/** Who built this, and where to find them. */ +export const AUTHOR = { + name: "Lucas Winther", + site: "https://lucaswinther.info", + github: "https://github.com/StereotypicalCat", +} as const; + +const LINK = + "text-muted underline decoration-hairline underline-offset-2 transition-colors duration-150 hover:text-ink hover:decoration-near"; + +function GitHubMark() { + return ( + + + + ); +} + /** Display name and homepage for a source host. */ const SITES: Record = { "game8.co": { name: "Game8", url: "https://game8.co" }, @@ -109,16 +127,36 @@ export function Colophon({ + Built by{" "} + + {AUTHOR.name} + + {"."} + + + + + + @StereotypicalCat + - - - - Source code on GitHub + + Source code
+ Built by{" "} + + {AUTHOR.name} + + {"."} +
+ + + @StereotypicalCat + - - - - Source code on GitHub + + Source code