1935711a43
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@1 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 0f09d39edb936ebd87ab33a41da1326a84f415e2 Former-commit-id: 38d30950aa3367e9b8718cee602e206dbc360201
58 lines
2.9 KiB
HTML
58 lines
2.9 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//Dtd HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<!--
|
|
copyright : (C) 2003-2004 Bernhard Wymann
|
|
email : berniw@bluewin.ch
|
|
version : $Id: navigation.html,v 1.1 2004/11/30 14:02:05 berniw Exp $
|
|
|
|
Permission is granted to copy, distribute and/or modify this document
|
|
under the terms of the GNU Free Documentation License, Version 1.2
|
|
or any later version published by the Free Software Foundation;
|
|
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
|
|
Texts. A copy of the license is included in the section entitled "GNU
|
|
Free Documentation License".
|
|
|
|
-->
|
|
<head>
|
|
<title>Navigation Bar</title>
|
|
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
|
|
<meta name="description" content="navigation bar">
|
|
<meta name="author" content="Bernhard Wymann">
|
|
<meta name="keywords" content="cv, photo, bernhard wymann, thoughts">
|
|
<script src="../../../js/utilities.js" type="text/javascript">
|
|
</script>
|
|
<script type="text/javascript">
|
|
<!--
|
|
Inactive1 = new Image();
|
|
Inactive1.src = "../../../common/images/up/up.jpg";
|
|
Active1 = new Image();
|
|
Active1.src = "../../../common/images/down/up.jpg";
|
|
|
|
Inactive10 = new Image();
|
|
Inactive10.src = "../../../common/images/up/contact.jpg";
|
|
Active10 = new Image();
|
|
Active10.src = "../../../common/images/down/contact.jpg";
|
|
//-->
|
|
</script>
|
|
</head>
|
|
|
|
<body bgcolor="#ffffff">
|
|
<a href="javascript:changetwoframes('../../navigation/navigation.html','navigation','../../torcs.html','content')" onMouseOver="imgchange(0,Active1)" onMouseOut="imgchange(0,Inactive1)">
|
|
<img style="position:absolute; top:0px; left:0px" src="../../../common/images/up/up.jpg" border="0" alt="up"/>
|
|
</a>
|
|
|
|
<img style="position:absolute; top:30px; left:0px" src="../../../common/images/up/navigation_2.jpg">
|
|
<img style="position:absolute; top:60px; left:0px" src="../../../common/images/up/navigation_3.jpg">
|
|
<img style="position:absolute; top:90px; left:0px" src="../../../common/images/up/navigation_4.jpg">
|
|
<img style="position:absolute; top:120px; left:0px" src="../../../common/images/up/navigation_5.jpg">
|
|
<img style="position:absolute; top:150px; left:0px" src="../../../common/images/up/navigation_6.jpg">
|
|
<img style="position:absolute; top:180px; left:0px" src="../../../common/images/up/navigation_7.jpg">
|
|
<img style="position:absolute; top:210px; left:0px" src="../../../common/images/up/navigation_8.jpg">
|
|
<img style="position:absolute; top:240px; left:0px" src="../../../common/images/up/navigation_9.jpg">
|
|
|
|
<a href="mailto:berni4you@gmx.ch" onMouseOver="imgchange(9,Active10)" onMouseOut="imgchange(9,Inactive10)">
|
|
<img style="position:absolute; top:270px; left:0px" src="../../../common/images/up/contact.jpg" border="0" alt="contact"/></a>
|
|
|
|
<img style="position:absolute; top:300px; left:0px" src="../../../common/images/up/navigation_11.jpg">
|
|
</body>
|
|
</html>
|