]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
added background to support section
authorSven Hoehn <shoehn@ipfire.org>
Sat, 4 Nov 2017 20:51:53 +0000 (21:51 +0100)
committerSven Hoehn <shoehn@ipfire.org>
Sat, 4 Nov 2017 20:51:53 +0000 (21:51 +0100)
static/css/style.css
static/scss/style.scss
templates/static/get-involved.html
templates/static/get-support.html

index 8ccef2a4bc773fa854837d8a77c628874b352724..0057d2d5e65a47e8624390e6e9898f497e09a69c 100644 (file)
@@ -5068,6 +5068,7 @@ section.content-section {
   margin-right: .75rem; }
 
 section#news,
   margin-right: .75rem; }
 
 section#news,
+section#support,
 footer {
   background-color: rgba(38, 50, 56, 0.06); }
 
 footer {
   background-color: rgba(38, 50, 56, 0.06); }
 
index 5f061c2034f42d3743eda56f88c1ef3d7d3cf357..e3b3f40944887387be29636fd15263c7be35da20 100644 (file)
@@ -190,6 +190,7 @@ section.content-section {
 }
 
 section#news,
 }
 
 section#news,
+section#support,
 footer {
        background-color: rgba($blue-grey-900, .06);
 }
 footer {
        background-color: rgba($blue-grey-900, .06);
 }
index 2dc0788e718c22bdcaaef99ceaeace1fd75d2d4f..2c725d98a2b11fb9a9487a03e2aca9e2903ee420 100644 (file)
@@ -3,36 +3,40 @@
 {% block title %}{{ _("Get Involved") }}{% end block %}
 
 {% block container %}
 {% 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>
-                               </div>
-                       </section>
+                               </section>
+                       </div>
                </div>
                </div>
-               
+       </section>
+       
+       <div class="container mt-6">    
                <div class="row">                       
                        <section class="col-12">
                                <h2 class="display-2 text-center">{{ _("Contribute") }}</h2>
                <div class="row">                       
                        <section class="col-12">
                                <h2 class="display-2 text-center">{{ _("Contribute") }}</h2>
index 7ddf514f96878c85cc5e661ee701c60fbe888573..73b996477fee1f84af1d90c6289cb25ff564c256 100644 (file)
@@ -3,38 +3,42 @@
 {% block title %}{{ _("Get Support") }}{% end block %}
 
 {% block container %}
 {% block title %}{{ _("Get Support") }}{% end block %}
 
 {% block container %}
-       <div class="container">
-               <div class="row">
-                       <section class="features-content col-12">
-                               <h2 class="display-2 text-center">{{ _("Get Support") }}</h2>
-                               
-                               <div class="row m-5">
-                                       <div class="col-md-4 text-center">
-                                               <a href="//wiki.ipfire.org" class="link-normal">
-                                                       <span class="fa fa-4x fa-pencil-square-o"></span>
-                                                       <h3>{{ _("Documentation") }}</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>
+       <section id="support" class="content-section">
+               <div class="container">
+                       <div class="row">
+                               <section class="features-content col-12">
+                                       <h2 class="display-2 text-center">{{ _("Get Support") }}</h2>
+                                       
+                                       <div class="row m-5">
+                                               <div class="col-md-4 text-center">
+                                                       <a href="//wiki.ipfire.org" class="link-normal">
+                                                               <span class="fa fa-4x fa-pencil-square-o"></span>
+                                                               <h3>{{ _("Documentation") }}</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="/chat" class="link-normal">
+                                                               <span class="fa fa-4x fa-wechat"></span>
+                                                               <h3>{{ _("Chat") }}</h3>
+                                                       </a>
+                                               </div>
                                        </div>
                                        </div>
-               
-                                       <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>
-                       </section>
+                               </section>
+                       </div>
                </div>
                </div>
+       </section>
                
                
+       <div class="container mt-6">    
                <div class="row">               
                <div class="row">               
-                       <section id="professinal" class="features-content col-12">
+                       <section id="professinal" class="col-12">
                                <h3 class="headline mb-5">{{ _("Get Professional Support") }}</h3>
                                
                                <p class="lead">
                                <h3 class="headline mb-5">{{ _("Get Professional Support") }}</h3>
                                
                                <p class="lead">