Browse Source

changement logos rs

ouidade 1 year ago
parent
commit
96c1122e47

File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu/assets/css/styles.min.css


+ 1 - 0
web/themes/custom/popsu/images/linkedin.svg

@@ -0,0 +1 @@
+<?xml version="1.0" ?><svg enable-background="new 0 0 32 32" version="1.1" viewBox="0 0 32 32" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Flat_copy"><g><path d="M16,0C7.163,0,0,7.163,0,16c0,8.836,7.163,16,16,16s16-7.164,16-16C32,7.163,24.837,0,16,0z" fill="#333333"/></g><path d="M24.294,22.942v-6.137c0-3.288-1.755-4.818-4.096-4.818c-1.889,0-2.735,1.039-3.206,1.768v-1.517h-3.558   c0.047,1.005,0,10.704,0,10.704h3.558v-5.978c0-0.319,0.023-0.639,0.117-0.867c0.257-0.639,0.842-1.301,1.825-1.301   c1.288,0,1.803,0.981,1.803,2.42v5.727L24.294,22.942L24.294,22.942z M9.685,10.777c1.24,0,2.013-0.823,2.013-1.85   c-0.023-1.05-0.773-1.849-1.99-1.849S7.696,7.877,7.696,8.927c0,1.028,0.772,1.85,1.967,1.85H9.685z M11.464,22.942V12.238H7.907   v10.704H11.464z" fill="#FFFFFF"/></g></svg>

+ 22 - 0
web/themes/custom/popsu/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/popsu/images/youtube.svg


+ 6 - 5
web/themes/custom/popsu/sass/pages/partials/_header_footer.scss

@@ -420,8 +420,9 @@ footer[role="contentinfo"]{
             p{
                 display: inline-block;
                 a{
-                    min-width: 3rem;
-                    min-height: 3rem;
+                    min-width: 2rem;
+                    min-height: 2rem;
+					margin-right: 0.5rem;
 
                 }
                 a[href*='twitter']{
@@ -429,21 +430,21 @@ footer[role="contentinfo"]{
                     display: block;
                     font-size: 0;
                     color: transparent;
-                    background: left / contain no-repeat url(../../images/tw.svg);
+                    background: left / contain no-repeat url(../../images/logo_x.svg);
                 }
                 a[href*='linkedin']{
                     height: 100%;
                     display: block;
                     font-size: 0;
                     color: transparent;
-                    background: left / contain no-repeat url(../../images/ln.svg);
+                    background: left / contain no-repeat url(../../images/linkedin.svg);
                 }
                 a[href*='youtube']{
                     height: 100%;
                     display: block;
                     font-size: 0;
                     color: transparent;
-                    background: left / contain no-repeat url(../../images/yt.svg);
+                    background: left / contain no-repeat url(../../images/youtube.svg);
                 }
             }
         }

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