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 class="close"></span> |
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> |
| 10 </div> |
| 11 <div id="st-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> |
9 </div> | 31 </div> |
10 </div> | 32 </div> |
11 <div id="training" class="content"> | 33 </div> |
12 <div class="col-2"> | 34 <div class="buttonbar"> |
13 To help Google respond to you and for reliable and easy access to | 35 <button id="st-cancel-button">CANCEL</button> |
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> | 36 </div> |
37 </div> | 37 </div> |
38 </div> | 38 </div> |
OLD | NEW |