Skip to content
26 changes: 14 additions & 12 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ template: splash
prev: false
next: false
hero:
tagline: The comprehensive learning guide and technical reference for FRC programming
tagline: The comprehensive learning guide for FRC programming
image:
html: '<img src="/favicon.svg" alt="FRCSoftware.org logo" />'
actions:
Expand All @@ -16,28 +16,30 @@ hero:
import HomeCard from '../../components/HomeCard.astro';

<div class="home-cards-grid">
<HomeCard
title="Getting Started"
href="/learning-course/"
icon="check"
description="Everything you need to know to get started coding."
/>

<HomeCard
title="Educator's Guide"
href="/educators-guide/introduction"
icon="book"
description="A guide for educators implementing the FRCSoftware.org Learning Course."
description="A guide for educators implementing the FRCSoftware Learning Course."
/>
<HomeCard
title="Other Resources"
title="Resources"
href="/resources/overview"
icon="folder"
description="Besides the other content on the websie, we have a nice collection of resources (e.g. a glossary and hardware intro)."
description="A collection of examples, documentation, hardware intro and more!"
/>
<HomeCard
description="Help contribute! Since FRCSoftware.org is in such an early stage right now, we are in need of contributors."
icon="wrench"
title="Best Practices"
href="/best-practices/overview"
icon="check"
description="Documentation about best practices for tools and programming."
/>
<HomeCard
description="Help contribute! A guide for how to contribute to FRCSoftware."
icon="code-branch"
href="/contribution/"
title="Contribution"
/>

</div>
Loading