diff --git a/index.html b/index.html index 056781e..db9db26 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,8 @@ - + + Node Forward @@ -16,53 +17,102 @@ - +

Node Forward is a broad community effort to improve Node, JavaScript, and their ecosystem through open collaboration.

Node's growth has been staggering. This growth has also led to a series of new issues that occur naturally when a community reaches a new scale.

Some problems require broader ownership and contributorship than have traditionally been applied, while others are so dispersed between tiny projects that they require new collaborative space to grow. Node Forward is a place where the collaboration necessary to solve these issues can take place.

Current Efforts

-

welcome is building a better entry point for people new to Node and JavaScript.

-

help is for anyone who needs help with anything JavaScript and Node.

-

build is creating better tools and infrastructure for building node and running tests.

-

roadmap is finding ways to gather feedback from the larger community about the direction of Node and JavaScript to inform those building Node and working on standards of the needs of the community.

-

All other conversations, including those around proposed new Node Forward efforts are happening on discussions. One particularly interesting conversation is about better support for advanced mathematics.

+

welcome - building a better entry point for people new to Node and JavaScript.

+

help - for anyone who needs help with anything JavaScript and Node.

+

build - creating better tools and infrastructure for building node and running tests.

+

roadmap - finding ways to gather feedback from the larger community about the direction of Node and JavaScript to inform those building Node and working on standards of the needs of the community.

+

All other conversations, including those around proposed new Node Forward efforts are happening in discussions. One particularly interesting conversation is about better support for advanced mathematics.

There are also other community driven efforts you may be interested in. NodeSchool is a community building free educational workshops and running free and low-cost instructional meetups around the world. NodeConf ONE-SHOT is a simple one day forkable conference anyone in the community can run in the world.

Who is Node Forward?

Most importantly, Node Forward is you. Node Forward is anyone who wants to take responsibility for a problem and work together to fix it. All help is welcome so long as you're willing to work with others and follow the code of conduct. If you're interested in stepping up to moderate some of the repositories simply log an issue and you'll be added.

+ + diff --git a/splashes.json b/splashes.json new file mode 100644 index 0000000..3e742a0 --- /dev/null +++ b/splashes.json @@ -0,0 +1,26 @@ +[ + "<3" + , "very node!" + , "npm loves you!" + , "NaN is a Number!" + , "Kittens!" + , "Community!" + , "Easy to learn!" + , "Powerful!" + , "Over 9000!" + , "JavaScript!" + , "Nodebots!" + , "Won't eat your laundry!*" + , "NodeConf!" + , "^_^" + , "Multinational!" + , "Open!" + , "Open Source!" + , "Welcome!" + , "Contributions Welcome!" + , "We Are All Awesome!" + , "Global!" + , "Futuristic!" + , "V8!" + , "libuv!" +]