OLD | NEW |
---|---|
1 <div id="speech-training-container" hidden> | 1 <div id="speech-training-container" hidden> |
2 <div class="mic"></div> | 2 <div class="mic"></div> |
3 <div class="container"> | 3 <div class="container"> |
4 <div class="header"> | 4 <div class="header"> |
5 <span class="close"></span> | 5 <span id="st-close-button" class="speech-close"></span> |
Dan Beam
2014/10/23 23:56:01
s/st/speech-training/g
kcarattini
2014/10/24 07:02:42
see above.
| |
6 <div class="header-text"> | 6 <div class="header-text"> |
7 <div class="v-spacing-for-no-subheading"></div> | 7 <div class="v-spacing-for-no-subheading"></div> |
8 <h1>Let's train your Chromebook</h1> | 8 <h1>Let's train your Chromebook</h1> |
9 </div> | 9 </div> |
10 </div> | 10 </div> |
11 <div id="st-training" class="content"> | 11 <div id="st-training" class="content"> |
12 <div class="col-2"> | 12 <div class="col-2"> |
13 To help Google respond to you and for reliable and easy access to | 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. | 14 voice search, you need to teach Google the sound of your voice. |
15 <br> | 15 <br> |
16 <h4>Just say 'Ok Google' three times</h4> | 16 <h4>Just say 'Ok Google' three times</h4> |
17 </div> | 17 </div> |
18 <div class="col-spacing"></div> | 18 <div class="col-spacing"></div> |
19 <div class="col-2"> | 19 <div class="col-2"> |
20 <div class="train listening"> | 20 <div id="st-train-1" class="train listening"> |
21 <span class="icon"></span> | 21 <span class="icon"></span> |
22 <span class="text">Say 'Ok Google'</span> | 22 <span id="st-train-text-1" class="text">Say 'Ok Google'</span> |
23 </div> | 23 </div> |
24 <div class="train not-started"> | 24 <div id="st-train-2" class="train not-started"> |
25 <span class="icon"></span> | 25 <span class="icon"></span> |
26 <span class="text">Say 'Ok Google' again</span> | 26 <span id="st-train-text-2" class="text">Say 'Ok Google' again</span> |
27 </div> | 27 </div> |
28 <div class="train not-started"> | 28 <div id="st-train-3" class="train not-started"> |
29 <span class="icon"></span> | 29 <span class="icon"></span> |
30 <span class="text">Say 'Ok Google' one last time</span> | 30 <span id="st-train-text-3" |
31 class="text">Say 'Ok Google' one last time</span> | |
31 </div> | 32 </div> |
32 </div> | 33 </div> |
33 </div> | 34 </div> |
34 <div class="buttonbar"> | 35 <div class="buttonbar"> |
35 <button id="st-cancel-button">CANCEL</button> | 36 <button id="st-cancel-button">CANCEL</button> |
36 </div> | 37 </div> |
37 </div> | 38 </div> |
38 </div> | 39 </div> |
OLD | NEW |