From: Michael Tremer Date: Sun, 28 Nov 2021 13:06:50 +0000 (+0000) Subject: location: Update design of index page X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c82f4f50c5fc1c2b04f5029647cd57e0c12e6480;p=ipfire.org.git location: Update design of index page Signed-off-by: Michael Tremer --- diff --git a/src/templates/location/index.html b/src/templates/location/index.html index 26d97ba7..d1947cd2 100644 --- a/src/templates/location/index.html +++ b/src/templates/location/index.html @@ -4,160 +4,154 @@ {% end block %} -{% block title %}{{ _("Welcome to IPFire") }}{% end block %} +{% block title %}{{ _("Welcome to IPFire Location") }}{% end block %} {% block container %} -
-
-
-
-

- {{ _("Hey, %s!" % address) }} -

- - {% if address.country_code %} -
-

- -

- {{ _("You are visiting from %s") % format_country_name(address.country_code) }} -

-
- {% end %} - - - {{ _("Show Me More") }} - -
-
-
-
- -
+
-
-
-

{{ _("What is IPFire Location?") }}

- -

- IPFire Location can be used in firewalls or other threat - detection software, load-balancers, online shops, websites, - analytics & reporting tools and more to detect the - originating country by IP address. - We are proud that our software is faster than others - by maintaining a smaller memory footprint which puts it - first in performance. -

- -

- Our daily updated database does not only have information - about the originating country of all IPv6 and IPv4 addresses. - It identifies the Autonomous System (AS) these IP - addresses belong to, as well and more... -

- -

- libloc is the C/C++ library that fires our - location services and runs on *nix, Mac OS X and more. - Integration into existing software is very easy and - bindings for languages like Python and Perl are available. -

- - -
-
+

{{ _("Welcome to IPFire Location") }}

-
-
-
- -
+

+ {% if address.country_code %} + {{ _("We have detected you visiting us from %s.") % format_country_name(address.country_code) }} + {% else %} + {{ _("Unfortunately we do not know where you are visiting us from.") }} + {% end %} -

-
{{ _("Threat Detection") }}
+ {{ _("Learn More") }} +

+
+
+ +
+
+

{{ _("What is IPFire Location?") }}

+ +

+ IPFire Location can be used in firewalls or other threat + detection software, load-balancers, online shops, websites, + analytics & reporting tools and more to detect the + originating country by IP address. + We are proud that our software is faster than others + by maintaining a smaller memory footprint which puts it + first in performance. +

+ +

+ Our daily updated database does not only have information + about the originating country of all IPv6 and IPv4 addresses. + It identifies the Autonomous System (AS) these IP + addresses belong to, as well and more... +

+ +

+ libloc is the C/C++ library that fires our + location services and runs on *nix, Mac OS X and more. + Integration into existing software is very easy and + bindings for languages like Python and Perl are available. +

+ + +
+
-

- {{ _("Location information is crucial to identify where an attacker is coming from.") }} -
- {{ _("Analyze your traffic for malicious autonomous systems and block the straight away with IPFire.") }} -

-
-
+
+
+
+
+
+
+
+ +
+ +
+
{{ _("Threat Detection") }}
+ +

+ {{ _("Location information is crucial to identify where an attacker is coming from.") }} +
+ {{ _("Analyze your traffic for malicious autonomous systems and block the straight away with IPFire.") }} +

+
+
-
-
- -
+
+
+ +
-
-
{{ _("Load-Balancing") }}
+
+
{{ _("Load-Balancing") }}
-

- {{ _("Redirect your users to the nearest data center to given them a better user experience with faster websites and faster downloads.") }} -

-
-
+

+ {{ _("Redirect your users to the nearest data center to given them a better user experience with faster websites and faster downloads.") }} +

+
+
-
-
- -
+
+
+ +
-
-
{{ _("Online Visitors") }}
+
+
{{ _("Online Visitors") }}
-

- {{ _("Comply with legal requirements and show visitors the correct information depending on the country they are visiting from.") }} -

-
-
+

+ {{ _("Comply with legal requirements and show visitors the correct information depending on the country they are visiting from.") }} +

+
+
-
-
- -
+
+
+ +
-
-
{{ _("Open Source") }}
+
+
{{ _("Open Source") }}
-

- {{ _("libloc is free software and relies on support from the community.") }} - {{ _("You can support us by helping to improve our database or with your donation.") }} -

+

+ {{ _("libloc is free software and relies on support from the community.") }} + {{ _("You can support us by helping to improve our database or with your donation.") }} +

+
+
+
+
-
-
-

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

+
+
+

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

-
-
- {{ _( +
+
+ {{ _( -
- IPFire -
-
+
+ IPFire +
+
-
- {{ _( +
+ {{ _( -
- The Tor Project -
-
-
+
+ The Tor Project +
-
-
+ + {% end block %}