Skip to content

Commit

Permalink
Merge pull request #2827 from mashehu/new-item
Browse files Browse the repository at this point in the history
Highlight shop and game in navbar
  • Loading branch information
mashehu authored Oct 29, 2024
2 parents 8504465 + 8f9fa8e commit d3ab140
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
13 changes: 12 additions & 1 deletion sites/main-site/src/components/navbar/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,18 @@ if (onGoingEvents?.length > 0) {
<li><a class="dropdown-item" href="/special-interest-groups/">Special interest groups</a></li>
<li><a class="dropdown-item" href="/mentorships/">Mentorships</a></li>
<li><a class="dropdown-item" href="/contributors/">Contributors</a></li>
<li><a class="dropdown-item" href="/shop/">Shop</a></li>
<li>
<a class="dropdown-item" href="/shop/"
>Shop<span
class="float-end text-primary-emphasis border border-primary badge rounded-pill fw-normal text btn-sm text-nowrap"
>
new
</span></a
>
</li>
<li>
<a class="dropdown-item" href="https://nf-co.re/games/connectgame">Connect game 👾</a>
</li>
</ul>
</li>
<li class="nav-item p-1 px-3 px-xl-1 dropdown">
Expand Down
10 changes: 10 additions & 0 deletions sites/main-site/src/content/events/2024/hackathon-barcelona.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,16 @@ Special prizes are up for grabs for the winners!

More details will be revelealed at the start of the event, but you can expect: a quiz, bingo and sock-related activities.

## Connect game

While waiting for tests to pass, why not play a quick game?

In the game you have to match three of the same symbol. Don't forget to post your highscores in the [#connectgame](https://nfcore.slack.com/archives/C07TNL7M1PF) channel on slack!

:::tip
Be sure to also check out the soundtrack! :headphones:
:::

# Helpful resources

## Bytesize talks
Expand Down

0 comments on commit d3ab140

Please sign in to comment.