Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 7 additions & 10 deletions src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@
---

<div class="topnav">
<a href="https://join.slack.com/t/firstcontributors/shared_invite/zt-1n4y7xnk0-DnLVTaN6U9xLU79H5Hi62w" target="_blank" rel="noopener noreferrer">
<img src="/slack.svg" class="logo" alt="slack logo" />
<span>Slack</span>
</a>
<a href="https://www.youtube.com/channel/UCMXNFxCvyH5LhUwEcmY8qGQ" target="_blank" rel="noopener noreferrer">
<a href="https://www.youtube.com/channel/UCMXNFxCvyH5LhUwEcmY8qGQ" target="_blank" rel="noopener noreferrer">
<img src="/youtube.svg" class="logo" alt="youtube logo" />
<span>Youtube</span>
</a>
<a href="https://twitter.com/1stContribution" target="_blank" rel="noopener noreferrer">
</a>
<a href="https://twitter.com/1stContribution" target="_blank" rel="noopener noreferrer">
<img src="/twitter.svg" class="logo" alt="twitter logo" />
<span>Twitter</span>
</a>
<a href="https://github.com/firstcontributions/first-contributions" target="_blank" rel="noopener noreferrer">
</a>
<a href="https://github.com/firstcontributions/first-contributions" target="_blank" rel="noopener noreferrer">
<img src="/github.svg" class="logo" alt="github logo" />
<span>GitHub</span>
</a>
</a>

</div>

<style>
Expand Down
2 changes: 1 addition & 1 deletion src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ export const projectList = [
imageSrc:
"https://raw.githubusercontent.com/mattermost/mattermost-handbook/3b54c2cd1f823d1ea012ce45d1baa61fb4fbedbc/.gitbook/assets/branding/logo-downloads/mattermost-logo-vertical-blue.png",
projectLink: "https://github.com/mattermost/mattermost-server/contribute",
description: "Open source Slack-alternative for DevOps teams",
description: "Open source-alternative for DevOps teams",
tags: ["Go", "Javascript", "React", "React Native"],
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/contribute-to-opensource.astro
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
structure and coding style.
</li>
<li>
Join the Community: Participate in discussions on forums, Slack, or
Join the Community: Participate in discussions on forums, or
Discord to get a feel for the community.
</li>
</ul>
Expand Down