Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 2 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ sidebar:
- title: "Community sponsors"
url: /community-sponsors/
- title: "Code of Conduct"
url: /discord/
url: /code-of-conduct/
children:
- title: "Our Code of conduct"
- title: "Our Code of Conduct"
url: /code-of-conduct/
- title: "Transparency reports"
url: /reports/
Expand Down
3 changes: 1 addition & 2 deletions _includes/nav_list
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
{% else %}
{% assign active = "" %}
{% endif %}

<li><a href="{{ child_url }}" class="{{ active }}">{{ child.title }}</a></li>
<li><a href="{{ child_url }}" class="{{ active }}" {% if child.url contains "://" %} target="_blank" rel="noreferrer noopener" {% endif %}>{{ child.title }}</a></li>
{% endfor %}
</ul>
{% endif %}
Expand Down
4 changes: 1 addition & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We believe that a community is only as good as how it treats its most vulnerable

Our primary communication platform is our [Discord server](/discord/). Join us to discuss and learn C++ in a welcoming, inclusive space.

The moderation and administration team includes [Patricia Aas](https://twitter.com/pati_gallardo), [Sy Brand](https://twitter.com/TartanLlama), [Noam Chitayat](https://twitter.com/_Noam), [Guy Davidson](https://twitter.com/hatcat01), [Kate Gregory](https://twitter.com/gregcons), [Adi Shavit](https://twitter.com/AdiShavit), [Fred Tingaud](https://twitter.com/FredTingaudDev), [Bryce Lelbach](https://twitter.com/blelbach), [Joanna Blackhart](https://twitter.com/joannablackhart).
The moderation and administration team includes [Patricia Aas](https://twitter.com/pati_gallardo), [Sy Brand](https://twitter.com/TartanLlama), [Noam Chitayat](https://twitter.com/_Noam), [Kate Gregory](https://twitter.com/gregcons), [Adi Shavit](https://twitter.com/AdiShavit), [Fred Tingaud](https://twitter.com/FredTingaudDev), [Bryce Lelbach](https://twitter.com/blelbach), [Joanna Blackhart](https://twitter.com/joannablackhart).

Everyone who supports our goals, whether a member of any under-represented groups or not, is welcome to participate in any way - see [What can I do?](/what-can-i-do/) Many of our leaders and contributors are allies and we are grateful for all they do. If you want C++ to be more welcoming and inclusive, you'll be welcomed and included.

Expand All @@ -50,8 +50,6 @@ We are always doing more, and are open to suggestions for new ideas!

You can find out more from:

* Guy Davidson's Meeting C++ 2017 Secret Lightning Talk ["Diversity and Inclusion"](https://www.youtube.com/watch?v=7GIZN03-_6w)
* Guy Davidson's Meeting C++ 2018 Lightning Talk ["A year in diversity"](https://www.youtube.com/watch?v=WQ1P28Ol3MU)
* Sy Brand's DevRelCon London 2019 talk ["Lessons learned creating an inclusive space in a decades old community"](https://devrel.net/community/lessons-learned-creating-an-inclusive-space-in-a-decades-old-community)
* Víctor Moreno's February 2020 MUCplusplus Lightning Talk ["Include C++"](https://www.youtube.com/watch?v=r23ErUGt9mo)

Expand Down