ouidade 3 роки тому
батько
коміт
1c051949e8

+ 24 - 0
user/themes/lecampus/css-compiled/theme.css

@@ -1769,6 +1769,29 @@ header nav.dropmenu > ul {
     #nos-packs .content .section .d-flex .__thumbnails:nth-child(3) .__more, #nos-offres .content .section .d-flex .__thumbnails:nth-child(3) .__more {
       transform: translateX(0%); } }
 
+.bandeau_partenaires {
+  display: flex;
+  flex-direction: row;
+  flex-wrap: nowrap;
+  margin-bottom: 3rem;
+  justify-content: center;
+  align-items: center;
+  align-content: space-around; }
+  .bandeau_partenaires img {
+    height: 4rem;
+    width: auto;
+    margin-right: 2rem; }
+
+@media only screen and (max-width: 400px) {
+  .bandeau_partenaires {
+    align-self: center;
+    justify-content: center;
+    margin: 1rem; }
+    .bandeau_partenaires img {
+      height: 3rem;
+      margin-right: 1rem;
+      margin-bottom: 1rem; } }
+
 .gal {
   margin-left: 15%; }
   .gal .content_gal {
@@ -2622,6 +2645,7 @@ header nav.dropmenu > ul {
   background-repeat: repeat;
   width: 100%; }
   #devis .title {
+    visibility: hidden;
     width: 200px;
     height: 200px;
     background: #9e0027;

+ 0 - 0
user/themes/lecampus/images/Logos_LEADER_VD_HD/1-Logo Val de Drome quadri 2.jpg → user/themes/lecampus/images/Logos_LEADER_VD_HD/1-Logo_Val_de_Drome_quadri_2.jpg


+ 0 - 0
user/themes/lecampus/images/Logos_LEADER_VD_HD/5-Logo-EERARA-FEADER-2017-Quadri-jpg-473-Ko-(nouveau-logo).jpg → user/themes/lecampus/images/Logos_LEADER_VD_HD/5-Logo-EERARA-FEADER-2017-Quadri-jpg-473-Ko-nouveau-logo.jpg


+ 1 - 2
user/themes/lecampus/package.json

@@ -1,10 +1,9 @@
 {
   "name": "lecampus",
   "version": "1.0.0",
-  "description": "![](assets/quark-screenshots.jpg)",
+  "description": "",
   "main": "index.js",
   "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1",
     "sass": "node-sass -w scss -o css-compiled"
   },
   "repository": {

+ 1 - 0
user/themes/lecampus/scss/theme.scss

@@ -15,5 +15,6 @@
 @import 'theme/mobile';
 @import 'theme/cookies';
 @import 'theme/thumbnails/thumbnails';
+@import 'theme/custom';
 // Extra Skeleton Styling
 @import 'theme/blog';

+ 1 - 1
user/themes/lecampus/scss/theme/_blog.scss

@@ -1054,7 +1054,7 @@
   width: 100%;
   // height: 300px;
   .title{
-    // visibility: hidden;
+    visibility: hidden;
     width: 200px;
     height: 200px;
     background: $red;

+ 27 - 0
user/themes/lecampus/scss/theme/_custom.scss

@@ -0,0 +1,27 @@
+.bandeau_partenaires {
+  display: flex;
+  flex-direction: row;
+  flex-wrap: nowrap;
+  margin-bottom: 3rem;
+  justify-content: center;
+  align-items: center;
+  align-content: space-around;
+  img {
+    height: 4rem;
+    width: auto;
+    margin-right: 2rem;
+  }
+}
+
+@media only screen and (max-width: 400px) {
+  .bandeau_partenaires {
+    align-self: center;
+    justify-content: center;
+    margin: 1rem;
+    img {
+      height: 3rem;
+      margin-right: 1rem;
+      margin-bottom: 1rem;
+    }
+  }
+}

+ 11 - 8
user/themes/lecampus/templates/nos-packs.html.twig

@@ -44,20 +44,23 @@
                 <a target="_blank" href="{{ image_page_url.media[image_basename_url].url() }}" download>{{page.header.btn_txt}}</a>
               </div>
 
-              <div class="logo_partenaires">
-                <img src="./user/themes/lecampus/images/Logos_LEADER_VD_HD/1-Logo Val de Drome quadri 2.jpg" alt="">
-                <img src="./user/themes/lecampus/images/Logos_LEADER_VD_HD/2-Logo_3CPS.jpg" alt="">
-                <img src="./user/themes/lecampus/images/Logos_LEADER_VD_HD/3-Drapeau-Europe-Feader-Quadri.jpg" alt="">
-                <img src="./user/themes/lecampus/images/Logos_LEADER_VD_HD/4-Logo_LEADER.jpg" alt="">
-                <img src="./user/themes/lecampus/images/Logos_LEADER_VD_HD/5-Logo-EERARA-FEADER-2017-Quadri-jpg-473-Ko-(nouveau-logo).jpg" alt="">
-              </div>
             </div>
+
           {% endif %}
         {% endfor %}
 
       </div>
-    </section>
 
+    </section>
+    <section class="bandeau_partenaires">
+      <div class="logos_partenaires">
+        <img src="/user/themes/lecampus/images/Logos_LEADER_VD_HD/1-Logo_Val_de_Drome_quadri_2.jpg" alt="">
+        <img src="/user/themes/lecampus/images/Logos_LEADER_VD_HD/2-Logo_3CPS.jpg" alt="">
+        <img src="/user/themes/lecampus/images/Logos_LEADER_VD_HD/3-Drapeau-Europe-Feader-Quadri.jpg" alt="">
+        <img src="/user/themes/lecampus/images/Logos_LEADER_VD_HD/4-Logo_LEADER.jpg" alt="">
+        <img src="/user/themes/lecampus/images/Logos_LEADER_VD_HD/5-Logo-EERARA-FEADER-2017-Quadri-jpg-473-Ko-nouveau-logo.jpg" alt="">
+      </div>
+    </section>
   </section>
 {% endblock %}
 

+ 3 - 1
user/themes/lecampus/templates/partials/base.html.twig

@@ -18,7 +18,9 @@
       <link rel="canonical" href="{{ page.url(true, true) }}" />
 
       {% block stylesheets %}
-          {% do assets.addCss('theme://css-compiled/theme'~compress) %}
+          <!-- {% do assets.addCss('theme://css-compiled/theme'~compress) %} -->
+          {% do assets.addCss('theme://css-compiled/theme.min.css') %}
+          {% do assets.addCss('theme://css-compiled/theme.css') %}
           {% do assets.addCss('theme://css/tarteaucitron.css') %}
           {% do assets.addCss('theme://css/leaflet.css') %}
           {% do assets.addCss('theme://css/jquery.bxslider.min.css') %}

+ 2 - 2
user/themes/lecampus/templates/partials/devis.html.twig

@@ -7,9 +7,9 @@
 
     <section id="devis" class="{{page.template}}">
       {% if page.template == 'home' %}
-        <!-- <div class="title">
+        <div class="title">
           <{{h4}}>{{p.title}}</{{h4}}>
-        </div> -->
+        </div>
         <div class="txt">
           {{p.content}}
         </div>