Skip to content

Commit

Permalink
deploy: 40a9937
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinyzenith committed Feb 7, 2024
1 parent 1596220 commit 62739f8
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
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
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ <h1>Waycrate</h1>
<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 >
<a href="/outreach/gsoc/2024/contributor-proposal-guidance/">
Contributor guide
</a>
</li>
<li >
<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
14 changes: 14 additions & 0 deletions outreach/gsoc/2024/contributor-proposal-guidance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ <h1>Waycrate</h1>
<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 class="active">
<a href="/outreach/gsoc/2024/contributor-proposal-guidance/">
Contributor guide
</a>
</li>
<li >
<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
14 changes: 14 additions & 0 deletions outreach/gsoc/2024/idea-list/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ <h1>Waycrate</h1>
<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 >
<a href="/outreach/gsoc/2024/contributor-proposal-guidance/">
Contributor guide
</a>
</li>
<li class="active">
<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

0 comments on commit 62739f8

Please sign in to comment.