]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/location/index.html
location: Add list of well-known users
[ipfire.org.git] / src / templates / location / index.html
index c6fe831d684561d099f4513fec85adf74e49ed5d..0e0ddccd7c3079fe4f455e543522cf1c3d5a4af9 100644 (file)
                                        </div>
                                </div>
                        </div>
+
+                       <div class="row">
+                               <div class="col-12">
+                                       <h3 class="mb-3">{{ _("Who Is Using IPFire Location?") }}</h3>
+
+                                       <div class="row row-cols-2 row-cols-lg-4 justify-content-around align-items-center">
+                                               <div class="col text-center">
+                                                       <img src="{{ static_url("img/ipfire-tux.png") }}"
+                                                               class="img-fluid mb-3" alt="{{ _("IPFire Logo") }}">
+
+                                                       <h6>
+                                                               <a href="https://www.ipfire.org/" rel="noopener">IPFire</a>
+                                                       </h6>
+                                               </div>
+
+                                               <div class="col text-center">
+                                                       <img src="{{ static_url("img/tor.svg") }}"
+                                                               class="img-fluid mb-3" alt="{{ _("Tor Project Logo") }}">
+
+                                                       <h6>
+                                                               The <a href="https://www.torproject.org/" rel="noopener">Tor Project</a>
+                                                       </h6>
+                                               </div>
+                                       </div>
+                               </div>
+                       </div>
                </div>
        </section>