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>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<html>
<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>
<table width="100%">
<tbody><tr valign="TOP">
<table width=100%>
<tr valign=TOP>
<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>
'(schemers&nbsp;.&nbsp;org):<br>
an improper list<br>
of Scheme resources<br>
&#8212;[<a href="http://www.schemers.org/welcome.shtml">DS</a>]
&#151;[<a href="../Welcome/">DS</a>]
</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/">
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>
<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>
<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>
<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><a href="http://community.schemewiki.org/?scheme-faq">Wiki</a>.
Please get involved!
</p>
</td>
</tr>
</table>
</p>
<hr>
<p>
<br>
<table width="100%">
<tbody><tr>
<td align="LEFT">
<table width=100%>
<tr>
<td align=LEFT>
Last modified 04:50:19 EDT on Mar 18, 2010
</td>
<td align="RIGHT">
<td align=RIGHT>
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>
<td></td>
<td align="RIGHT">
<a href="http://www.schemers.org/welcome.shtml">Site Contact</a>
<a href="../Welcome/">Site Contact</a>
</td>
</tr>
</tbody></table>
</table>
</p>
</body></html>
</body>
</html>