ouidade 1 month ago
parent
commit
6b4af30cae

+ 22 - 0
web/themes/custom/colloque2024/images/logo_x.svg

@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   width="268.03613"
+   height="269.48193"
+   version="1.1"
+   id="svg1"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg">
+  <defs
+     id="defs1" />
+  <ellipse
+     style="fill:#333333;fill-rule:evenodd;stroke:none;stroke-width:4.69421;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
+     id="path2"
+     cx="134.01807"
+     cy="134.74095"
+     rx="134.01807"
+     ry="134.74095" />
+  <path
+     d="m 182.04042,59.990498 h 25.37653 l -55.71807,63.441352 65.09636,86.05957 H 165.71116 L 125.7155,157.19367 79.927403,209.49142 H 54.550874 L 113.57892,141.63674 51.240878,59.990498 h 52.352912 l 36.13399,47.774082 z m -8.88177,134.605972 h 14.06741 L 96.201523,74.33374 h -15.11563 z"
+     id="path1"
+     style="fill:#ffffff;stroke-width:0.551663" />
+</svg>

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/colloque2024/images/twitter.svg


+ 4 - 4
web/themes/custom/colloque2024/template/components/share_rs.html.twig

@@ -10,25 +10,25 @@
 <div class="__rs {{class}}">
   <div class="__mail">
     <a target="_blank" href="mailto:?Subject= {{title}} {{url}}">
-      <img src="/themes/custom/popsu_colloque/images/mail.svg" alt="Mail">
+      <img src="/themes/custom/colloque2024/images/mail.svg" alt="Mail">
     </a>
   </div>
 
   <div class="__facebook">
     <a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u={{url}}">
-      <img src="/themes/custom/popsu_colloque/images/facebook.svg" alt="facebook">
+      <img src="/themes/custom/colloque2024/images/facebook.svg" alt="facebook">
     </a>
   </div>
 
   <div class="__twitter">
     <a target="_blank" href="https://twitter.com/intent/tweet?text={{title}}%20{{url}}%20@popsu_colloque">
-    <img src="/themes/custom/popsu_colloque/images/twitter.svg" alt="twitter">
+    <img src="/themes/custom/colloque2024/images/logo_x.svg" alt="twitter">
   </a>
   </div>
 
   <div class="__linkedin">
     <a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url={{url}}/&title=&summary=&source=">
-      <img src="/themes/custom/popsu_colloque/images/linkedin.svg" alt="linkedin">
+      <img src="/themes/custom/colloque2024/images/linkedin.svg" alt="linkedin">
     </a>
   </div>
 </div>

+ 1 - 1
web/themes/custom/colloque2024/template/node/node--interviews--full.html.twig

@@ -74,7 +74,7 @@
 #}
 <article class="row d-sm-flex flex-wrap d-block publications">
   <div class="__wrap_side col-sm-12 col-md-12 col-lg-1">
-    {% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' %}
+    {% include 'themes/custom/colloque2024/template/components/share_rs.html.twig' %}
     {% if content.field_telecharger_la_ressource['#field_name']|length > 0 %}
       {{content.field_telecharger_la_ressource}}
     {% elseif content.field_ressource_externe['#field_name']|length > 0 %}

+ 1 - 1
web/themes/custom/colloque2024/template/node/node--moments.html.twig

@@ -93,7 +93,7 @@
 
     <div class="__wrapper row">
       <div class="__wrap_side col-md-12 col-lg-1 mt-3">
-        {% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' with { page : 'moments' } %}
+        {% include 'themes/custom/colloque2024/template/components/share_rs.html.twig' with { page : 'moments' } %}
       </div>
 
       <div class="__wrap_content col-12 col-lg-11 my-3">

+ 1 - 1
web/themes/custom/colloque2024/template/node/node--presentation.html.twig

@@ -116,7 +116,7 @@
       </div>
       <div class="__wrapper row">
         <div class="__wrap_side col-sm-12 col-md-1 pr-0 mt-0 mb-3">
-          {% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' with { page : 'presentation' }  %}
+          {% include 'themes/custom/colloque2024/template/components/share_rs.html.twig' with { page : 'presentation' }  %}
         </div>
         <div class="__wrap_content col-sm-12 col-md-8">
           {{content.body}}

+ 1 - 1
web/themes/custom/colloque2024/template/node/node--publications--full.html.twig

@@ -74,7 +74,7 @@
 #}
 <article class="row d-sm-flex flex-wrap d-block publications">
   <div class="__wrap_side col-sm-12 col-md-12 col-lg-1">
-    {% include 'themes/custom/popsu_colloque/template/components/share_rs.html.twig' %}
+    {% include 'themes/custom/colloque2024/template/components/share_rs.html.twig' %}
     {% if content.field_telecharger_la_ressource['#field_name']|length > 0 %}
       {{content.field_telecharger_la_ressource}}
     {% elseif content.field_ressource_externe['#field_name']|length > 0 %}

+ 1 - 0
web/themes/custom/popsu_colloque/css/pages/intervenants.scss

@@ -26,6 +26,7 @@
     color: $color2;
   }
 
+  
   section.row{
     margin-top: 2rem;
     margin-bottom: 6rem;

Some files were not shown because too many files changed in this diff