This is an automated email from the ASF dual-hosted git repository. sbglasius pushed a commit to branch feature/bsky-fosstodont in repository https://gitbox.apache.org/repos/asf/grails-static-website.git
commit 300a5ee82548275dcd2d55fe1e32ae4257d6e0fd Author: Søren Berg Glasius <[email protected]> AuthorDate: Tue Mar 3 22:53:14 2026 +0100 Added links and images for Bsky and Fosstodont --- assets/images/bsky.svg | 22 ++++++++++++++++++++++ assets/images/mastodont.svg | 33 +++++++++++++++++++++++++++++++++ templates/document.html | 6 ++++++ 3 files changed, 61 insertions(+) diff --git a/assets/images/bsky.svg b/assets/images/bsky.svg new file mode 100644 index 00000000000..388678c09ba --- /dev/null +++ b/assets/images/bsky.svg @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="11.90625mm" + height="11.906247mm" + viewBox="0 0 11.90625 11.906247" + version="1.1" + id="svg1198" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs1195" /> + <g + id="layer1" + transform="translate(-85.15507,-93.739183)"> + <path + id="path848" + style="fill:#8c8c8c;stroke-width:0.264583" + d="M 91.108712 93.739183 C 87.820212 93.739183 85.15507 96.404086 85.15507 99.691791 C 85.15507 102.98003 87.820212 105.64543 91.108712 105.64543 C 94.396153 105.64543 97.061319 102.98003 97.06132 99.691791 C 97.06132 96.404086 94.396153 93.739183 91.108712 93.739183 z M 87.661377 96.090461 C 88.018999 96.095892 88.460961 96.321161 88.798258 96.575186 C 89.733185 97.279471 90.73904 98.707501 91.108195 99.473717 C 91.47735 98.707501 92.483204 97.279471 93.418132 96.575186 C 94.0928 [...] + </g> +</svg> diff --git a/assets/images/mastodont.svg b/assets/images/mastodont.svg new file mode 100644 index 00000000000..c1a159fad7a --- /dev/null +++ b/assets/images/mastodont.svg @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<svg + width="45" + height="45" + viewBox="0 0 42.230769 45" + fill="none" + version="1.1" + id="svg593" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <defs + id="defs591"> + <linearGradient + id="paint0_linear_89_8" + x1="30.5" + y1="0" + x2="30.5" + y2="65" + gradientUnits="userSpaceOnUse"> + <stop + stop-color="#6364FF" + id="stop586" /> + <stop + offset="1" + stop-color="#563ACC" + id="stop588" /> + </linearGradient> + </defs> + <path + id="path848" + style="fill:#8c8c8c" + d="M 21.117338,0 C 12.269626,-0.12310205 3.7352935,5.5619139 0.38348824,13.740513 -3.1156122,21.774857 -1.3049215,31.755335 4.8283343,38.023248 10.729791,44.374539 20.452632,46.692169 28.593613,43.727744 37.031796,40.860742 43.251932,32.570624 43.58611,23.656039 44.14631,14.990668 39.123724,6.3291364 31.359459,2.4611507 28.205345,0.84034609 24.662732,-0.00539668 21.117338,0 Z m -0.275391,8.0683594 c 3.310499,0.1360881 6.788151,-0.1946872 9.940773,1.0071891 2.955663,1.2110365 4.93272 [...] +</svg> diff --git a/templates/document.html b/templates/document.html index 29e75f4ec45..066a6ca24f8 100644 --- a/templates/document.html +++ b/templates/document.html @@ -124,6 +124,12 @@ Companies deploy assistants like this [](https://kapa.ai) on docs via [website w <li> <a href='https://www.youtube.com/@GrailsFramework'><img src='[%url]/images/youtube.svg' alt='Youtube Icon'/></a> </li> + <li> + <a href='https://bsky.app/profile/grails.apache.org'><img src='[%url]/images/bsky.svg' alt='Bluesky Icon'/></a> + </li> + <li> + <a rel="me" href="https://fosstodon.org/@grails"><img src='[%url]/images/mastodont.svg' alt='Mastodont Icon'/></a> + </li> <li> <a href='https://www.linkedin.com/showcase/official-grails/'><img src='[%url]/images/linkedin.svg' alt='LinkedIn Icon'/></a> </li>
