Skip to content

Commit

Permalink
feat: update readme and about with CoC
Browse files Browse the repository at this point in the history
  • Loading branch information
pchinjr committed Nov 14, 2023
1 parent 78b70e6 commit 92f0d34
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ Check out the open [bugs and enhancements](https://github.com/norfolkjs/norfolkj

After all things are installed, consult each file in the tasks directory for some development tips. Since we use Bundler bin stubs, make sure to have the local `.bin` folder is high in your `$PATH`. See [rbenv's for recommendations](https://github.com/sstephenson/rbenv/wiki/Understanding-binstubs#adding-project-specific-binstubs-to-path).

## 2023 Update

Local build requirements: Ruby 2.7.2
```
$ rvm install 2.7
$ gem install bundler
$ bundle install
$ bundle exec jekyll serve
```
Then, you can access the site locally by going to http://localhost:4000 in your web browser.
35 changes: 35 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,38 @@ <h3>
<h3>Meetup Information</h3>

<p><a href="http://www.meetup.com/norfolkjs">http://www.meetup.com/norfolkjs</a></p>

<br>

<h3> Norfolk.js Code of Conduct </h3>

<p>All members of Norfolk.js are required to agree with the following code of conduct. Cooperation with this Code of Conduct from all participants helps to ensure a safe environment for all attendees. This Code of Conduct applies to all of our events, including beer.js and SushiJS.</p>

<pre>*tl;dr: Don't be a jerk, or you can't play on the playground.*.</pre>

<h4>The Brief Version</h4>

<p>Norfolk.js is dedicated to providing a harassment-free conference experience for everyone, regardless of gender, age, sexual orientation, disability, physical appearance, body size, race, or religion (or lack thereof). We do not tolerate harassment of attendees in any form. Sexual language and imagery is not appropriate for any venue, including talks, workshops, parties, Twitter and other online media. Attendees violating this code may be asked to leave at the discretion of the Norfolk.js organizers.</p>

<h4> The Much Less Brief Version </h4>

<p>Harassment includes offensive verbal comments related to gender, age, sexual orientation, disability, physical appearance, body size, race, religion, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.

<p>Participants asked to stop any harassing behavior are expected to comply immediately.</p>

<p>Sponsors are also subject to the anti-harassment policy. In particular, sponsors should not use sexualized images,
activities, or other material.</p>

<p>If a participant engages in harassing behavior, organizers may take any action they deem appropriate, including
warning the offender or expulsion from the event.</p>

<p>If you are being harassed, notice that someone else is being harassed, or have any other concerns,
please contact an organizer immediately.</p>

<p>We expect participants to follow these rules at meeting and workshop venues and Norfolk.js-related social events.</p>

<h4>Need Help?</h4>

<p>Feel free to contact any of the organizers identified on the <a href="http://www.norfolkjs.org/contact/index.html">website</a> or <a href="http://www.meetup.com/NorfolkJS/members/?op=leaders">meetup page</a>.</p>

<p>Adapted from: <a href="http://confcodeofconduct.com/">Conference Code of Conduct</a></p>

0 comments on commit 92f0d34

Please sign in to comment.