-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
41 lines (38 loc) · 1.24 KB
/
footer.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
<div class="container-fluid footer">
<div class="container">
<div class="col-md-4" align="center">
<img src="images/logo.png" class="img img-responsive footerimg" />
</div>
<div class="col-md-4" align="center">
<h6> CONTACT CURTIN </h6>
<br />
<p>
<b>General enquiries</b> <br />
Telephone: +61 8 9266 9266 <br />
Fax: +61 8 9266 3131 <br />
<br /><br/>
<b>Address</b> <br />
Kent Street, <br /> Bentley, <br /> Perth <br />
Western Australia 6102
</p>
</div>
<div class="col-md-4" align="center">
<p><b>LOCATIONS</b> <br /> <br />
Bentley (main campus) <br />
Other WA campuses <br />
Curtin University Sydney <br />
Curtin Sarawak <br />
Curtin Singapore <br />
</p>
</div>
</div>
</div>
</body>
</html>