|
32 | 32 | <meta name="theme-color" content="#ffffff">
|
33 | 33 | <meta name="apple-mobile-web-app-capable" content="yes">
|
34 | 34 | <meta name="mobile-web-app-capable" content="yes">
|
35 |
| - <title>Simple-keyboard - The Slick Javascript Virtual Keyboard</title> |
| 35 | + <title>Simple-keyboard - The Modern Javascript Virtual Keyboard</title> |
36 | 36 | <meta property="og:title" content="Simple-keyboard - Javascript Virtual Keyboard">
|
37 | 37 | <meta property="og:description" content="Customizable, responsive and lightweight. Compatible with Vanilla JS, React, Angular, Vue and more.">
|
38 | 38 | <meta name="twitter:card" content="summary_large_image">
|
|
55 | 55 | <div class="left-content">
|
56 | 56 | <div class="intro-content">
|
57 | 57 | <h1>simple-keyboard</h1>
|
58 |
| - <p>The slick virtual keyboard for Javascript<br /> |
| 58 | + <p>The modern virtual keyboard for Javascript<br /> |
59 | 59 | <span class="tagSndLine">Compatible with your JS, <a title="simple-keyboard for React" href="/react">React</a>, <a href="/angular" title="simple-keyboard for Angular">Angular</a> or <a href="/vuejs" title="simple-keyboard for Vue.js">Vue</a> projects.</span></p>
|
60 | 60 | <div class="qDemo">
|
61 | 61 | <div class="keyboardContainer">
|
@@ -85,6 +85,7 @@ <h2><i class="twa twa-heart"></i> Features</h2>
|
85 | 85 | <li>Flex-box layout for easy styling.</li>
|
86 | 86 | <li>Supports Modules such as Autocorrect, Input Mask, among others.</li>
|
87 | 87 | <li>Ability to style a group of buttons independently, for advanced layouts.</li>
|
| 88 | + <li>Great for all types of apps (Kiosks, gamepad-controlled apps, etc).</li> |
88 | 89 | <li>Multi-keyboard instance support.</li>
|
89 | 90 | <li>Ready to use implementation demos.</li>
|
90 | 91 | <li>And more.</li>
|
|
0 commit comments