Skip to content

Commit

Permalink
feat: add sidebar links for GSoC 2024 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofallars authored Feb 7, 2024
1 parent 466f80d commit 40a9937
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _includes/layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@ active: Home
<li><a href="https://github.com/waycrate/"><i class="fa-brands fa-github"></i> GitHub</a></li>
<li><a href="https://discord.gg/KKZRDYrRYW"><i class="fa-brands fa-discord"></i> Discord</a></li>
</ul>

<h3>GSoC 2024</h3>
<ul>
<li {% if title == "Contributor guidance" %}class="active"{% endif %}>
<a href="/outreach/gsoc/2024/contributor-proposal-guidance/">
Contributor guide
</a>
</li>
<li {% if title == "Idea List" %}class="active"{% endif %}>
<a href="/outreach/gsoc/2024/idea-list/">
Idea list
</a>
</li>
</ul>
</nav>

<button class="dark-mode-toggle"><i class="fa-solid fa-toggle-off"></i><i class="fa-solid fa-toggle-on"></i></button>
Expand Down
5 changes: 5 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ ul {
padding: 0;
}

nav h3 {
margin-top: 0;
margin-bottom: 0;
}

li {
list-style-type: none;
}
Expand Down

0 comments on commit 40a9937

Please sign in to comment.