]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/location/index.html
location: removed /projects from the path, updated all links
[ipfire.org.git] / src / templates / location / index.html
index 7db228870a2e703c81c509c61145f2c355896f22..870a5f3bbd8bb357b8bd7c4430a2ae27a4cca3ec 100644 (file)
        <section class="hero is-primary">
                <div class="hero-body">
                        <div class="container">
-                               <nav class="breadcrumb is-medium" aria-label="breadcrumbs">
+                               <nav class="breadcrumb" aria-label="breadcrumbs">
                                        <ul>
                                                <li>
                                                        <a href="/">
                                                                {{ _("Home") }}
                                                        </a>
                                                </li>
-                                               <li>
-                                                       <a href="#">
-                                                               {{ _("Projects") }}
-                                                       </a>
-                                               </li>
                                                <li class="is-active">
                                                        <a href="#" aria-current="page">{{ _("Location") }}</a>
                                                </li>
                                        </ul>
                                </nav>
 
-                               <h1 class="title is-1">{{ _("IPFire Location") }}</h1>
-                               <h6 class="subtitle is-6">
+                               <h1 class="title">{{ _("IPFire Location") }}</h1>
+                               <h6 class="subtitle">
                                        {{ _("A powerful, free IP address location database") }}
                                </h6>
                        </div>
@@ -41,7 +36,7 @@
                        <div class="container">
                                <p class="has-text-centered px-2 py-1">
                                        {{ _("We have detected you visiting us from %s.") % format_country_name(address.country_code) }}
-                                       <a href="/projects/location/lookup/{{ address }}">{{ _("Learn More") }}</a>
+                                       <a href="/location/lookup/{{ address }}">{{ _("Learn More") }}</a>
                                </p>
                        </div>
                </section>
@@ -75,7 +70,7 @@
                        </div>
 
                        <div class="buttons">
-                               <a class="button is-light" href="/projects/location/how-to-use">
+                               <a class="button is-light" href="/location/how-to-use">
                                        {{ _("How To Use") }}
                                </a>