diff options
author | Teddy Wing | 2018-11-08 22:12:53 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-08 22:12:53 +0100 |
commit | b95bf219515ca36b10d808f2d73a00de1d3571b1 (patch) | |
tree | a1f3a3d93187c46c33c35121fb870b909a2b0bf5 | |
parent | e20506fcf9b0f31d471b7b448bb5826eb7227007 (diff) | |
download | dome-key-web-b95bf219515ca36b10d808f2d73a00de1d3571b1.tar.bz2 |
Add some more descriptive copy to the website
Describe the program, high-level features.
Add styles:
* Fix leading
* Add list bullets that were removed by the reset
-rw-r--r-- | Website copy.txt | 76 | ||||
-rw-r--r-- | assets/styles.css | 4 | ||||
-rw-r--r-- | assets/stylesheets/layout.hcss | 5 | ||||
-rw-r--r-- | index.html | 24 |
4 files changed, 108 insertions, 1 deletions
diff --git a/Website copy.txt b/Website copy.txt new file mode 100644 index 0000000..dc753d4 --- /dev/null +++ b/Website copy.txt @@ -0,0 +1,76 @@ +DomeKey lets you customise headphone buttons + +--- + +DomeKey gives you the power to control your computer using [just] your headphones. + +* [Simulate] keyboard keys buttons to + + +--- + +Control your computer with a pair of headphones + +DomeKey gives you the power to remap your headphone buttons to any action you +can think of. With up to three new button inputs, the possibilities are endless. + +* Simulate keyboard keys to control applications or automate actions +* Run shell commands at the press of a button +* Trigger an action with more than one headphone button and add modes to [] + as many actions as you need + +--- + +Control your computer with a pair of headphones + +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. +With up to three new button inputs, the possibilities are endless. + +* Simulate keyboard keys to control applications or automate actions +* Run shell commands at the press of a button +* Trigger an action with more than one headphone button and add modes to define + as many actions as you need + +--- + +Control your computer with a pair of headphones + +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. +With up to three new button inputs, the possibilities are endless. + +* Simulate keyboard keys to control applications or automate actions +* Run shell commands at the press of a button +* Trigger an action using a sequence of headphone buttons and add modes to + define as many actions as you need + +--- + +Control your computer with a pair of headphones + +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. +With up to three new button inputs, the possibilities are endless. + +* Simulate keyboard keys to control applications or automate actions +* Run shell commands at the press of a button +* Define as many actions as you need by adding modes, or triggering an action + with a sequence of headphone buttons + +--- + +Control your computer with a pair of headphones + +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. + +* Simulate keyboard keys to control applications or automate actions +* Run shell commands at the press of a button +* Define as many actions as you need by adding modes, or triggering an action + with a sequence of headphone buttons + +With up to three new button inputs, the possibilities are endless. + + + vim:tw=80: diff --git a/assets/styles.css b/assets/styles.css index 1672cce..2ee5d42 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -6,6 +6,7 @@ body { background-color: #e3ce88; color: #222; font: 19px "Georgia", serif; + line-height: 1.65em; } header { margin-left: -90px; } header h1 { display: none; } @@ -17,6 +18,9 @@ p { margin-top: 0.8em; margin-bottom: 0.8em; } +ul { + list-style: disc; +} .content { width: 640px; margin-top: 1.8em; diff --git a/assets/stylesheets/layout.hcss b/assets/stylesheets/layout.hcss index 70aea39..3b28f32 100644 --- a/assets/stylesheets/layout.hcss +++ b/assets/stylesheets/layout.hcss @@ -3,6 +3,7 @@ body { color: #222; font: 19px "Georgia", serif; + line-height: 1.65em; } header { margin-left: -90px; } @@ -19,6 +20,10 @@ p { margin-bottom: 0.8em; } +ul { + list-style: disc; +} + .content { width: 640px; margin-top: 1.8em; @@ -17,7 +17,29 @@ </header> <p> - DomeKey lets you customise headphone buttons + Control your computer with a pair of headphones + </p> + + <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. + </p> + + <ul> + <li> + Simulate keyboard keys to control applications or automate actions + </li> + <li> + Run shell commands at the press of a button + </li> + <li> + Define as many actions as you need by adding modes, or triggering an action + with a sequence of headphone buttons + </li> + </ul> + + <p> + With up to three new button inputs, the possibilities are endless. </p> <h2>Install</h2> |