diff --git a/src/pages/About.tsx b/src/pages/About.tsx index 6839c8d..e6603a3 100644 --- a/src/pages/About.tsx +++ b/src/pages/About.tsx @@ -101,6 +101,24 @@ const Section = styled(StyledCard)` } `; +const SponsorshipContainer = styled.div` + display: flex; + justify-content: space-between; + gap: 1rem; + flex-wrap: wrap; + align-items: center; + line-height: 1.5rem; + span { + font-size: 1.2rem; + margin: 0.1rem 0; + // display: block; + font-weight: bold; + } + img { + border-radius: 4px; + } +`; + const makeAnchor = (title: string): string => { return title.toLowerCase().replace(/[^\w\s]|_/g, "").replace(/\s+/g, "-"); }; @@ -121,6 +139,28 @@ const About = (): JSX.Element => {
{para}
))}
+
+ Web-Check is kindly sponsored
+ by
+ Terminal Trove
+
+
+
+ The $HOME of all things in the terminal.
+
+
+
+ Find your next CLI / TUI tool, and get updates to your inbox
+
+
+
Web-Check is developed and maintained by Alicia Sykes. It's licensed under the MIT license,