-
Notifications
You must be signed in to change notification settings - Fork 1
/
contacts.php
68 lines (57 loc) · 1.91 KB
/
contacts.php
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>The International Biometric Society Australasian Region - Contact us</title>
<link href="conf.css" type="text/css" rel="stylesheet">
<body>
<table class="maintable">
<tr class="banner">
<td colspan="2" class="banner"><table class="topbox" border=0>
<tr>
<td class="title">
<center> The International Biometric Society<BR> Australasian Region</center>
</td>
<td rowspan="2" style="border-color: #583af2; border-style: groove;
border-width: thin;">
<a href="http://www.tibs.org/">
<img src="ibslogo.jpg" alt="[ibslogo]" width="120" height="120" style="vertical-align: middle;" />
</a>
</td>
</tr>
<tr>
<td class="dates">
<p>www.biometrics.org.au<span style="color: #b1e8ff;"></span></p>
</td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top" class="left-outer" width=0>
<table class="left-inner">
<tr>
<td class="l-i">
<?php include 'panelLeft.php'?>
</td>
</tr>
</table>
</td>
<td valign="top" class="bodytext">
<!-- ======== BEGIN PAGE TEXT =================== -->
<div class="pagename"><h1>Contacts</h1></div>
<div class="text">
<p> If you would like further information about the society - regional or
otherwise - then please contact the <a href="mailto:[email protected]">President</a>, Melissa Dobbie. </p>
<p>If you have queries/comments/suggestions for the website, please contact
the <a href="mailto:[email protected]">website manager</a>, Kevin Wang. </p>
</div>
<!-- ======== END PAGE TEXT ===================== -->
</td>
</tr>
<tr>
<td colspan="2" class="foot" >
<p class="lastupdated"> Last updated 29 December 2006.</p></td>
</tr>
</table>
</body>
</html>