commit 728b9241c33868a265f75bb0e02ce6485c886eca Author: Antonela hola@antonela.me Date: Fri Mar 15 13:53:58 2019 -0300
Fix #13 --- templates/people.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/templates/people.html b/templates/people.html index 2ca9bbc..db2f117 100644 --- a/templates/people.html +++ b/templates/people.html @@ -26,10 +26,8 @@ <div class="row justify-content-center"> <h4 class="text-primary display-5">{{ _('Join Our Team') }}</h4> <p class="text-center">{{ _("Even if we aren’t hiring, you can contribute to Tor. We are open to ideas and studies to improve Tor software. If you’re a developer, we welcome you to sign up for our dev mailing list to see what we’re up to.") }}</p> - <div class="border-active"> - <a class="btn text-primary bg-white btn-lg btn-light pull-right mt-2 col-6" href=""> - {{ _("Sign up for tor-dev") }}<span class="oi oi-arrow-right p-1" title="icon arrow-right" aria-hidden="true"></span> - </a> - </div> + <button class="btn btn-lg btn-outline-primary mr-2" href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev"> + {{ _("Sign up for tor-dev") }}<i class="oi oi-arrow-right pl-3" title="icon arrow-right" aria-hidden="true"></i> + </button> </div> </div>
tor-commits@lists.torproject.org