OLD | NEW |
---|---|
(Empty) | |
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><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.
| |
22 Say 'Ok Google'</span> | |
23 </div> | |
24 <div class="train not-started"> | |
25 <span class="icon"></span><span class="text"> | |
26 Say 'Ok Google' again</span> | |
27 </div> | |
28 <div class="train not-started"> | |
29 <span class="icon"></span><span class="text"> | |
30 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> | |
OLD | NEW |