diff options
author | Teddy Wing | 2018-11-19 01:32:26 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-19 06:30:07 +0100 |
commit | c7684a1f662442d08c63b27abda3a4055d897165 (patch) | |
tree | 0c5bf8d8c32e4073a748d9df63031d7cf7b002ca /index.html | |
parent | 3e5cb951f2b36deeb3ef63f46fa8e6bea45f3f87 (diff) | |
download | dome-key-web-c7684a1f662442d08c63b27abda3a4055d897165.tar.bz2 |
index.html: Add demo video
Not committing the video files. They're only 3 & 4 megabytes each, but
that still seems a bit too much to keep in version control.
Add the video to the home page and center it in the content area. We
give it a negative margin to center it since it's wider than the
container.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -20,6 +20,15 @@ Control your computer with a pair of headphones </p> + <video controls preload class="margin-left-neg-12.5%"> + <source src="/assets/DomeKey-Screencast.mp4" type="video/mp4" /> + <source src="/assets/DomeKey-Screencast.webm" type="video/webm" /> + + <p> + <a href="/assets/DomeKey-Screencast.mp4">Demo video</a> + </p> + </video> + <p> DomeKey gives you the power to remap your headphone buttons to any action you can think of. Define mappings in text using a Vim-like configuration language. |