commit 2b4284bced4a82279c3fcf5e7bb143db756253f0 Author: Pili Guerra pili@piliguerra.com Date: Thu Jun 13 19:25:34 2019 +0200
Match other sections' layout by adding call to action and link to relay operators mailing list --- templates/relay-operations.html | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/templates/relay-operations.html b/templates/relay-operations.html index 5482017..f53046a 100644 --- a/templates/relay-operations.html +++ b/templates/relay-operations.html @@ -19,4 +19,11 @@ </div> {% endfor %} </div> + <div class="row py-5 text-center mx-auto"> + <h2 class="display-4 text-primary text-center mx-auto my-3">{{ _('Connect with other Relay Operators') }}</h2> + <p class="text-center">{{ _('Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.') }}</p> + <a class="btn btn-lg btn-outline-primary mx-auto my-3" href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays"> + {{ _('Relay Operators mailing list') }}<i class="ml-3 pt-2 fas fa-arrow-right"></i> + </a> + </div> </div>