Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / hotword_audio_verification / steps / speech_training_step.html
1 <div id="speech-training-container" hidden>
2   <div class="mic"></div>
3   <div class="container">
4     <div class="header">
5       <span class="close"></span>
6       <div class="header-text">
7         <div class="v-spacing-for-no-subheading"></div>
8           <h1>Let's train your Chromebook</h1>
9         </div>
10       </div>
11       <div id="training" class="content">
12         <div class="col-2">
13           To help Google respond to you and for reliable and easy access to
14           voice search, you need to teach Google the sound of your voice.
15           <br>
16           <h4>Just say 'Ok Google' three times</h4>
17        </div>
18        <div class="col-spacing"></div>
19        <div class="col-2">
20          <div class="train listening">
21            <span class="icon"></span>
22            <span class="text">Say 'Ok Google'</span>
23          </div>
24          <div class="train not-started">
25            <span class="icon"></span>
26            <span class="text">Say 'Ok Google' again</span>
27          </div>
28          <div class="train not-started">
29            <span class="icon"></span>
30            <span class="text">Say 'Ok Google' one last time</span>
31          </div>
32        </div>
33      </div>
34      <div class="buttonbar">
35        <button id="st-cancel-button">FINISH LATER</button>
36     </div>
37   </div>
38 </div>