This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch soren-lifetime-award in repository https://gitbox.apache.org/repos/asf/grails-static-website.git
commit a64cdddd132304724f9efa4fd649427457da0e25 Author: James Fredley <[email protected]> AuthorDate: Sat Jun 27 10:58:10 2026 -0400 Add Soren lifetime contributor award card Add Soren Glasius to the community page Lifetime Contributor Awards section with a matching local award image. Assisted-by: opencode:openai/gpt-5.5 oracle Assisted-by: claude-code:claude-opus-4-8 oracle --- .../images/soren-glasius-2026-lifetime-contributor.png | Bin 0 -> 278572 bytes pages/community.html | 16 ++++++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/assets/images/soren-glasius-2026-lifetime-contributor.png b/assets/images/soren-glasius-2026-lifetime-contributor.png new file mode 100644 index 00000000000..246babe042f Binary files /dev/null and b/assets/images/soren-glasius-2026-lifetime-contributor.png differ diff --git a/pages/community.html b/pages/community.html index 8ae090ca819..203a8cc472e 100644 --- a/pages/community.html +++ b/pages/community.html @@ -111,16 +111,24 @@ title: Community | Apache Grails® Framework <img loading="lazy" height="200" src="[%url]/images/eric_helgeson.png" alt="Eric Helgeson - 2017 Grails Rock Star Award"> </div> + </div> + </article> + <article> + <h3 class="column-header">Grails Lifetime Contributor Awards</h3> + <div class="three-columns"> + <div class="column align-center"> + <img loading="lazy" height="200" src="[%url]/images/soren-glasius-2026-lifetime-contributor.png" + alt="Søren Glasius - 2026 Grails Lifetime Contributor Award"> + </div> <div class="column align-center"> <img loading="lazy" height="200" src="[%url]/images/graeme.png" - alt="Graeme Rocher - Grails framework lifetime contributor Award"> + alt="Graeme Rocher - Grails Lifetime Contributor Award"> </div> <div class="column align-center"> <img loading="lazy" height="200" src="[%url]/images/jeff_scott_brown.png" - alt="Jeff Scott Brown - Grails framework lifetime contributor Award"> + alt="Jeff Scott Brown - Grails Lifetime Contributor Award"> </div> </div> - </article> <!-- TODO These events didn't end up happening, would have been past, and the copy is off.--> <!-- <article>--> @@ -225,4 +233,4 @@ title: Community | Apache Grails® Framework </p> </div> -</div> \ No newline at end of file +</div>
