Skip to content

Commit

Permalink
add fart.css to projects list!
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanThatOneKid committed Jun 27, 2024
1 parent bda0b79 commit 710d0f2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions components/landing_page/projects_section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,26 @@ export function ProjectsSection() {
tubeGlow={true}
topics={["blockly", "deno", "fresh", "subhosting"]}
/>

<ProjectSection
titleHTML={
<A href="https://github.com/FartLabs/fart.css" class="fart-link">
fart.css
</A>
}
descriptionHTML={
<P>
CSS library reusable across fart-tastic frontends. Visit{" "}
<A href="https://css.fart.tools/" class="fart-link">
css.fart.tools
</A>{" "}
to learn more!
</P>
}
tubeColor="green"
tubeGlow={true}
topics={["css"]}
/>
</DIV>
</PageSection>
);
Expand Down

0 comments on commit 710d0f2

Please sign in to comment.