Skip to content

Commit

Permalink
fix: update broken homepage links
Browse files Browse the repository at this point in the history
  • Loading branch information
helmturner committed Apr 26, 2024
1 parent 9c5b753 commit 48542f1
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ import Card from '../components/Card.astro';
width="100%"
/>
<h1 class="text-gradient">Welcome to Tulsa Web Devs</h1>
<nav class="grid grid-cols-1 md:grid-cols-2 gap-2">
<div class="md:col-span-2">
<Card
title="Learn about Hack Night"
href="/hacknight"
body="We get together every Tuesday to work on projects, learn, and socialize"
/>
</div>
<nav class="grid grid-cols-2 gap-2">
<Card
title="Learn about Hack Night"
href="/hacknight"
body="We get together every Tuesday to work on projects, learn, and socialize"
/>

<Card
title="Join us on Meetup"
href="https://www.meetup.com/tulsa-web-devs"
Expand All @@ -31,14 +30,9 @@ import Card from '../components/Card.astro';
body="We have a variety of internal and external projects, demos, and labs"
/>
<Card
title="Suggest Topics or Projects"
title="Vote on topics and projects"
href="/propose"
body="Give us your best ideas and curiosities!"
/>
<Card
title="Vote on Topics and Projects"
href="/vote"
body="We want input from you on what we program!"
body="Or suggest new ones! Our members shape the direction of the group"
/>
</nav>
</main>
Expand Down

0 comments on commit 48542f1

Please sign in to comment.