diff options
author | Roel Spilker <r.spilker@gmail.com> | 2022-01-30 02:25:11 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2022-01-30 02:25:11 +0100 |
commit | c73aaceb8966bbc80e249b916cea8db639b6c9f8 (patch) | |
tree | ca3b595be6f02879474eb7e2843a8a2cc139050a /website/templates | |
parent | 17a2e297743488028bed2507452c5d495243a0c8 (diff) | |
download | lombok-c73aaceb8966bbc80e249b916cea8db639b6c9f8.tar.gz lombok-c73aaceb8966bbc80e249b916cea8db639b6c9f8.tar.bz2 lombok-c73aaceb8966bbc80e249b916cea8db639b6c9f8.zip |
show video img, <a role="button"> respond to spacebar
Diffstat (limited to 'website/templates')
-rw-r--r-- | website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/index.html b/website/templates/index.html index bb868517..85531701 100644 --- a/website/templates/index.html +++ b/website/templates/index.html @@ -10,7 +10,7 @@ </p> </div> <div class="video text-center"> - <div id="clickForVideo"><span class="clickToTap">Click</span> to watch a 4 minute demo to learn more.</div> + <a id="clickForVideo" href="#" role="button" aria-label="Watch Video"><img width="800" height="200" src="/img/video.png" alt="Watch video"></a> <video id="demoVideo" hidden="hidden" width="800" height="480" poster="/img/poster.png" controls="controls" preload="none"> <source src="https://projectlombok.org/videos/lombok.mp4" type="video/mp4" /> <@main.h1 title="Can't watch the video?" /> |