Skip to content

Commit 59ca7ab

Browse files
author
Charlie Cook
committed
Removed office address
1 parent dcef7cb commit 59ca7ab

File tree

1 file changed

+8
-54
lines changed

1 file changed

+8
-54
lines changed

contact.html

Lines changed: 8 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
<div class="container">
99
<div class="section section-blog">
1010
<h2>Contact Us.</h2>
11-
12-
11+
12+
1313
<p>Please use this form to get in touch or request technical support for any of our <a href="/our-apps/">iPhone, iPad or Mac apps</a>. Alternatively, you can fill out an <a href="/in-house-iphone-training-enquiry/">in-house training enquiry</a> request.</p>
1414
<p><script type="text/javascript">var host = (("https:" == document.location.protocol) ? "https://secure." : "http://");document.write(unescape("%3Cscript src='" + host + "wufoo.com/scripts/embed/form.js' type='text/javascript'%3E%3C/script%3E"));</script>
1515

1616
<script type="text/javascript">
1717
var q7x3p3 = new WufooForm();
1818
q7x3p3.initialize({
19-
'userName':'shinydev',
20-
'formHash':'q7x3p3',
19+
'userName':'shinydev',
20+
'formHash':'q7x3p3',
2121
'autoResize':true,
2222
'height':'644'});
2323
q7x3p3.display();
@@ -26,60 +26,14 @@ <h2>Contact Us.</h2>
2626

2727

2828
<div class="aside">
29-
30-
<h3>In Person</h3>
31-
32-
<p>Shiny Development <abbr title="Limited">Ltd</abbr><br />
33-
The Innovation Centre<br />
34-
Sci-Tech Daresbury<br />
35-
Keckwick Lane<br />
36-
Daresbury<br />
37-
Cheshire<br />
38-
WA4 4FS<br />
39-
United Kingdom<br />
40-
<br />
41-
01925 607290</p>
42-
<p><a href="http://www.sci-techdaresbury.com/location/">How To Get Here</a></p>
43-
44-
45-
<div id="googlemap"></div>
46-
47-
48-
4929
<div class="section">
50-
<h3>On Twitter</h3>
51-
<p>You can follow company news and updates on <a href="https://twitter.com/shinydev">@shinydev</a>, and follow Dave on <a href="https://twitter.com/daveverwer">@daveverwer</a>.</p>
52-
</div>
53-
54-
<script src="http://maps.google.com/maps/api/js?sensor=false" type="text/javascript"></script>
55-
<script type="text/javascript" language="javascript">
56-
<!--
57-
58-
$(document).ready(function(){
59-
60-
var latlng = new google.maps.LatLng(53.34515861551074, -2.639561891555786);
61-
var myOptions = {
62-
zoom: 15,
63-
center: latlng,
64-
mapTypeId: google.maps.MapTypeId.ROADMAP
65-
};
66-
var map = new google.maps.Map(document.getElementById("googlemap"), myOptions);
67-
68-
var marker = new google.maps.Marker({
69-
position: latlng,
70-
map: map,
71-
title:"Shiny Development Ltd"
72-
});
73-
74-
});
75-
76-
//-->
77-
</script>
78-
30+
<h3>On Twitter</h3>
31+
<p>You can follow company news and updates on <a href="https://twitter.com/shinydev">@shinydev</a>, and follow Dave on <a href="https://twitter.com/daveverwer">@daveverwer</a>.</p>
32+
</div>
7933
</div>
8034

8135

8236

8337
</div>
8438
<br style="clear:both;">
85-
</div>
39+
</div>

0 commit comments

Comments
 (0)