</ol>
<h1>Watch and Learn</h1>
- <p>(No video yet.)</p>
+ <table>
+ <tr>
+ <td>
+ <a href="http://www.youtube.com/FIXME"><img src="/doc/video-snap.jpg"></a>
+ </td>
+ <td>
+ Programming with Go. <a href="http://www.youtube.com/FIXME">Watch now</a>.
+ </td>
+ </tr>
+ </table>
</div>
<div id="frontpage">
<table style="padding-top: 1em; padding-bottom: 2em;">
<tr>
<td>
- <img style="padding-right: 1em;" src="/doc/go-logo-blue.png">
+ <img style="padding-right: 1em;" src="/doc/go-logo-black.png">
</td>
<td>
<div><span style="font-size: 2em; font-weight: bold;">an experimental programming language.</span><br><span style="font-size: 1.5em;">Imperative, concurrent, garbage-collected.</span></div>
padding: 0 1em 2em 1em;
margin-top: -2px;
border-left: 2px solid #e5ecf9;
+ border-right: 2px solid #e5ecf9;
+ border-bottom: 2px solid #e5ecf9;
}
#topnav {
-}
-
-#headerDocSetTitle {
margin: 0px;
- padding-left: 0.2em;
padding-top: 0.2em;
width: 100%;
white-space: nowrap;
padding-left: 1em;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
+ padding-bottom: 0.75em;
}
#gettingStarted h1 {
padding-top: 0.3em;
+ margin-bottom: 0.2em;
font-size: 1.5em;
}
#gettingStarted ol {
}
+#gettingStarted a img {
+ border: 1px solid blue;
+}
+
#frontpage {
width: 70%;
}
<td id="headerImage">
<a href="/"><img src="/doc/logo-153x55.png" height="55" width="153" alt="Go Home Page" style="border:0" /></a>
</td>
+ <td>
+ <div id="headerDocSetTitle">The Go Programming Language</div>
+ </td>
<td>
<!-- <table>
<tr>
<td>
- <!-- The input box is outside of the form because we want to add
+ <! The input box is outside of the form because we want to add
a couple of restricts to the query before submitting. If we just
add the restricts to the text box before submitting, then they
appear in the box when the user presses 'back'. Thus we use a
</table>
</div>
-<div id="headerDocSetTitle">The Go Programming Language</div>
-
<div id="linkList">
<ul>
<li class="navhead"><a href="/" class="noline">Home</a></li>
<li class="blank"> </li>
<li class="navhead">Go code search</li>
<form method="GET" action="/search" class="search">
- <input name="q" value="{Query|html}" size="25" />
+ <input type="search" name="q" value="{Query|html}" size="25" />
<input type="submit" value="Go" />
<li class="blank"> </li>