-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
79 lines (76 loc) · 4.09 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Contact us | Alma Park</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="http://themes/lightenna/lightenna.ico" type="image/x-icon" />
<style type="text/css" media="all">@import "modules/node/node.css";</style>
<style type="text/css" media="all">@import "modules/system/defaults.css";</style>
<style type="text/css" media="all">@import "modules/system/system.css";</style>
<style type="text/css" media="all">@import "modules/user/user.css";</style>
<style type="text/css" media="all">@import "sites/all/themes/alma/style.css";</style>
<script type="text/javascript" src="misc/jquery.js"></script>
<script type="text/javascript" src="misc/drupal.js"></script>
<script type="text/javascript" src="misc/textarea.js"></script>
<style type="text/css" media="all">@import "sites/all/themes/alma/css/master.css";</style>
<script type="text/javascript"> </script>
</head>
<body class="default">
<div class="common-border main fixed-width-padded">
<div class="header">
<div class="flatmenu"><img class="flatmenu" src="sites/all/themes/alma/images/almapark.jpg" alt="Alma Park" />
<table class="flatmenu" id="flatmenu"><tr>
<td class="level-0"><a href="home.html">Home</a></td>
<td class="level-0"><a href="about_us.html">About us</a></td>
<td class="level-0-selected"><a href="contact.html" class="active">Contact us</a></td>
<td class="level-0"><a href="facilities.html">Facilities</a></td>
<td class="level-0"><a href="location.html">Location</a></td>
</tr></table>
</div>
<div class="head-block" id="head"><p><img src="sitefiles/almahouse.com/alma_front.jpg" alt="Alma Park" /></p>
</div>
</div>
<div class="column column-left" id="">
<p><img src="sites/all/themes/alma/images/title_left.jpg" alt="Navigation" /></p>
<div id="subnav">
<ul><li class="leaf"><a href="home.html">Home</a></li>
<li class="collapsed"><a href="about_us.html">About us</a></li>
<li class="leaf"><a href="contact.html" class="active">Contact us</a></li>
<li class="collapsed"><a href="facilities.html">Facilities</a></li>
<li class="leaf"><a href="location.html">Location</a></li>
</ul></div> </div>
<div class="column column-2right" id="">
<form action="https://formspree.io/[email protected]" method="POST">
<div><p>For more information on any of the services detailed here, please contact:</p>
<p><b>Michael Stanhope</b>, Site coordinator on 01455 220800</p>
<p>Alma Park, <br />
Woodway Lane, <br />
Claybrooke Parva, <br />
Lutterworth, <br />
Leicester, <br />
LE17 5BH</p>
<p>or fill out the form below</p><div class="form-item" id="edit-name-wrapper">
<label for="edit-name">Your name: <span class="form-required" title="This field is required.">*</span></label>
<input type="text" maxlength="255" name="name" id="edit-name" size="60" value="" class="form-text required" />
</div>
<div class="form-item" id="edit-mail-wrapper">
<label for="edit-mail">Your e-mail address: <span class="form-required" title="This field is required.">*</span></label>
<input type="email" maxlength="255" name="_replyto" id="edit-mail" size="60" value="" class="form-text required" />
</div>
<div class="form-item" id="edit-message-wrapper">
<label for="edit-message">Message: <span class="form-required" title="This field is required.">*</span></label>
<textarea cols="60" rows="5" name="message" id="edit-message" class="form-textarea resizable required"></textarea>
</div>
<button type="submit" id="edit-submit" class="form-submit">Send e-mail</button>
<input type="text" name="_gotcha" style="display:none" />
</div></form>
</div>
<p class="magic"> </p>
</div>
<div class="common-border footer fixed-width">
<p class="footer-left">Copyright 2006 Lightenna</p>
<p class="footer-right"><a style="color: #FFFFFF; font-weight: normal;" href="http://www.lightenna.com/">Drupal website by Lightenna</a></p>
</div>
</body>
</html>