[tor-commits] [community/master] update user research content

antonela at torproject.org antonela at torproject.org
Wed Oct 16 15:03:04 UTC 2019


commit ee883fbc4107546c3076c4409d65be2af9b36cff
Author: Antonela <hola at antonela.me>
Date:   Wed Oct 16 12:02:59 2019 -0300

    update user research content
---
 templates/user-research.html | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/templates/user-research.html b/templates/user-research.html
index c2c323a..e12fa62 100644
--- a/templates/user-research.html
+++ b/templates/user-research.html
@@ -13,8 +13,10 @@
         <div class="card h-100">
           <div class="card-body">
             <div class="card-body">
-              <h4 class="card-title text-primary">{{ child.title }}</h4>
-              <p class="card-text">{{ child.subtitle }}</p>
+              <h4 class="card-title text-primary">
+                <a href="{{ child.path|url(alt=this.alt) }}">{{ _(child.title) }}</a>
+              </h4>
+              <p class="card-text">{{ _(child.subtitle) }}</p>
             </div>
           </div>
         </div>
@@ -22,11 +24,11 @@
     {% endfor %}
   </div>
   <div class="row py-5 text-center mx-auto">
-    <h2 class="display-4 text-primary text-center mx-auto">{{ _('Be a user testing coordinator') }}</h2>
+    <h2 class="display-4 text-primary text-center mx-auto">{{ _('Become a Community User Researcher') }}</h2>
     <p class="text-center">
-      {{ _('Are you a UX researcher interested in running Tor user tests? Have new ideas, suggestions, or studies that can help improve Tor applications? Help us by coordinating user testing, and we\'ll send you a Tor t-shirt.') }}</p>
-    <h3 class="text-primary text-center mx-auto"><u>{{ _('User research list') }}
-      <i class="fas fa-arrow-right"></i></u>
-    </h3>
+      {{ _('Are you a design researcher, user researcher, student, or someone interested in learning more about Tor users? Do you have new ideas, suggestions, or research that can help improve Tor applications? Help us by coordinating user research with your local community, and learn more about best practices for working with users at-risk.') }}</p>
+      <a class="btn btn-lg btn-outline-primary mx-auto my-3" href="https://lists.torproject.org/cgi-bin/mailman/listinfo/ux">
+            {{ _('UX team mailing list') }}<i class="ml-3 pt-2 fas fa-arrow-right"></i>
+      </a>
   </div>
 </div>



More information about the tor-commits mailing list