aboutsummaryrefslogtreecommitdiff
path: root/website/templates/main.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-09-11 21:25:14 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-10-26 00:09:15 +0200
commit70e7bc2f952394042133b7975d0e79477ac245f1 (patch)
treef96f17e47f5638ad61b06267fdd252073f051999 /website/templates/main.html
parent6fc0cd736c5def296ec7c963ba6e6ec5032d08c9 (diff)
downloadlombok-70e7bc2f952394042133b7975d0e79477ac245f1.tar.gz
lombok-70e7bc2f952394042133b7975d0e79477ac245f1.tar.bz2
lombok-70e7bc2f952394042133b7975d0e79477ac245f1.zip
solved some bugs in our site.
Diffstat (limited to 'website/templates/main.html')
-rw-r--r--website/templates/main.html7
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">