go.talks/2010: add missing image file and fix typo.

Fixes golang/go#5889.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/11275043
diff --git a/2010/go-logo-white.png b/2010/go-logo-white.png
new file mode 100644
index 0000000..fa29169
--- /dev/null
+++ b/2010/go-logo-white.png
Binary files differ
diff --git a/2010/go_talk-20100112.html b/2010/go_talk-20100112.html
index 2e36435..e10fcdb 100644
--- a/2010/go_talk-20100112.html
+++ b/2010/go_talk-20100112.html
@@ -24,11 +24,11 @@
 
 <div class="slide titlepage">
 <div style="height: 135px; width: 480px; overflow: hidden; position: fixed; top: auto; bottom: 10px; left: auto; right: 0;  ">
-<img src="../gordon/bumper480x270.png" style="margin: -135px 0 0 0;"/>
+<img src="gordon/bumper480x270.png" style="margin: -135px 0 0 0;"/>
 </div>
 <!-- <img src="google.png" style="position: fixed; top: auto; bottom: 30px; left: 20px; right: auto;"/> -->
 <br/>
-<img src="../go-logo-white.png">
+<img src="go-logo-white.png">
 <br/>
 <br/>
 <h1 style="padding-right: 0pt; margin-right: 0pt; color: #0066cc; font-size: 250%; border-bottom: 0px;">The Go Programming Language</h1>
@@ -400,7 +400,7 @@
 	<h1>Questions?</h1>
 	<br><br>
 	<center>
-	<img src="../gordon/bumper640x360.png">
+	<img src="gordon/bumper640x360.png">
 	</center>
 	<br><br>
 	<div style="color: #ffcc00;">
diff --git a/2010/go_talk-20100121.html b/2010/go_talk-20100121.html
index d5e4bc6..550e9a2 100644
--- a/2010/go_talk-20100121.html
+++ b/2010/go_talk-20100121.html
@@ -24,11 +24,11 @@
 
 <div class="slide titlepage">
 <div style="height: 135px; width: 480px; overflow: hidden; position: fixed; top: auto; bottom: 10px; left: auto; right: 0;  ">
-<img src="../gordon/bumper480x270.png" style="margin: -135px 0 0 0;"/>
+<img src="gordon/bumper480x270.png" style="margin: -135px 0 0 0;"/>
 </div>
 <!-- <img src="../google.png" style="position: fixed; top: auto; bottom: 30px; left: 20px; right: auto;"/> -->
 <br/>
-<img src="../go-logo-white.png">
+<img src="go-logo-white.png">
 <br/>
 <br/>
 <h1 style="padding-right: 0pt; margin-right: 0pt; color: #0066cc; font-size: 250%; border-bottom: 0px;">The Go Programming Language</h1>
@@ -74,7 +74,7 @@
 	<h2>Design started in late 2007.</h2>
 	<h2>Implementation starting to work mid-2008.</h2>
 	<h2>Released as an open source project in November 2009.</h2>
-	<h2>Work continues.<h2>
+	<h2>Work continues.</h2>
 	<h2>Robert&nbsp;Griesemer, Ken&nbsp;Thompson, Rob&nbsp;Pike, Ian&nbsp;Lance&nbsp;Taylor, Russ&nbsp;Cox, many others</h2>
 </div>
 
@@ -277,7 +277,7 @@
 	}
 }
 </pre>
-<h2>Read response from network.</h2
+<h2>Read response from network.</h2>
 </div>
 
 <div class="slide">
@@ -301,7 +301,7 @@
 	}
 }
 </pre>
-<h2>Look up request by sequence number.</h2
+<h2>Look up request by sequence number.</h2>
 </div>
 
 <div class="slide">
@@ -325,7 +325,7 @@
 	}
 }
 </pre>
-<h2>Decode response fields from payload.</h2
+<h2>Decode response fields from payload.</h2>
 </div>
 
 <div class="slide">
@@ -349,7 +349,7 @@
 	}
 }
 </pre>
-<h2>Tell client that it finished.</h2
+<h2>Tell client that it finished.</h2>
 </div>
 
 <div class="slide">
@@ -442,7 +442,7 @@
 	<h1>Questions?</h1>
 	<br><br>
 	<center>
-	<img src="../gordon/bumper640x360.png">
+	<img src="gordon/bumper640x360.png">
 	</center>
 	<br><br>
 	<div style="color: #ffcc00;">
diff --git a/2010/go_talk-20100323.html b/2010/go_talk-20100323.html
index 7330dd2..ddd172e 100644
--- a/2010/go_talk-20100323.html
+++ b/2010/go_talk-20100323.html
@@ -25,7 +25,7 @@
 <div class="slide titlepage">
 <br/>
 <br/>
-<img src="../go-logo-white.png" width="588px" height="217px">
+<img src="go-logo-white.png" width="588px" height="217px">
 <br/>
 <h1 style="padding-right: 0pt; margin-right: 0pt; color: #0066cc; font-size: 250%; border-bottom: 0px;">The Go Programming Language</h1>
 <div style="color: #ffcc00;">
@@ -388,7 +388,7 @@
 	<h1>Questions?</h1>
 	<br><br>
 	<center>
-	<img src="../gordon/bumper640x360.png" width="640px" height="360px">
+	<img src="gordon/bumper640x360.png" width="640px" height="360px">
 	</center>
 </div>
 
diff --git a/2010/gordon/bumper480x270.png b/2010/gordon/bumper480x270.png
new file mode 100644
index 0000000..cf18715
--- /dev/null
+++ b/2010/gordon/bumper480x270.png
Binary files differ
diff --git a/2010/gordon/bumper640x360.png b/2010/gordon/bumper640x360.png
new file mode 100644
index 0000000..a5073e0
--- /dev/null
+++ b/2010/gordon/bumper640x360.png
Binary files differ