-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
121 lines (117 loc) · 5.32 KB
/
contact.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contact</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/skeleton.css">
<script src="js/jquery-1.7.1.min.js"></script>
<script src="js/superfish.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/script.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/FF-cash.js"></script>
<script src="js/forms.js" type="text/javascript"></script>
<script>
$(function(){
$('#contact-form').forms({
ownerEmail:'[email protected]'
})
})
</script>
<!--[if lt IE 8]>
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode">
<img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." />
</a>
</div>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/html5.js"></script>
<link rel="stylesheet" href="css/ie.css">
<![endif]-->
</head>
<body>
<!-- header -->
<header>
<div class="top-header">
<div class="container_12">
<div class="grid_12">
<div class="fright">
<ul class="top-menu">
<li><a href="contact.html">SUPPORT DR HARRY</a></li>
</ul>
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div class="container_12">
<div class="grid_12">
<h1 class="fleft"><a href="index.html"></a></h1>
<div id="main-menu">
<ul class="sf-menu fright responsive-menu">
<li><a href="index.html">home</a></li>
<li><a href="aboutdrharry.html">about dr harry</a></li>
<li><a href="blog.html">blog</a></li>
<li class="current"><a href="contact.html">contacts</a></li>
<li><a href="https://www.facebook.com/DrHarry4Mayor-506465149526050" target="_blank"><img src="images/icon4-hover.png" alt="Dr Harry on FB"> Facebook</a></li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
</header>
<div class=" container_12">
<div class="wrapper">
<div class="grid_12">
<div class="text1 pad">Working Together for a Better future</div>
</div>
</div>
</div>
<!-- content -->
<section id="content" class="padcontent">
<div class="container_12">
<div class="wrapper">
<div class="grid_4">
<address class="contacts">
<h2>Contact Info</h2>
<p><strong>Dr Harry Wever</strong><br>
The Old Church,<br>
Milford, QLD 4310</p>
<span>Telephone:</span> 0475 767 336<br>
<em>E-mail:</em> <a href="mailto:[email protected]">[email protected]</a>
</address>
</div>
<div class="grid_6 suffix_2">
<h2>Support Dr Harry –– Leave a Message </h2>
<h4>I would be very grateful for your support and your feedback. Please click on <a href="mailto:[email protected]">[email protected]</a> to send an email to me with your name and phone number.</h4><br/>
<p> As part of my campaign I will require an army of helpers to assist in the final weeks running up to the elections on 19th March 2016. To build a network of supporters for my campaign I need you to get to know me and for your friends and family to get to know me, I am open to suggestions but one way is to run morning teas or BBQs or any type of small gathering in which I can meet up with people. If you are in a position to help and be part of this campaign please email me or call me on 0475 767336. <br/><br/>
If you would like to ask a question or leave a suggestion I will respond promptly.<br/><br/>
My views and responses to current Issues relating to the Scenic Rim Region will be available on the Blog page.<br/><br/>
Current discussions and events are being posted on my <a href="https://www.facebook.com/DrHarry4Mayor-506465149526050" target="_blank"><img src="images/icon4-hover.png" alt="Dr Harry on FB"> Facebook page</a>, your comments and likes are most welcome.</p>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer>
<div class="container_12">
<div class="wrapper z1">
<div class="grid_7">
<h6>Support Dr Harry</h6>
<p>Dr Harry needs your support to become Mayor. It is time there is a fresh energy brought to the job of Mayor of the Scenic Rim. The Region needs vision, hard work and forward thinking to meet it's potential. To value and protect our towns, our farms, our natural heritage , we need honesty and commitment to the people and the environment of the Scenic Rim.</p>
</div>
<div class="grid_2"> </div>
<div class="grid_3 copyright">
<h1>Dr Harry Wever</h1>
<h4>© 2016 Dr Harry Wever</h4>
<h4> </h4>
<h4>Written and authorised<br/> by Dr Harry Wever</h4>
</div>
</div>
</div>
</footer>
</body>
</html>