diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-03-11 16:57:22 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2018-03-11 16:57:22 +0100 |
commit | 2f1a26b6069d6d75729a971be20d45f0fc5fefcc (patch) | |
tree | 54d04577522105782dbd63560403f5d27c0af2fc /website/templates/contributing.html | |
parent | cc55391a7544b0ce0cc37b8aa628dc8f9a46db49 (diff) | |
download | lombok-2f1a26b6069d6d75729a971be20d45f0fc5fefcc.tar.gz lombok-2f1a26b6069d6d75729a971be20d45f0fc5fefcc.tar.bz2 lombok-2f1a26b6069d6d75729a971be20d45f0fc5fefcc.zip |
[website] added supporters infrastructure.
Diffstat (limited to 'website/templates/contributing.html')
-rw-r--r-- | website/templates/contributing.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/website/templates/contributing.html b/website/templates/contributing.html index dde6e3ff..3a99c77a 100644 --- a/website/templates/contributing.html +++ b/website/templates/contributing.html @@ -3,6 +3,11 @@ <@main.scaffold> <div class="page-header top5"> <div class="row text-center"> + <@main.h1 title="Contributing to Project Lombok's development" /> + </div><div class="row"> + You can choose to <a href="/order-license-info">become a project lombok licensee or support us on patreon</a>. + </div> + <div class="row text-center"> <@main.h1 title="How to work on Project Lombok yourself" /> </div><div class="row"> Project Lombok is being developed via the <a href="https://github.com/rzwitserloot/lombok">lombok git repository on github</a>. |