mirror of
https://github.com/torproject/community.git
synced 2024-11-23 09:49:49 +00:00
32 lines
1.5 KiB
HTML
32 lines
1.5 KiB
HTML
{% from 'resource_list.jinja2' import resource_list %}
|
|
|
|
<div class="row pt-5">
|
|
{% include 'sidenav.html' %}
|
|
<div class="col-sm-12 col-xs-12 ml-sm-auto col-md-9 col-lg-9 pr-lg-6 {{ bag('alternatives', this.alt, 'order') }}">
|
|
{{ this.body }}
|
|
<div class="mr-lg-4">
|
|
<div>
|
|
{% if this == site.get('/training/resources') %}
|
|
{{ resource_list(bag('community-training-materials'), bag('community-training-materials'), this) }}
|
|
{% else %}
|
|
{{ resource_list(bag('digital-security-guides'), bag('digital-security-guides'), this) }}
|
|
{% endif %}
|
|
</div>
|
|
<hr class="my-5">
|
|
{{ md(_('### Community building
|
|
|
|
Do you know of or have any Tor training materials (slides, guides, fanzines, videos, and other formats) that should be part of this training section?
|
|
Please send an email to [training at torproject.org](mailto:training@torproject.org) with:
|
|
- Title and description
|
|
- Author and author contact information
|
|
- Link to download or access the resource
|
|
- Resource license (Creative Commons or similar license)
|
|
|
|
Please note that we will evaluate if:
|
|
- The material is being updated and maintained.
|
|
- Do no harm: demystifies the "dark/deep web" and training materials that will not put people at risk.
|
|
- Follow the Tor Project\'s [Code of Conduct](https://community.torproject.org/policies/code_of_conduct), [Statement of Values](https://community.torproject.org/policies/statement_of_values), and [Social Contract](https://community.torproject.org/policies/social_contract).')) }}
|
|
</div>
|
|
</div>
|
|
</div>
|