-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
64 lines (64 loc) · 1.94 KB
/
Copy pathcontact.html
File metadata and controls
64 lines (64 loc) · 1.94 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>Peter H. Thorp LL.B (Hons) Barrister</title>
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
</head>
<body class="contact">
<section>
<header>
<h1 class="title">Peter H. Thorp <b>LL.B (Hons)</b></h1>
<h2>Barrister</h2>
</header>
<nav id="menu">
<a href="index.html">About</a>
<a href="professional_experience.html">Professional Experience</a>
<a href="community_experience.html">Community Experience</a>
<a href="contact.html" class="active">Contact</a>
</nav>
<div class="background">
</div>
<article>
<h3>Contact</h3>
<div class="underline"></div>
<div class="contactInfo">
<div>
<h4>Address:</h4>
<!-- <p>
Suite 3104,<br>
Level 31, Metropolis,<br>
1 Courthouse Lane,<br>
Auckland.
</p> -->
<p>
P.O. Box 1987,<br>
Auckland 1140
</p>
</div>
<div>
<h4>Email:</h4>
<p>
<a href="mailto:peter@thorp.co.nz?Subject=Website Enquiry" target="_blank">peter@thorp.co.nz</a>
</p>
</div>
<div>
<h4>Phone:</h4>
<p>
021-950-198<br>
</p>
</div>
</div>
</article>
</section>
<script>
$(document).ready(function() {
$("#menu").scrollLeft(780);
});
</script>
</body>
</html>