Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
peichincc authored Oct 11, 2023
2 parents d6896be + 06891f7 commit 30930a4
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
---
slug: CNCF-Zero-to-Merge
title: 'CNCF Zero to Merge - Your first step towards Open-Source'
authors:
- name: Rajdeep Pal
title: Contributor
url: https://github.com/Rajdeep1311
image_url: https://github.com/Rajdeep1311.png
tags: [open-source, CNCF, Zero-to-Merge]
description: 'Blog on how to get started with open-source'
keywords: [open-source, CNCF]
---
> CNCF Zero to Merge is a program by the Cloud Native Computing Foundation that helps newcomers make their first open-source contribution. It aims to lower the barrier for people who have never contributed to open source before, especially those from underrepresented groups. This blog summarizes my experience in the first-ever edition of the program
<br/>
# CNCF Zero to Merge - Your first step towards Open-Source

![CNCF LOGO](CNCF_Logo.jpg)
Expand Down
2 changes: 1 addition & 1 deletion blog/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ saasha:
name: Saasha Gupta
title: Docs Team Member
url: https://github.com/saashaspace
image_url: https://github.com/saashaspace.png
image_url: https://github.com/saashaspace.png
15 changes: 11 additions & 4 deletions src/components/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Instagram from "../../../static/img/FooterSectionIcons/instagram.svg";
import Linkedin from "../../../static/img/FooterSectionIcons/linkedin.svg";
import Twitter from "../../../static/img/FooterSectionIcons/twitter.svg";
import Youtube from "../../../static/img/FooterSectionIcons/youtube.svg";
import Discord from "../../../static/img/FooterSectionIcons/Discord.svg";
import { navLinks } from "../Navbar";
function Footer() {
return (
Expand Down Expand Up @@ -34,28 +35,34 @@ function Footer() {
<div className="text-[#FCFCFD] flex flex-row font-light my-4">
<a
href="https://linkedin.com/company/tcet-opensource/"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3 hover:scale-110"
>
<Linkedin />
</a>
<a
href="https://www.youtube.com/@TCETMumbaiOfficial"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3 hover:scale-110"
>
<Youtube />
</a>
<a
href="https://twitter.com/tcetopensource"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3 hover:scale-110"
>
<Twitter />
</a>
<a
href="https://instagram.com/tcetopensource/"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3 hover:scale-110"
>
<Instagram />
</a>
<a
href="https://discord.com/invite/r7ZhAREg2M"
className="hover:no-underline hover:text-[#FCFCFD] mx-4 my-3 hover:scale-110"
>
<Discord />
</a>
</div>
</div>
</div>
Expand Down
12 changes: 12 additions & 0 deletions static/img/FooterSectionIcons/Discord.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 30930a4

Please sign in to comment.