Skip to content

Commit

Permalink
fix: remove currently invalid links
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkflame72 committed Mar 29, 2024
1 parent 22c54f5 commit 331dd27
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ import SplitCard from '/src/components/Landing/SplitCard.astro'
import ScriptWorkaround from "/src/components/ScriptWorkaround.astro";

<CardGrid>
{/* <Card title="What will you build with Astro?" icon="laptop">
Explore [Astro starter themes](https://astro.build/themes/) for blogs, portfolios, docs, landing pages, SaaS, marketing, ecommerce sites, and more!
</Card>
<Card title="Take a guided tour" icon="star">
Complete our introductory [Build a Blog Tutorial](/en/tutorial/0-introduction/) to learn the basics and create your first Astro site.
</Card> */}

<ListCard title="Learn" icon="open-book">
- [Python](/guides/python)
- [Javascript](/guides/javascript)
Expand All @@ -41,8 +33,8 @@ import ScriptWorkaround from "/src/components/ScriptWorkaround.astro";
</ListCard>

<ListCard title="NCEA Resources" icon="puzzle">
- [NCEA Level 2 Flask](/ncea/lvl-2/flask)
- [NCEA Level 3 Flask](/ncea/lvl-3/flask)
{/* - [NCEA Level 2 Flask](/ncea/lvl-2/flask)
- [NCEA Level 3 Flask](/ncea/lvl-3/flask) */}
</ListCard>

<SplitCard title="Open Source, Industry Standards, For You" icon="rocket">
Expand Down

0 comments on commit 331dd27

Please sign in to comment.