Skip to content

Commit

Permalink
update index.astro a lil
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Jul 13, 2024
1 parent 9db8433 commit 1447f3c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,27 @@ console.log({ coreMethods, statusMessageMethods });
<p class="instructions">
To get started, open the directory <code>src/pages</code> in your project.<br
/>
<strong>Code Challenge:</strong> Tweak the "Welcome to Astro" message above.
<strong>Code Challenge:</strong> Tweak the "Hello Loam" message above.
</p>
<ul role="list" class="link-card-grid">
<Card
href="https://docs.astro.build/"
title="Documentation"
title="Astro Docs"
body="Learn how Astro works and explore the official API docs."
/>
<Card
href="https://loam.build/"
title="Loam Homepage"
body="Learn about Loam."
/>
<Card
href="https://astro.build/integrations/"
title="Integrations"
title="Astro Integrations"
body="Supercharge your project with new frameworks and libraries."
/>
<Card
href="https://astro.build/themes/"
title="Themes"
title="Astro Themes"
body="Explore a galaxy of community-built starter themes."
/>
<Card
Expand Down

0 comments on commit 1447f3c

Please sign in to comment.