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="x"></span> | |
benwells
2014/09/01 01:28:48
ditto
kcarattini
2014/09/01 06:59:07
Done.
| |
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 voic e search, you need to teach Google the sound of your voice. | |
Matt Giuca
2014/09/01 05:35:43
nit: I think there should be a comma after "you" (
kcarattini
2014/09/01 06:59:07
I think I'll stick with what the mocks say for now
| |
14 <br> | |
15 <h4>Just say 'Ok Google' three times</h4> | |
16 </div> | |
17 <div class="col-spacing"> | |
18 </div> | |
19 <div class="col-2"> | |
20 <div class="train listening"><span class="icon"></span><span class="tex t">Say 'Ok Google'</span> | |
21 </div> | |
22 <div class="train not-started"><span class="icon"></span><span class="t ext">Say 'Ok Google' again</span> | |
23 </div> | |
24 <div class="train not-started"><span class="icon"></span><span class="t ext">Say 'Ok Google' one last time</span> | |
25 </div> | |
26 </div> | |
27 </div> | |
28 <div class="buttonbar"> | |
29 <button id="finish-later-button">FINISH LATER</button> | |
Matt Giuca
2014/08/29 08:49:47
Similarly, I think this should be called "cancel-b
kcarattini
2014/09/01 06:59:07
Done.
| |
30 </div> | |
31 </div> | |
32 </div> | |
OLD | NEW |