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
14 changes: 13 additions & 1 deletion conferences/attending-conferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,16 @@ Since our founding, `#include <C++>` members have been attending conferences and

We typically have a table or exhibit booth, where we sell <a class="page-link" href="/shop/">merchandise</a>, give away stickers, and answer questions about inclusion and diversity. This table is generally a great place to meet other attendees who you can be confident will be welcoming and friendly.

![Table at ACCU 2023](/images/table_at_accu_2023.jpg)
![Table at ACCU 2023](/images/table_at_accu_2023.jpg)

## CppCon Safety

We have supported CppCon in the past, but due to continued disagreements with their handling of a serious situation, we no longer do.

<ul>
{% for page in site.pages reversed %}
{% if page.categories contains 'cppcon' %}
<li><a href="{{ page.url }}">{{ page.title }}</a></li>
{% endif %} <!-- resource-p -->
{% endfor %} <!-- page -->
</ul>
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ We provide:

We are always doing more, and are open to suggestions for new ideas!

We used to support CppCon but we [no longer do](/conferences/attending-conferences#CppCon-Safety).

### Learn more about us

You can find out more from:
Expand Down