Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

[DOCS] Folder created #1888

Closed
wants to merge 11 commits into from
2 changes: 2 additions & 0 deletions .github/workflows/community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:
issue-message: "<h1>It's great having you contribute to this project</h1> Welcome to the community :nerd_face:"
pr-message: "<h1>It's great having you contribute to this project</h1> Welcome to the community :nerd_face:"
footer: 'If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our <a href="http://discord.eddiehub.org">Discord</a> chat and our <a href="http://github.eddiehub.org">GitHub Organisation</a> - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.'


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Alternatively, skip all the steps by using [![Gitpod Ready-to-Code](https://img.

- Contributions make the open source community such an amazing place to learn, inspire, and create.
- Any contributions you make are **truly appreciated**.
- Check out our [contribution guidelines](/CONTRIBUTING.md) for more information.
- Check out our [contribution guidelines](./docs/contributing/CONTRIBUTING.md) for more information.

## 🎭 To Add Your Profile

Expand Down
File renamed without changes.
54 changes: 54 additions & 0 deletions public/data/ShorunTech.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"name": "ShorunTech",
"type": "personal",
"bio": "Self-Taught Full-Stack Web Developer,Youtuber,Content Creator,Open Source Enthusiast!",
"avatar": "https://github.com/ShorunTech.png",
"links": [{
"name": "Follow me on GitHub",
"url": "https://github.com/ShorunTech",
"icon": "github"
},
{
"name": "Follow me on Twitter",
"url": "https://twitter.com/shoruntech",
"icon": "twitter"
},
{
"name": "Follow me on Linkedin",
"url": "https://www.linkedin.com/in/shorunke-gbenga-95295a197/",
"icon": "linkedin"
},
{
"name": "Follow me on Youtube",
"url": "https://www.youtube.com/channel/UCCEAthZ8ntnhz1umBAKlsRA",
"icon": "youtube"
}
],
"milestones": [{
"title": "Frontend Developer",
"date": "Febuary 2019",
"icon": "dollar",
"color": "yellow",
"description": "Started freelancing",
"url": "https://gstech123.netlify.app/"
},
{
"title": "YouTuber",
"date": "December 2021",
"icon": "dollar",
"color": "red",
"description": "Create Tutorial Generally On Programming",
"url": "https://www.youtube.com/channel/UCCEAthZ8ntnhz1umBAKlsRA"

},
{
"title": "Full-Stack Web Developer",
"date": "December 2022",
"icon": "dollar",
"color": "green",
"description": "fulltime Developer",
"url": "https://www.mikano-intl.com/"

}
]
}