-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiving.html
96 lines (77 loc) · 2.98 KB
/
diving.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="your description goes here" />
<meta name="keywords" content="your,keywords,goes,here" />
<meta name="author" content="Toni Mateos / Original design: Andreas Viklund - http://andreasviklund.com/" />
<link rel="stylesheet" type="text/css" href="./andreas05-clean.css" />
<title>Toni Mateos Homepage</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-183416-6']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="title"><h1>Toni Mateos</h1></div>
<div id="container">
<div id="sidebar">
<p><img src="./images/DSC00252_v1.jpg" width="100" alt="Portrait" /></p>
<br /><br /><br /><br /><br /><br /><br />
<a class="menu" href="./index.html">Home</a>
<a class="menu">Hobbies</a>
<ul>
<a class="menu" href="./diving.html">Diving</a>
<a class="menu" href="./worship.html">Places</a>
</ul>
<br /><br /><br /><br /><br /><br /><br />
<p>This is a proud<br />
web 1.0 page!
</p>
<br /><br /><br /><br /><br /><br /><br />
<p>Template:<br />
<a href="http://andreasviklund.com/">Andreas Viklund</a>
</p>
</div>
<div id="main">
<h2>Diving</h2>
<!-- <br>
<h3> Voyage to the <font color="red"> Red Sea </font> </h3>
This is a presentation about a Scuba Diving trip to the Egyptian part of the <b><font color="red">Red Sea</font></b>,
April 2004.
You can download it <a href="http://www.tonimateos.co.uk/RedSeaInstall.exe">here</a> (28 MB).
You will need Powerpoint and Windows to see it (my deepest apologies to the Linux users)
<br>
<br>
<h3> Extreme Diving in the <font color="red"> Maldives </font> </h3>
Based on the diving safari on board of the <b> Southern Cross</b>.
-->
<ul>
<li>
<a href="./extreme.html">Definition</a> of Extreme Diving.
</li>
<li>
The first <a href="./maldives.html">extreme divers</a>.
</li>
<li>
<a href="http://www.archive.org/download/ToniMateosJudithsbriefing/MOV00885.MPG">Briefing</a> by Judith, before diving a <i>corner</i>.
</li>
<!-- <li>
<a href="http://www.fargnoli.org/maldives/">Photographs</a> taken by Enric Fargnoli.
</li>
-->
<li> <a href="http://www.archive.org/download/ToniPouandToniMateos/all.mpg">Videos</a> taken by Toni Pou (80 MB).
Very <a href="http://video.google.com/videoplay?docid=7226765637144897327">poor quality</a> version (0.6 MB).
</li>
</ul>
</div>
<div id="footer"></div>
</div>
</body>
</html>