]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/static/get-involved.html
added background to support section
[people/shoehn/ipfire.org.git] / templates / static / get-involved.html
index 2dc0788e718c22bdcaaef99ceaeace1fd75d2d4f..2c725d98a2b11fb9a9487a03e2aca9e2903ee420 100644 (file)
@@ -3,36 +3,40 @@
 {% block title %}{{ _("Get Involved") }}{% end block %}
 
 {% block container %}
-       <div class="container">
-               <div class="row mb-5">
-                       <section class="features-content col-12">
-                               <h2 class="display-2 text-center">{{ _("Join the IPFire Community") }}</h2>
-                               
-                               <div class="row">
-                                       <div class="col-md-4 text-center">
-                                               <a href="/chat" class="link-normal">
-                                                       <span class="fa fa-4x fa-wechat"></span>
-                                                       <h3>{{ _("Chat") }}</h3>
-                                               </a>
-                                       </div>
-               
-                                       <div class="col-md-4 text-center">
-                                               <a href="//forum.ipfire.org" class="link-normal">
-                                                       <span class="fa fa-4x fa-users"></span>
-                                                       <h3>{{ _("Forums") }}</h3>
-                                               </a>
-                                       </div>
-               
-                                       <div class="col-md-4 text-center">
-                                               <a href="http://lists.ipfire.org" class="link-normal">
-                                                       <span class="fa fa-4x fa-envelope-o"></span>
-                                                       <h3>{{ _("Mailing Lists") }}</h3>
-                                               </a>
+       <section id="support" class="content-section">
+               <div class="container">
+                       <div class="row mb-5">
+                               <section class="features-content col-12">
+                                       <h2 class="display-2 text-center">{{ _("Join the IPFire Community") }}</h2>
+                                       
+                                       <div class="row">
+                                               <div class="col-md-4 text-center">
+                                                       <a href="/chat" class="link-normal">
+                                                               <span class="fa fa-4x fa-wechat"></span>
+                                                               <h3>{{ _("Chat") }}</h3>
+                                                       </a>
+                                               </div>
+                       
+                                               <div class="col-md-4 text-center">
+                                                       <a href="//forum.ipfire.org" class="link-normal">
+                                                               <span class="fa fa-4x fa-users"></span>
+                                                               <h3>{{ _("Forums") }}</h3>
+                                                       </a>
+                                               </div>
+                       
+                                               <div class="col-md-4 text-center">
+                                                       <a href="http://lists.ipfire.org" class="link-normal">
+                                                               <span class="fa fa-4x fa-envelope-o"></span>
+                                                               <h3>{{ _("Mailing Lists") }}</h3>
+                                                       </a>
+                                               </div>
                                        </div>
-                               </div>
-                       </section>
+                               </section>
+                       </div>
                </div>
-               
+       </section>
+       
+       <div class="container mt-6">    
                <div class="row">                       
                        <section class="col-12">
                                <h2 class="display-2 text-center">{{ _("Contribute") }}</h2>