1
0
mirror of https://github.com/golang/go synced 2024-11-22 00:34:40 -07:00

make "Go for it" link to install.html.

delete the unnecessary "Programming in Go. Watch Now" from the right box.
center the video picture in the right box.

R=rsc
CC=go-dev
http://go/go-review/1025027
This commit is contained in:
Rob Pike 2009-11-08 22:02:15 -08:00
parent e02f2b51c5
commit d10f1547b0

View File

@ -24,18 +24,13 @@
</li> </li>
</ol> </ol>
<h1>Slow compiles?<br>Watch this.</h1> <h1>Slow compiles?<br>Watch this</h1>
<table> <table width="100%">
<tr> <tr>
<td align=center width="100%"> <td align=center width="100%">
<a href="http://www.youtube.com/FIXME"><img src="/doc/video-snap.jpg"></a> <a href="http://www.youtube.com/FIXME"><img src="/doc/video-snap.jpg"></a>
</td> </td>
</tr> </tr>
<tr>
<td align=center>
Programming with Go.<br><a href="http://www.youtube.com/FIXME">Watch now</a>.
</td>
</tr>
</table> </table>
</div> </div>
@ -95,7 +90,7 @@ It's a joy to use.
<h3>&hellip; open source</h3> <h3>&hellip; open source</h3>
<p> <p>
<a href="http://code.google.com/p/go/source/browse/">Go for it</a>. <a href="/doc/install.html">Go for it</a>.
</p> </p>
</div> </div>