diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-12-11 20:55:54 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-12-11 20:55:54 +0100 |
commit | 87600e814ce5fb436ccfafa20151959a94c1686a (patch) | |
tree | 953b97057da9d423b3e220bf9590f87a43e47819 /website/templates/main.html | |
parent | 4126bc277286279c38fa2df785b56eae88b606af (diff) | |
download | lombok-87600e814ce5fb436ccfafa20151959a94c1686a.tar.gz lombok-87600e814ce5fb436ccfafa20151959a94c1686a.tar.bz2 lombok-87600e814ce5fb436ccfafa20151959a94c1686a.zip |
website and README updates (tidelift)
Diffstat (limited to 'website/templates/main.html')
-rw-r--r-- | website/templates/main.html | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/website/templates/main.html b/website/templates/main.html index 25098758..9691a5fe 100644 --- a/website/templates/main.html +++ b/website/templates/main.html @@ -5,7 +5,7 @@ <@main.h1 title="Project Lombok" /> <p> Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java.<br /> - Never write another getter or equals method again. Early access to future java features such as <code>val</code>, and much more. + Never write another getter or equals method again, with one annotation your class has a fully featured builder, Automate your logging variables, and much more. </p> </div> <div class="video text-center"> @@ -29,16 +29,12 @@ </div> </div> </div> - <div class="row text-center"> - <@main.h2 title="Upcoming presentations" /> - <p> - We're talking to NL-JUG to give a presentation soon in the The Hague (The Netherlands) area.<br /> - Want us to present at your JUG or conference? Feel free to contact us, via email (<code>info@</code>) or twitter: <a href="https://twitter.com/project_lombok">@project_lombok</a>. - </p> - </div> <div class="row text-center supporterBar"> <h2 class="introText" hidden="hidden">Project Lombok is <a href="/supporters">powered by</a>:</h2> <div class="supporterFooter" hidden="hidden"><a class="buttonLike" href="/order-license-info">I want to support Project Lombok too!</a></div> </div> + <div class="row text-center tidelift-para"> + Looking for professional support of Project Lombok? Lombok is now part of a <a id="tideliftlink" href="https://tidelift.com/?utm_source=maven-org-projectlombok:lombok&utm_medium=referral&utm_campaign=website">Tidelift subscription</a> + </div> </div> </@main.scaffold> |