commit 985626e7d915ff83d903975d85a4d61e34c8adc4 Author: Antonela hola@antonela.me Date: Tue Mar 26 17:12:54 2019 -0300
add board, core nav in people's page --- templates/people.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/templates/people.html b/templates/people.html index 207f451..2ce698f 100644 --- a/templates/people.html +++ b/templates/people.html @@ -1,5 +1,6 @@ <div class="container py-3"> - <h3 class="text-primary display-5">{{ _('Board of Directors') }}</h3> + <a class="text-primary display-5" href="#board">{{ _('Board of Directors') }}</a> + <a class="text-primary display-5 pl-5" href="#core">{{ _('Core Tor') }}</a> </div> <div class="container-fluid"> <div class="row"> @@ -10,7 +11,7 @@ {% endfor %} </div> </div> -<div class="container py-3"> +<div id="core" class="container py-3"> <h3 class="text-primary display-5">{{ _('Core Tor') }}</h3> </div> <div class="container-fluid">
tor-commits@lists.torproject.org