[tor-commits] [community/staging] Update outreach homepage

pili at torproject.org pili at torproject.org
Mon Jun 3 10:10:57 UTC 2019


commit 8cb1d6f6072a806af58c3a3215daa75a702db0f2
Author: Pili Guerra <pili at piliguerra.com>
Date:   Sun Jun 2 09:40:12 2019 +0200

    Update outreach homepage
---
 templates/outreach.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/templates/outreach.html b/templates/outreach.html
index 84c73b0..392b9ac 100644
--- a/templates/outreach.html
+++ b/templates/outreach.html
@@ -4,10 +4,12 @@
     <div class="col-8">
       {{ this.body }}
     </div>
-    <div class="col-4">
+    <div class="col-4 bg-light">
+      <div class="illo-container">
+        <img src="/static/images/home/svg/{{ this.section_id }}.png" class="img-fluid" alt="{{ this.section }}" />
+      </div>
     </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">





More information about the tor-commits mailing list