This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/isis.git
commit 1c3e293611e9157b2e577bff9d9505cea52b69fe Author: Dan Haywood <[email protected]> AuthorDate: Sun Sep 25 13:42:25 2022 +0100 ISIS-3213: remove 'built with' logos, as this contravenes ASF policy --- antora/supplemental-ui/index.html | 48 ++------------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/antora/supplemental-ui/index.html b/antora/supplemental-ui/index.html index cb6e981eae..680726fc32 100644 --- a/antora/supplemental-ui/index.html +++ b/antora/supplemental-ui/index.html @@ -210,8 +210,8 @@ <section id="testimonials" class="wow fadeInUp"> <div class="container"> <div class="section-header"> - <h2>Reviews</h2> - <p>We gathered together some comments from current users of the framework.</p> + <h2>Quotes</h2> + <p>We gathered together some quotes from current users of the framework. You can find out who said what <a href="docs/latest/quotes/quotes.html">here</a>.</p> </div> <div class="owl-carousel testimonials-carousel"> @@ -296,20 +296,6 @@ </div> - <!-- - commented out Joerg's, cos he's since come on board as a committer. - <div class="testimonial-item"> - <p> - <img src="_/img/home/quote-sign-left.png" class="quote-sign-left" alt=""> - I like the guidance Apache Isis gives me for structuring code along the lines of Domain Driven Design. My first web application in plain Java without writing a single line of DDL or HTML/*Script. - <img src="_/img/home/quote-sign-right.png" class="quote-sign-right" alt=""> - </p> - <h3>Joerg Rade</h3> - <h4></h4> - </div> - --> - - <div class="testimonial-item"> <p> <img src="_/img/home/quote-sign-left.png" class="quote-sign-left" alt=""> @@ -355,21 +341,6 @@ </div> - <!-- - commented out Johan's, cos he's since come on board as a committer. - <div class="testimonial-item"> - <p> - <img src="_/img/home/quote-sign-left.png" class="quote-sign-left" alt=""> - Support from the Apache Isis community is excellent. I sense a love and dedication that is inspiring. - <img src="_/img/home/quote-sign-right.png" class="quote-sign-right" alt=""> - </p> - <h3>Johan Doornenbal</h3> - <h4></h4> - </div> - --> - - - <div class="testimonial-item"> <p> <img src="_/img/home/quote-sign-left.png" class="quote-sign-left" alt=""> @@ -513,50 +484,35 @@ <div class="col-lg-4"> <div class="box wow fadeInLeft" data-wow-delay="0.1s"> - <div class="pic"><img src="_/img/home/built-with/spring-boot-logo.png" height="105px" alt=""></div> <p class="description"><a href="https://spring.io/projects/spring-boot">Spring Boot</a> makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run".</p> </div> </div> <div class="col-lg-4"> <div class="box wow fadeInLeft"> - <div class="pic"><img src="_/img/home/built-with/apache-wicket.png" height="80px" alt=""></div> <p class="description"><a href="https://wicket.apache.org">Apache Wicketâ„¢<a/> is an open source Java component oriented web application framework that powers thousands of web applications and web sites.</p> </div> </div> <div class="col-lg-4"> <div class="box wow fadeInRight"> - <div class="pic"><img src="_/img/home/built-with/resteasy_logo_600x.gif" height="105px" alt=""></div> <p class="description"><a href="https://resteasy.github.io">RESTEasy</a> is a JBoss project that provides various frameworks to help you build RESTful Web Services and RESTful Java applications.</p> </div> </div> <div class="col-lg-4"> <div class="box wow fadeInLeft" data-wow-delay="0.1s"> - <div class="pic"><img src="_/img/home/built-with/EclipseLink.png" width="300px" height="105px" alt=""></div> <p class="description"><a href="https://www.eclipse.org/eclipselink/">EclipseLink</a>, the reference implementation for JPA, is a comprehensive open-source Java persistence solution addressing relational, XML, and database web services.</p> </div> </div> <div class="col-lg-4"> <div class="box wow fadeInLeft" data-wow-delay="0.2s"> - <div class="pic"><img src="_/img/home/built-with/datanucleus-logo.png" width="300px" alt=""></div> <p class="description"><a href="https://www.datanucleus.org">DataNucleus AccessPlatform</a>, the reference implementation for JDO, provides persistence and retrieval of data to a range of datastores using a range of APIs, with a range of query languages.</p> </div> </div> -<!-- - <div class="col-lg-4"> - <div class="box wow fadeInLeft" data-wow-delay="0.1s"> - <div class="pic"><img src="_/img/home/built-with/project-lombok.png" height="105px" alt=""></div> - <p class="description"><a href="https://projectlombok.org/">Lombok</a> is a java library that automatically plugs into your editor and build tools, spicing up your java. Never write another getter or equals method again.</p> - </div> - </div> ---> - <div class="col-lg-4"> - <div class="box wow fadeInRight" data-wow-delay="0.2s"> <div class="pic"><img src="_/img/home/built-with/byte-buddy.png" height="105px" alt=""></div> <p class="description"><a href="https://bytebuddy.net">Byte Buddy</a> is a code generation and manipulation library for creating and modifying Java classes during the runtime of a Java application.</p> </div>
