Update videos header and footer

Change the markup slighly to match the other pages. I used the
Documents page as a reference.
This commit is contained in:
Lassi Kortela 2024-06-17 17:51:35 +03:00
parent 4debedb32a
commit a11fcf7c71
1 changed files with 35 additions and 19 deletions

View File

@ -1,22 +1,29 @@
<html><head> <html>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>schemers.org: Videos</title> <title>schemers.org: Videos</title>
<link rel="shortcut icon" href="http://www.schemers.org/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
</head><body vlink="#aa0088" alink="RED" bgcolor="WHITE" link="BLUE" text="BLACK"> <body bgcolor=WHITE text=BLACK link=BLUE vlink="#aa0088" alink=RED>
<p> <p>
<table width="100%"> <table width=100%>
<tbody><tr valign="TOP"> <tr valign=TOP>
<td> <td>
<img src="logo-dsandler.gif" alt="logo" width="110" height="70"> <img src="../logo-dsandler.gif"
alt="logo"
width=110
height=70>
<br><br> <br><br>
'(schemers&nbsp;.&nbsp;org):<br> '(schemers&nbsp;.&nbsp;org):<br>
an improper list<br> an improper list<br>
of Scheme resources<br> of Scheme resources<br>
&#8212;[<a href="http://www.schemers.org/welcome.shtml">DS</a>] &#151;[<a href="../Welcome/">DS</a>]
</td> </td>
<td> <td>
@ -79,13 +86,13 @@ Scribble: Closing the Book on Ad Hoc Documentation Tools by Matthew Flatt</a></l
<li><a href="http://channel9.msdn.com/shows/Going+Deep/Lecture-Series-Erik-Meijer-Functional-Programming-Fundamentals-Chapter-1/"> <li><a href="http://channel9.msdn.com/shows/Going+Deep/Lecture-Series-Erik-Meijer-Functional-Programming-Fundamentals-Chapter-1/">
Functional Programming Fundamentals (13 part series) by Erik Meijer</a></li> Functional Programming Fundamentals (13 part series) by Erik Meijer</a></li>
<li><a href="http://www.cs.brown.edu/~sk/Publications/Talks/Moby-Bootstrap/"> <li><a href="http://www.cs.brown.edu/~sk/Publications/Talks/Moby-Bootstrap/">
The Moby Scheme Compiler for Smartphones by Shriram Krishnamurthi</a> Audio only</li> The Moby Scheme Compiler for Smartphones by Shriram Krishnamurthi</a> Audio only</li>
<li><a href="http://videolectures.net/google_wadler_fepl/"> <li><a href="http://videolectures.net/google_wadler_fepl/">
Faith, Evolution, and Programming Languages by Phil Wadler</a></li> Faith, Evolution, and Programming Languages by Phil Wadler</a></li>
<li><a href="http://www.infoq.com/presentations/Functional-Programming-Sadek-Drobi"> <li><a href="http://www.infoq.com/presentations/Functional-Programming-Sadek-Drobi">
The Functional Programming with a Mainstream Language by Sadek Drobi</a></li> The Functional Programming with a Mainstream Language by Sadek Drobi</a></li>
<li><a href="http://www.infoq.com/interviews/Steele-Interviews-John-McCarthy"> <li><a href="http://www.infoq.com/interviews/Steele-Interviews-John-McCarthy">
@ -112,27 +119,36 @@ La programmation diffuse by Manuel Serrano</a> In French</li>
<a name="faq">The comprehensive Scheme FAQ is now a <a name="faq">The comprehensive Scheme FAQ is now a
</a><a href="http://community.schemewiki.org/?scheme-faq">Wiki</a>. </a><a href="http://community.schemewiki.org/?scheme-faq">Wiki</a>.
Please get involved! Please get involved!
</p>
</td>
</tr>
</table>
</p> </p>
<hr> <hr>
<p> <p>
<br> <br>
<table width="100%"> <table width=100%>
<tbody><tr> <tr>
<td align="LEFT"> <td align=LEFT>
Last modified 04:50:19 EDT on Mar 18, 2010 Last modified 04:50:19 EDT on Mar 18, 2010
</td> </td>
<td align="RIGHT"> <td align=RIGHT>
Powered by Powered by
<a href="http://www.schemers.org/welcome.shtml"><img src="logo.gif" alt="PLT" width="91" align="CENTER" height="31"></a></td></tr> <a href="../Welcome/"><img align=CENTER src="../plt-logo.gif"
width=91 height=31 alt="PLT"></a></td></tr>
<tr> <tr>
<td></td> <td></td>
<td align="RIGHT"> <td align="RIGHT">
<a href="http://www.schemers.org/welcome.shtml">Site Contact</a> <a href="../Welcome/">Site Contact</a>
</td> </td>
</tr> </tr>
</tbody></table> </table>
</p> </p>
</body></html> </body>
</html>