Skip to content

Commit

Permalink
community hubs gone from dips
Browse files Browse the repository at this point in the history
  • Loading branch information
lassejaco committed Oct 5, 2024
1 parent 97ce0f9 commit 212dabb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 29 deletions.
20 changes: 0 additions & 20 deletions devcon/cms/pages/dips.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,5 @@ section1:
}
]}
/>
community_hubs: >
## **Community Hubs**
### Organize 4 days of discussions and activations with others in the
community at Devcon.
Community Hubs are physical spaces in the Devcon venue, that are (to some
extent) independently organized by groups in the community who have expertise
around a specific Ethereum topic.
Request for Proposals: You can propose to organize a community hub! [Read
about the expectations and how to submit a Community Hub proposal
here.](https://forum.devcon.org/t/rfp-8-devcon-sea-community-hubs/3746)
**Deadline: End of August.**
_template: dips
---

Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const useNavigationData = () => {
type: 'page',
},
{
title: 'DIPs & Community Hubs',
title: 'DIPs',
url: '/dips',
type: 'page',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ export const Contribute = (props: ContributeProps) => {
</div>
</div>

<div className="mb-8 border-top pt-8" id="hubs">
{/* <div className="mb-8 border-top pt-8" id="hubs">
<RichText content={props.communityHubs} />
</div>
</div> */}
</section>
</>
)
Expand Down
8 changes: 2 additions & 6 deletions devcon/src/pages/dips/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export default pageHOC(function DIPsTemplate(props: any) {
<Page theme={themes['teal']}>
<PageHero
heroBackground={HeroBackground}
title="DIPs & Community Hubs"
path={[{ text: <span className="bold">Get Involved</span> }, { text: 'DIPs and Community Hubs' }]}
title="DIPs"
path={[{ text: <span className="bold">Get Involved</span> }, { text: 'DIPs' }]}
navigation={[
{
title: intl('dips_forum').toUpperCase(),
Expand All @@ -40,10 +40,6 @@ export default pageHOC(function DIPsTemplate(props: any) {
title: intl('dips_contribute').toUpperCase(),
to: '#contribute',
},
{
title: 'Community Hubs',
to: '#hubs',
},
{
title: 'Accepted Proposals',
to: '#proposals',
Expand Down

0 comments on commit 212dabb

Please sign in to comment.