Chromium Code Reviews| Index: chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html |
| diff --git a/chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html b/chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d437f7186894c67e9149f2e5b18f1424148cbe36 |
| --- /dev/null |
| +++ b/chrome/browser/resources/hotword_audio_verification/steps/speech_training_step.html |
| @@ -0,0 +1,38 @@ |
| +<div id="speech-training-container" hidden> |
| + <div class="mic"></div> |
| + <div class="container"> |
| + <div class="header"> |
| + <span class="close"></span> |
| + <div class="header-text"> |
| + <div class="v-spacing-for-no-subheading"></div> |
| + <h1>Let's train your Chromebook</h1> |
| + </div> |
| + </div> |
| + <div id="training" class="content"> |
| + <div class="col-2"> |
| + To help Google respond to you and for reliable and easy access to |
| + voice search, you need to teach Google the sound of your voice. |
| + <br> |
| + <h4>Just say 'Ok Google' three times</h4> |
| + </div> |
| + <div class="col-spacing"></div> |
| + <div class="col-2"> |
| + <div class="train listening"> |
| + <span class="icon"></span><span class="text"> |
|
Bernhard Bauer
2014/09/02 08:57:19
Can you put the second <span> on a new line? Also
kcarattini
2014/09/03 01:57:40
Done.
|
| + Say 'Ok Google'</span> |
| + </div> |
| + <div class="train not-started"> |
| + <span class="icon"></span><span class="text"> |
| + Say 'Ok Google' again</span> |
| + </div> |
| + <div class="train not-started"> |
| + <span class="icon"></span><span class="text"> |
| + Say 'Ok Google' one last time</span> |
| + </div> |
| + </div> |
| + </div> |
| + <div class="buttonbar"> |
| + <button id="st-cancel-button">FINISH LATER</button> |
| + </div> |
| + </div> |
| +</div> |