Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Web
community
Commits
9ef5e8d1
Commit
9ef5e8d1
authored
Apr 13, 2020
by
Antonela
Browse files
Merge branch 'master' of git-rw.torproject.org:project/web/community
parents
670f2c6d
9e56edf3
Changes
3
Hide whitespace changes
Inline
Side-by-side
content/outreach/kit/contents.lr
View file @
9ef5e8d1
...
...
@@ -12,7 +12,7 @@ subtitle: This kit includes printable flyers, stickers, and other materials to g
---
key: 1
---
html:
two-columns-page
.html
html:
outreach-materials
.html
---
body:
...
...
databags/outreach-materials.ini
0 → 100644
View file @
9ef5e8d1
[anti-censorship]
location
=
https://gitlab.torproject.org/torproject/community/outreach/-/raw/master/print/en_EN/
filename_front
=
Front_anti-censorship_en_EN.pdf
filename_back
=
Back_stencil_en_EN.pdf
label
=
Tor for Anti-censorship
type
=
handout
year
=
2019
[feminists]
location
=
https://gitlab.torproject.org/torproject/community/outreach/-/raw/master/print/en_EN/
filename_front
=
Front_feminist_en_EN.pdf
filename_back
=
Back_feminist_en_EN.pdf
label
=
Tor for Feminists
type
=
handout
year
=
2019
[human-rights]
location
=
https://gitlab.torproject.org/torproject/community/outreach/-/raw/master/print/en_EN/
filename_front
=
Front_humanrights_en_EN.pdf
filename_back
=
Back_stencil_en_EN.pdf
label
=
Tor for Human Rights
type
=
handout
year
=
2019
[privacy]
location
=
https://gitlab.torproject.org/torproject/community/outreach/-/raw/master/print/en_EN/
filename_front
=
Front_privacy_en_EN.pdf
filename_back
=
Back_stencil_en_EN.pdf
label
=
Tor for Privacy
type
=
handout
year
=
2019
[one-pager]
location
=
https://media.torproject.org/misc/
filename_front
=
2018-08-Tor-one-pager.pdf#page=1
filename_back
=
2018-08-Tor-one-pager.pdf#page=2
label
=
Tor one pager
type
=
handout
year
=
2018
[relay]
location
=
https://gitlab.torproject.org/torproject/ux/media/-/raw/master/outreach-material/handouts/
filename_front
=
tor-relay_4.25x11_card_front.jpg
filename_back
=
tor-relay-4.25x11_card_back.jpg
label
=
Run a relay
type
=
handout
year
=
2018
[brochure]
location
=
https://media.torproject.org/misc/2015-03-tor-brochure/
filename
=
tor-brochure-en.pdf
label
=
Tor Brochure
type
=
brochure
year
=
2015
\ No newline at end of file
templates/outreach-materials.html
0 → 100644
View file @
9ef5e8d1
<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 {{ bag('alternatives', this.alt, 'order') }}"
>
{{ this.body }}
<div
class=
"container py-3"
>
<div
class=
"row"
>
<table
class=
"table"
>
<thead>
<tr>
<th
scope=
"col"
>
Title
</th>
<th
scope=
"col"
>
Type
</th>
<th
scope=
"col"
>
Links
</th>
<th
scope=
"col"
>
Last Updated
</th>
</tr>
</thead>
<tbody>
{% for id, item in bag('outreach-materials').items() %}
<tr>
<td>
{{ item.label }}
</td>
<td>
{{ item.type }}
</td>
<td>
{% if item.type=='handout' %}
<a
href=
"{{item.location}}{{item.filename_front}}"
>
Front
</a>
/
<a
href=
"{{item.location}}{{item.filename_back}}"
>
Back
</a>
{% else %}
<a
href=
"{{item.location}}{{item.filename}}"
>
File
</a>
{% endif %}
</td>
<td>
{{ item.year }}
</td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
</div>
</div>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment