From cc2ad59e6a441ea87c9a40ae8b44252993224a2d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 17 Mar 2021 16:18:05 +0000 Subject: [PATCH] location: Add list of well-known users Signed-off-by: Michael Tremer --- Makefile.am | 3 +- src/static/img/tor.svg | 76 +++++++++++++++++++++++++++++++ src/templates/location/index.html | 26 +++++++++++ 3 files changed, 104 insertions(+), 1 deletion(-) create mode 100644 src/static/img/tor.svg diff --git a/Makefile.am b/Makefile.am index 52549045..e59e9c7a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -955,7 +955,8 @@ static_img_DATA = \ src/static/img/ipfire-tux.png \ src/static/img/iuse-not-found.png \ src/static/img/lightningwirelabs-logo.svg \ - src/static/img/python-logo.svg + src/static/img/python-logo.svg \ + src/static/img/tor.svg static_imgdir = $(staticdir)/img diff --git a/src/static/img/tor.svg b/src/static/img/tor.svg new file mode 100644 index 00000000..ebd00324 --- /dev/null +++ b/src/static/img/tor.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/templates/location/index.html b/src/templates/location/index.html index c6fe831d..0e0ddccd 100644 --- a/src/templates/location/index.html +++ b/src/templates/location/index.html @@ -132,6 +132,32 @@ + +
+
+

{{ _("Who Is Using IPFire Location?") }}

+ +
+
+ {{ _( + +
+ IPFire +
+
+ +
+ {{ _( + +
+ The Tor Project +
+
+
+
+
-- 2.39.2