Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dev Community Node.js tag to the community section #1739

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,6 @@ content area.
- Yosuke Furukawa ([yosuke-furukawa](https://github.com/yosuke-furukawa))
- Chayoung You ([yous](https://github.com/yous))
- Zeke Sikelianos ([zeke](https://github.com/zeke))

[Member list](https://github.com/orgs/nodejs/teams/website/members)

15 changes: 15 additions & 0 deletions layouts/css/_base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,18 @@ pre
color $light-gray3
background-color inherit
padding 0

blockquote
position relative
margin 0
padding 0 1em

&::before
width 6px
height 100%
position absolute
top 0
left 0
background-color rgba(0, 0, 0, 0.14)
content ""
display block
1 change: 1 addition & 0 deletions locale/en/get-involved/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The Node.js community is large, inclusive, and excited to enable as many users t
- [Node.js Collection](https://medium.com/the-node-js-collection) is a collection of community-curated content on Medium.
- [NodeUp](http://nodeup.com) is a podcast covering the latest Node news in the community.
- The [Community Committee](https://github.com/nodejs/community-committee) is a top-level committee in the Node.js Foundation focused on community-facing efforts.
- [The DEV Community Node.js tag](https://dev.to/t/node) is a place to share Node.js projects, articles and tutorials as well as start discussions and ask for feedback on Node.js-related topics. Developers of all skill-levels are welcome to take part.
Copy link
Contributor

@WaleedAshraf WaleedAshraf Jul 16, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with @fhemberger in adding The DEV Community Node.js tag to the learning section.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@WaleedAshraf @fhemberger There's a medium collection which includes non official articles (many articles wasn't made by the official foundation). The DEV Community tag includes many discussions about Node too and it's a community so I think it would be probably best if it's under the community section. I hope you'll be convinced.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@belhassen07 Yes, but the medium collection is maintained by members of the Node.js org.



## Learning
Expand Down