diff options
Diffstat (limited to 'website/templates/main.html')
-rw-r--r-- | website/templates/main.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/website/templates/main.html b/website/templates/main.html index 374a5841..a0ead2cc 100644 --- a/website/templates/main.html +++ b/website/templates/main.html @@ -2,7 +2,12 @@ <@main.scaffold> <div class="page-header top5"> <div class="row text-center"> - <@main.h1 title="Lombok Demo" /> + <@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.<br /> + Watch the 4 minute demo below to learn more! + </p> </div> <div class="video text-center"> <video width="800" height="480" poster="/img/poster.png" controls="controls" preload="none"> |