Skip to content

Commit

Permalink
Update External Contributor Page (#1786)
Browse files Browse the repository at this point in the history
  • Loading branch information
EbonyLouis authored Oct 3, 2024
1 parent 24d470f commit d61d994
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 230 deletions.
39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/content-submission.yaml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/update-contributor-content.yml

This file was deleted.

4 changes: 2 additions & 2 deletions site/src/components/ExternalContributors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ export default function ContributorShowcase() {
<div className='pb-20'>
<p>
Compelling content is how we introduce and teach developers about the decentralized web (dweb). Whether it's a short video or in-depth blog post breaking down a complex topic, this space is dedicated to your top content on our open source projects, the dweb, and more.</p>
<p className='pb-20 , pt-10'>Have a contribution you want to share? Submit your contribution
<a href="https://github.com/TBD54566975/developer.tbd.website/issues/new?assignees=taniashiba&template=content-submission.yaml&title=%5BCONTENT%5D%3A+" target="_blank" rel="noopener noreferrer"> here</a>.
<p className='pb-20 , pt-10'>Have a contribution you want to share? Head over to GitHub and check out
<a href="https://github.com/TBD54566975/developer.tbd.website/issues/1749" target="_blank" rel="noopener noreferrer"> this issue </a> to learn how!
</p>

<div style={filterContainerStyle}>
Expand Down
102 changes: 2 additions & 100 deletions site/src/externalContributors.json
Original file line number Diff line number Diff line change
@@ -1,108 +1,10 @@
[
{
"type": "video",
"thumbnail": "/img/test1.png",
"title": "DWN Video",
"thumbnail": "/img/external-contributor/test1.png",
"title": "My Verifiable Credential Expired 🤯",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-f",
"contributor": "Ebony Louis"
},
{
"type": "blog",
"thumbnail": "/img/test1.png",
"title": "Blog Post on VCs",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-f",
"contributor": "Ebony Louis"
},
{
"type": "social",
"thumbnail": "/img/test1.png",
"title": "Tweet on TBDex",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-f",
"contributor": "Ebony Louis"
},
{
"type": "video",
"thumbnail": "/img/test1.png",
"title": "DWN Video",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-f",
"contributor": "Ebony Louis"
},
{
"type": "blog",
"thumbnail": "/img/test1.png",
"title": "Blog Post on VCs",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-f",
"contributor": "Ebony Louis"
},
{
"type": "social",
"thumbnail": "/img/test1.png",
"title": "Tweet on TBDex",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-f",
"contributor": "Ebony Louis"
},
{
"type": "video",
"thumbnail": "/img/test1.png",
"title": "DWN Video",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-f",
"contributor": "Ebony Louis"
},
{
"type": "blog",
"thumbnail": "/img/test1.png",
"title": "Blog Post on VCs",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-f",
"contributor": "Ebony Louis"
},
{
"type": "social",
"thumbnail": "/img/test1.png",
"title": "Tweet on TBDex",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-f",
"contributor": "Ebony Louis"
},
{
"type": "video",
"thumbnail": "/img/test1.png",
"title": "DWN Video",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-f",
"contributor": "Ebony Louis"
},
{
"type": "blog",
"thumbnail": "/img/test1.png",
"title": "Blog Post on VCs",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-f",
"contributor": "Ebony Louis"
},
{
"type": "social",
"thumbnail": "/img/test1.png",
"title": "Tweet on TBDex",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-f",
"contributor": "Ebony Louis"
},
{
"type": "video",
"thumbnail": "/img/test1.png",
"title": "DWN Video",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-fo",
"contributor": "Ebony Louis"
},
{
"type": "blog",
"thumbnail": "/img/test1.png",
"title": "Blog Post on VCs",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-f",
"contributor": "Ebony Louis"
},
{
"type": "social",
"thumbnail": "/img/test1.png",
"title": "Tweet on TBDex",
"link": "https://youtube.com/shorts/xsKKAzHHrKo?si=OwhT77TM9YbFT7-f",
"contributor": "Ebony Louis"
}
]

8 changes: 4 additions & 4 deletions site/src/pages/community/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,14 @@ function CommunityIndex() {
themeColor="purple"
primary
/>
{/* <HeroCard
<HeroCard
heroText="TBD Ambassadors"
buttonUrl="/community/ambassadors/"
buttonText="Discover More"
bodyText="Gallery of content from videos to blogs from our amazing community members."
themeColor="cyan"
primary
/> */}
/>
<HeroCard
heroText="Contributor Guide"
buttonUrl="/open-source/contributing"
Expand All @@ -228,15 +228,15 @@ function CommunityIndex() {
primary
className="text-center"
/>
{/* <HeroCard
<HeroCard
heroText="Code of Conduct"
buttonUrl="/open-source/code-of-conduct"
buttonText="Learn More"
bodyText="Our pledge and standards for ourselves and our community."
themeColor="purple"
primary
className="text-center"
/> */}
/>
</div>
<h2 className="pt-10">Upcoming Events 🥳 </h2>
<p className="pb-10">
Expand Down
File renamed without changes

0 comments on commit d61d994

Please sign in to comment.