commit ed7d51a1134495f9a30c559df15ba20573e82844 Author: Pili Guerra <p...@piliguerra.com> Date: Thu Jun 13 11:30:40 2019 +0200
Outreach section --- content/outreach/kit/contents.lr | 7 +++++-- content/outreach/speakers/contents.lr | 5 ++++- content/outreach/talk/contents.lr | 6 +++++- templates/outreach.html | 9 +++------ 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/content/outreach/kit/contents.lr b/content/outreach/kit/contents.lr index deb74b4..5ddec4c 100644 --- a/content/outreach/kit/contents.lr +++ b/content/outreach/kit/contents.lr @@ -6,12 +6,15 @@ color: primary --- _template: layout.html --- -title: Stream team kit +title: Street team kit --- subtitle: This kit includes printable flyers, stickers, and other materials to get people excited about using Tor. --- key: 1 --- -html: outreach.html +html: resources.html --- body: + +## Street Team Kit +This kit includes printable flyers, stickers, and other materials to get people excited about using Tor. \ No newline at end of file diff --git a/content/outreach/speakers/contents.lr b/content/outreach/speakers/contents.lr index 111e26d..0092b41 100644 --- a/content/outreach/speakers/contents.lr +++ b/content/outreach/speakers/contents.lr @@ -12,6 +12,9 @@ subtitle: We have a dedicated group of Tor core contributors who are ready to sp --- key: 3 --- -html: outreach.html +html: two-columns-page.html --- body: + +## Tor Speakers Bureau +We have a dedicated group of Tor core contributors who are ready to speak at your next event. You can request a speaker by contacting speak...@torproject.org with your preferred topic, language requirement, date, and other details. \ No newline at end of file diff --git a/content/outreach/talk/contents.lr b/content/outreach/talk/contents.lr index 6f84a6f..a79be5f 100644 --- a/content/outreach/talk/contents.lr +++ b/content/outreach/talk/contents.lr @@ -12,6 +12,10 @@ subtitle: Here you'll find materials on basic Tor explainers and concepts, ideas --- key: 2 --- -html: outreach.html +html: resources.html --- body: + +## Talk about Tor + +Here you'll find materials on basic Tor explainers and concepts, ideas for preparing a Tor talk, suggested social media posts, and more. \ No newline at end of file diff --git a/templates/outreach.html b/templates/outreach.html index 4b7235b..eb45835 100644 --- a/templates/outreach.html +++ b/templates/outreach.html @@ -7,17 +7,14 @@ <img src="/static/images/home/png/{{ this.section_id }}.png" class="img-fluid" alt="{{ _(this.section) }}" /> </div> </div> - <h2 class="text-primary">{{ _('Help us translate') }}</h2> <div class="row"> {% for child in this.children|sort(attribute='key') %} <div class="col-sm-4 col-md-4 col-sm-12 col-xl-4 py-4"> <div class="card h-100 border-0"> <div class="card-body"> - <img class="card-img-top" src="{{ 'static/images/gray-image.png'|asseturl }}" alt="Card image cap"> - <div class="card-body"> - <h4 class="card-title text-primary">{{ child.title }}</h4> - <p class="card-text">{{ child.subtitle }}</p> - </div> + <h4 class="card-title text-primary">{{ child.title }}</h4> + <p class="card-text">{{ child.subtitle }}</p> + <a href="{{ child.path|url }}">{{ child.cta }} <i class="fas fa-arrow-right"></i></a> </div> </div> </div> _______________________________________________ tor-commits mailing list tor-commits@lists.torproject.org https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits