Skip to content

Commit

Permalink
Add a jam button (#2791)
Browse files Browse the repository at this point in the history
Add jam button
  • Loading branch information
gusruben authored Jan 13, 2025
1 parent c014b02 commit ee6305d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/legacy/homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -698,3 +698,7 @@ nav {
grid-template-columns: 1fr;
}
}

#learn-btn {
margin-top: 0.5rem;
}
6 changes: 6 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ if (session && session.session.full) {
Play a game »
</button>
</a>

<a href='https://jams.hackclub.com/batch/sprig'>
<button class='btn active' id="learn-btn">
Learn how to make a game &raquo;
</button>
</a>
</div>
</div>
</section>
Expand Down

0 comments on commit ee6305d

Please sign in to comment.