diff options
-rw-r--r-- | README | 19 | ||||
-rw-r--r-- | website/resources/css/custom.css | 16 | ||||
-rw-r--r-- | website/resources/img/tidelift-mark.png | bin | 0 -> 2235 bytes | |||
-rw-r--r-- | website/templates/main.html | 12 | ||||
-rw-r--r-- | website/templates/order-license-info.html | 9 |
5 files changed, 34 insertions, 22 deletions
@@ -1,19 +1,10 @@ -Project Lombok makes java a spicier language by adding 'handlers' that know how to build and compile simple, boilerplate-free, not-quite-java code. -See LICENSE for the Project Lombok license. - - -To start, run: +Project Lombok 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, with one annotation your class has a fully featured builder, Automate your logging variables, and much more. -ant -projecthelp +See LICENSE for the Project Lombok license. -HINT: If you'd like to develop lombok in eclipse, run 'ant eclipse' first. It creates the necessary project infrastructure and downloads dependencies. Note that, in order to run "LombokizedEclipse.launch", you need to have "Eclipse SDK" installed. +Looking for professional support of Project Lombok? Lombok is now part of a tidelift subscription! For a list of all authors, see the AUTHORS file. -Project Lombok was started by: - -Reinier Zwitserloot -twitter: @surial -home: http://zwitserloot.com/ - -Roel Spilker +For complete project information, see https://projectlombok.org/
\ No newline at end of file diff --git a/website/resources/css/custom.css b/website/resources/css/custom.css index 995f298a..2815fd21 100644 --- a/website/resources/css/custom.css +++ b/website/resources/css/custom.css @@ -7,6 +7,22 @@ margin-bottom: 40px; } +.tidelift-para { + margin-top: 10px; +} + +#tideliftlink { + margin-left: 2px; + padding: 4px 6px 4px 20px; + background-image: url('/img/tidelift-mark.png'); + background-repeat: no-repeat; + background-position: 4px; + background-size: 12px; + background-color: #4b5168; + border-radius: 5px; + color: white; +} + pre { text-align: left; } diff --git a/website/resources/img/tidelift-mark.png b/website/resources/img/tidelift-mark.png Binary files differnew file mode 100644 index 00000000..2ef8d0e9 --- /dev/null +++ b/website/resources/img/tidelift-mark.png 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> diff --git a/website/templates/order-license-info.html b/website/templates/order-license-info.html index 3572ad0f..79949b8d 100644 --- a/website/templates/order-license-info.html +++ b/website/templates/order-license-info.html @@ -3,6 +3,15 @@ <@main.scaffold title="Order / Donate"> <div class="page-header top5"> <div class="row text-center"> + <h2>Professional support via Tidelift</h2> + </div> + <div class="row"> + <p> + Tidelift offers professional support of open source tools. When you have a Tidelift subscription, they will help you inventory all the various open source tools and libraries you use, give one central location to check compliance, and a single channel for release notes and security advisories. The bulk of the tidelift subscription fee is redistributed to major open source projects, and Project Lombok is one of those 'lifted' projects. Therefore, your Tidelift subscription helps maintain Project Lombok! + </p><p> + We recommend a <a id="tideliftlink" href="https://tidelift.com/?utm_source=maven-org-projectlombok:lombok&utm_medium=referral&utm_campaign=website">Tidelift subscription</a> to any corporation that uses Project Lombok. + </div> + <div class="row text-center"> <h2>Order a professional or enterprise license</h2> </div> <div class="row"> |