diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-05-16 00:24:50 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-05-29 21:03:04 +0200 |
commit | 32d46a28e8d4c89e14a20b424a69bbf587140900 (patch) | |
tree | 21d77724b0947ea35f6c1e8c89cb9b084f40e454 /website | |
parent | 496eccd1922c89fbc7e69e3a7e6e573ec85536ac (diff) | |
download | lombok-32d46a28e8d4c89e14a20b424a69bbf587140900.tar.gz lombok-32d46a28e8d4c89e14a20b424a69bbf587140900.tar.bz2 lombok-32d46a28e8d4c89e14a20b424a69bbf587140900.zip |
video now has a poster.
Diffstat (limited to 'website')
-rw-r--r-- | website/resources/img/poster.png | bin | 0 -> 208249 bytes | |||
-rw-r--r-- | website/templates/features/experimental/index.html | 4 | ||||
-rw-r--r-- | website/templates/main.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/website/resources/img/poster.png b/website/resources/img/poster.png Binary files differnew file mode 100644 index 00000000..36c1a843 --- /dev/null +++ b/website/resources/img/poster.png diff --git a/website/templates/features/experimental/index.html b/website/templates/features/experimental/index.html index 65cefd4c..11d48485 100644 --- a/website/templates/features/experimental/index.html +++ b/website/templates/features/experimental/index.html @@ -73,10 +73,10 @@ <div class="row"> <h3 class="text-center">Putting the "Ex" in "Experimental": promoted or deleted experimental features.</h3> <div class="row"> - <@main.feature title="@Value: promoted" href="../Value"> + <@main.feature title="@Value: promoted" href="/features/Value"> <code>@Value</code> has proven its value and has been moved to the main package. </@main.feature> - <@main.feature title="@Builder: promoted" href="../Builder"> + <@main.feature title="@Builder: promoted" href="/features/Builder"> <code>@Builder</code> is a solid base to build APIs on, and has been moved to the main package. </@main.feature> </div> diff --git a/website/templates/main.html b/website/templates/main.html index 1c087776..3f9eef82 100644 --- a/website/templates/main.html +++ b/website/templates/main.html @@ -5,7 +5,7 @@ <h1>Lombok Demo</h1> </div> <div class="video text-center"> - <video width="800" height="480" poster="images/poster.png" controls="controls" preload="none"> + <video width="800" height="480" poster="img/poster.png" controls="controls" preload="none"> <source src="/videos/lombok.ogv" type="video/ogg" /> <source src="/videos/lombok.mp4" type="video/mp4" /> <source src="/videos/lombok-iPhone.m4v" type="video/mp4" /> |