commit f97b1af18e1ddc2e1d8fd00e7a7c750d4fc5661a Author: Karsten Loesing karsten.loesing@gmx.net Date: Sun Mar 19 17:44:50 2017 +0100
Update Onionoo's jumbotron a bit. --- website/src/main/resources/web/WEB-INF/onionoo.jsp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/website/src/main/resources/web/WEB-INF/onionoo.jsp b/website/src/main/resources/web/WEB-INF/onionoo.jsp index dbf080d..2ccdf9d 100644 --- a/website/src/main/resources/web/WEB-INF/onionoo.jsp +++ b/website/src/main/resources/web/WEB-INF/onionoo.jsp @@ -23,14 +23,15 @@ <div class="jumbotron"> <div class="text-center"> <h2> - The Tor network status protocol + Onionoo </h2> <p>Onionoo is a web-based protocol to learn about currently running Tor relays and bridges. Onionoo itself was not designed as a service for human beings—at least not directly. Onionoo provides the data for other applications and websites which in turn present Tor network status information to humans. </p> - <a class="btn btn-primary btn-lg" style="margin: 10px" href="#protocol"><i class="fa fa-chevron-right" aria-hidden="true"></i> Tell me more!</a> + <a class="btn btn-primary btn-lg" style="margin: 10px" href="#versions"><i class="fa fa-chevron-right" aria-hidden="true"></i> View Protocol Versions</a> + <a class="btn btn-primary btn-lg" style="margin: 10px" href="#examples"><i class="fa fa-chevron-right" aria-hidden="true"></i> View Examples</a>
</div><!-- text-center -->
tor-commits@lists.torproject.org