diff --git a/build/xslt/fsfe_pagefooter.xsl b/build/xslt/fsfe_pagefooter.xsl index 926ae2ae9b..1b0708655b 100644 --- a/build/xslt/fsfe_pagefooter.xsl +++ b/build/xslt/fsfe_pagefooter.xsl @@ -174,6 +174,59 @@ + + + share-buttons footer + + + https://mastodon.social/@fsfe + + + + /graphics/services/mastodon.png + + Mastodon + Mastodon + + + + + https://twitter.com/fsfe + + + + /graphics/services/twitter.png + + Twitter + Twitter + + + + + https://media.fsfe.org/a/fsfe/videos + + + + /graphics/services/peertube.png + + Peertube + Peertube + + + + + https://www.youtube.com/c/FreeSoftwareFoundationEurope + + + + /graphics/services/youtube.png + + Youtube + Youtube + + + + diff --git a/graphics/services/peertube.png b/graphics/services/peertube.png new file mode 100644 index 0000000000..1543b9d616 Binary files /dev/null and b/graphics/services/peertube.png differ diff --git a/graphics/services/peertube.svg b/graphics/services/peertube.svg index c8da43a678..9660e119e3 100644 --- a/graphics/services/peertube.svg +++ b/graphics/services/peertube.svg @@ -1,19 +1,22 @@ + viewBox="2799 -911 49.999999 49.999999" + inkscape:export-filename="/home/max/Repositories/fsfe/fsfe-website/graphics/services/peertube.png" + inkscape:export-xdpi="61.439999" + inkscape:export-ydpi="61.439999" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:dc="http://purl.org/dc/elements/1.1/"> @@ -22,21 +25,20 @@ image/svg+xml - + pagecolor="#ffffff" + inkscape:pagecheckerboard="false" + fit-margin-top="0" + fit-margin-left="0" + fit-margin-right="0" + fit-margin-bottom="0" + inkscape:snap-page="true" /> + data-name="Artboard – 1" + transform="translate(2.0717506,3.0246448)"> - - - - + + + + + + + + diff --git a/graphics/services/youtube.png b/graphics/services/youtube.png new file mode 100644 index 0000000000..4d9f279983 Binary files /dev/null and b/graphics/services/youtube.png differ diff --git a/graphics/services/youtube.svg b/graphics/services/youtube.svg index dc30893d79..ae3a462ba2 100644 --- a/graphics/services/youtube.svg +++ b/graphics/services/youtube.svg @@ -1,58 +1,44 @@ - - - - image/svg+xml - - - - - + id="svg6" + sodipodi:docname="youtube.svg" + inkscape:version="1.1.2 (0a00cf5339, 2022-02-04, custom)" + inkscape:export-filename="/home/max/Repositories/fsfe/fsfe-website/graphics/services/youtube.png" + inkscape:export-xdpi="19.32" + inkscape:export-ydpi="19.32" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + id="defs10" /> + borderopacity="1.0" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + showgrid="false" + inkscape:zoom="4.0497934" + inkscape:cx="59.13882" + inkscape:cy="67.040457" + inkscape:window-width="1920" + inkscape:window-height="1001" + inkscape:window-x="0" + inkscape:window-y="26" + inkscape:window-maximized="1" + inkscape:current-layer="svg6" /> + d="m 154.14876,41.981173 c -1.82,-6.73 -7.07,-12 -13.8,-13.8 -9.04,-3.49 -96.599994,-5.2 -121.999994,0.1 -6.73,1.82 -11.9999996,7.07 -13.7999996,13.8 -4.07999998,17.9 -4.38999998,56.6 0.1,74.899997 1.82,6.73 7.0699996,12 13.7999996,13.8 17.9,4.12 102.999994,4.7 121.999994,0 6.73,-1.82 12,-7.07 13.8,-13.8 4.35,-19.499997 4.66,-55.799997 -0.1,-74.999997 z" + fill="#ff0000" + id="path2" /> + diff --git a/look/elements/sharebuttons.less b/look/elements/sharebuttons.less index 783fade031..e4f05c6fdb 100644 --- a/look/elements/sharebuttons.less +++ b/look/elements/sharebuttons.less @@ -170,3 +170,13 @@ padding: .5em; width: 300px; } + +/* ******** + * SOCIAL MEDIA BUTTONS IN FOOTER + * ********/ + +.share-buttons.footer { + display: flex; + flex-direction: row; + gap: 10px; +}