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 | |
parent | 4126bc277286279c38fa2df785b56eae88b606af (diff) | |
download | lombok-87600e814ce5fb436ccfafa20151959a94c1686a.tar.gz lombok-87600e814ce5fb436ccfafa20151959a94c1686a.tar.bz2 lombok-87600e814ce5fb436ccfafa20151959a94c1686a.zip |
website and README updates (tidelift)
Diffstat (limited to 'website')
-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 |
4 files changed, 29 insertions, 8 deletions
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"> |