]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/templates/index.html
index: Add box to promote LWL
[ipfire.org.git] / src / templates / index.html
index 13b115eee5178d30035cf20a827ba55b54ac7ebe..f0f2bea868455bc6e2610acc1fd88782b0cb2ed7 100644 (file)
                        </div>
                </div>
        </section>
+
+       <section>
+               <div class="container">
+                       <div class="card bg-lwl text-white p-5">
+                               <div class="row flex-lg-row-reverse justify-content-lg-between">
+                                       <div class="col-12 col-lg-3 text-center">
+                                               <img class="img-fluid w-100 my-2" src="{{ static_url("img/lightningwirelabs-logo.svg") }}"
+                                                       alt="{{ _("Lightning Wire Labs") }}">
+                                       </div>
+
+                                       <div class="col-12 col-lg-7 d-flex flex-column align-items-start align-self-center">
+                                               <h4>{{ _("Appliances and Support") }}</h4>
+
+                                               <p>
+                                                       You need someone you can call when things go wrong.
+                                                       Partnered with Lightning Wire Labs we offer applicances for enterprise
+                                                       and XX businesses.
+                                               </p>
+
+                                               <a class="btn btn-secondary" href="https://www.lightningwirelabs.com">
+                                                       {{ _("Go To Website") }}
+                                               </a>
+                                       </div>
+                               </div>
+                       </div>
+               </div>
+       </section>
 {% end block %}