-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.php
130 lines (117 loc) · 5.31 KB
/
contact.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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 user-scalable=yes">
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="author" content="Steve Wright">
<link rel="shortcut icon" href="favicon.ico" >
<link rel="stylesheet" type="text/css" href="wrightfamily.css">
<link rel="stylesheet" type="text/css" href="comment.css">
<script src="wrightfamily.js"></script>
<script src="https://www.google.com/recaptcha/api.js"></script>
<title>Contacts</title>
</head>
<body class="site">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.7";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<?php include_once('includes/header.php');?>
<main class="site-content">
<!-- Body Start -->
<table id="tcontact">
<!--<tr>
<td><a href="mailto:[email protected]">Family Email </a></td>
</tr> -->
<tr>
<td><div>Steve
</div></td>
<td><div><a href="tel:+6449712020">+64 4 971 2020</a>
</div></td>
<td><div><a href='mailto:<?php echo convert_email_adr('[email protected]'); ?>'> <img src="/images/logos/email.png" alt="Email" style="width:15px;height:15px;"></a>
</td></div>
<td><div><a href="https://twitter.com/stevewrightwgtn" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div></td>
<td><div class="fb-follow" data-href="https://www.facebook.com/SteveWrightWgtn" data-width="50" data-height="20" data-layout="button" data-size="small" data-show-faces="true">
</div></td>
<td><div><script src="//platform.linkedin.com/in.js" type="text/javascript"> lang: en_US</script><script type="IN/Share" data-url="https://www.linkedin.com/in/steve-wright-b70941a4?trk=hp-identity-name"></script>
</div></td>
<td><div><style>.ig-b- { display: inline-block; } .ig-b- img { visibility: hidden; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-24 { width: 20px; height: 20px; background: url(/images/logos/ig-badge-20.png) no-repeat 0 0; } @media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and
(min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {.ig-b-24 { background-image: url(/images/logos/ig-badge-20.png); background-size: 60px 178px; } }</style>
<a href="https://www.instagram.com/stevewrightnz/?ref=badge" class="ig-b- ig-b-24"><img src="/images/logos/ig-badge-20.png" alt="Instagram" /></a>
</div></td>
</tr>
<tr>
<td><div>Joanne
</div></td>
<td><div><a href="tel:+64212699900">+64 21 269 9900</a>
</div></td>
<td><div><a href='mailto:<?php echo convert_email_adr('[email protected]'); ?>'><img src="/images/logos/email.png" alt="Email" style="width:15px;height:15px;"></a>
</div></td>
</tr>
<tr>
<td><div>Nicko
</div></td>
<td><div><a href="tel:+64226023426">+64 22 602 3426</a>
</div></td>
<td><div><a href='mailto:<?php echo convert_email_adr('[email protected]'); ?>'><img src="/images/logos/email.png" alt="Email" style="width:15px;height:15px;"></a>
</div></td>
</tr>
<tr>
<td><div>Home
</div></td>
<td><div><a href="tel:+6449712020">+64 4 971 2020</a>
</div></td>
<td><div><a href='mailto:<?php echo convert_email_adr('[email protected]'); ?>'><img src="/images/logos/email.png" alt="Email" style="width:15px;height:15px;"></a>
</div></td>
</tr>
</table>
<div>
<h3>Leave us a message</h3>
<form id="comments" method="post" action="verify.php" autocomplete="off">
<table>
<tr>
<td><label for="name">Name:</label></td>
<td><input type="text" id="name" name="name" size="48" required placeholder="Your name"></td>
</tr>
<tr>
<td><label for="email">Email:</label> </td>
<td><input type="email" id="email" name="email" size="48" required placeholder="Email address - Never made public!"></td>
</tr>
<tr>
<td><label for="website">Website:</label></td>
<td><input type="url" id="website" name="website" size="48" placeholder="Your website: https://example.com" pattern="https?://.+"></td>
</tr>
<tr>
<td><label>Comment:</label></td>
<td><textarea id="txtbox" name="comment" cols="35" rows="10" required placeholder="Enter a comment"></textarea></td>
</tr>
<tr>
<td></td>
<td> <div class="g-recaptcha" data-sitekey="6Lc9VSITAAAAAFIySrOtjxSfmshgrYT74cDZgK8e"></div> </td>
</tr>
<tr>
<td></td>
<td><input type="submit" id="submit" value="Submit"></td>
</tr>
<!--<tr><td>
</td>
<td><div class="g-recaptcha" data-sitekey="6Lc9VSITAAAAAFIySrOtjxSfmshgrYT74cDZgK8e"></div></td></tr>-->
</table>
</form>
</div>
<?php include_once('getcomments.php');?>
</main>
<?php $pagemodified = filemtime(__FILE__);
include_once("includes/footer.php");?>
</body>
</html>