-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.htm
136 lines (119 loc) · 4.88 KB
/
contact.htm
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
131
132
133
134
135
136
<!DOCTYPE html>
<html>
<!-- Mirrored from www.stpete.org/mobile/contact.htm by HTTrack Website Copier/3.x [XR&CO'2007], Thu, 03 Jan 2013 17:23:26 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="css/mstpete.css" rel="stylesheet" type="text/css" />
<link href="css/jquery.mobile.structure-1.1.0.min.css" rel="stylesheet" type="text/css" />
<script src="js/jquery.min.js"></script>
<script src="js/jquery.mobile-1.1.0.min.js"></script>
<link rel="apple-touch-icon" href="http://www.stpete.org/mobile/image/Surprising-St_icon.png" />
<!-- Unique to this page -->
<!-- /Unique to this page -->
<title>Mobile St Pete</title>
</head>
<body>
<div data-role="page">
<!-- header -->
<div id="header" data-role="header" data-theme="b">
<div id="banner">
<span id="logo"><a href="index.html"><img src="images/logo.png" alt="Logo" /></a></span>
</div>
<div data-role="navbar">
<ul>
<li><a href="index.htm" data-ajax="false">Home</a></li>
<li><a href="events.htm" data-ajax="false">Events</a></li>
<li><a href="news.htm" data-ajax="false">News</a></li>
<li><a href="contact.htm" class="ui-btn-active" data-ajax="false">Contact</a></li>
</ul>
</div><!-- /navbar -->
</div><!--/header-->
<!-- \/\/\/\/\/\/\/\/\/ Page Content \/\/\/\/\/\/\/\/\/ -->
<div data-role="content">
<span id="palm"></span>
<h2>Give us a call</h2><br/>
<div id="content">
<ul data-role="listview" data-theme="c">
<li>
<strong style="font-size:1.5em;">Action Online</strong><br>
<a href="tel:7278937111">727-893-7111</a><br>
</li>
<li>
<strong>Main Information Line</strong>
<a href="tel:7278937111">727-893-7111</a>
</li>
<li>
<strong>Police and Fire Emergency</strong><a href="tel:911">911</a>
</li>
<li>
<strong>Police Non-Emergency</strong>
<a href="tel:7278937780">727-893-7780</a>
</li>
<li>
<strong>Police Tip Line</strong>
<a href="tel:7278925000">727-892-5000</a>
</li>
<li>
<strong>Police Text-A-Tip</strong>
<a href="sms:7274208911">727-420-8911</a>
</li>
<li>
<strong>Mayor's Business Support Line</strong>
<a href="tel:7278937000">727-893-7000</a>
</li>
<li>
<strong>Illegal Dumping</strong>
<a href="tel:7278937398">727-893-7398</a>
</li>
<li>
<strong>Events Hotline</strong>
<a href="tel:7278935700">727-893-5700</a>
</li>
<li>
<strong>Parks and Recreation</strong>
<a href="tel:7278937441">727-893-7441</a>
</li>
<li>
<strong>Jobs Hotline</strong>
<a href="tel:7278937033">727-893-7033</a>
</li>
<li>
<strong>Codes</strong>
<a href="tel:7278937373" >727-893-7373</a>
</li>
<li>
<strong>Public Utilities</strong>
<a href="tel:7278937341">727-893-7341</a>
</li>
<li>
<strong>Water Problems</strong>
<a href="tel:7278937261">727-893-7261</a>
</li>
<li>
<strong>TV Schedule</strong>
<a href="tel:7278937775">727-893-7775</a>
</li>
</ul>
</div><!-- END content div -->
<br />
</div><!-- end data role content -->
<!-- \/\/\/\/\/\/\/\/\/ END Page Content \/\/\/\/\/\/\/\/\/ -->
<!--footer-->
<div id="footer" data-role="footer" data-theme="d">
<div data-role="navbar">
<ul>
<li><a href="index.htm">Home</a></li>
<li><a href="events.htm" data-ajax="false">Events</a></li>
<li><a href="news.htm" data-ajax="false">News</a></li>
<li><a href="contact.htm">Contact</a></li>
<li><a href="#" data-ajax="false" onClick="document.cookie='http://www.stpete.org/mobile/nomobileplease=true;path=/'; window.location = '../indexf3a7.html?LeftMobileSite';">Full Site</a></li>
</ul>
<p id="copyright">Copyright 2012, All Rights Reserved</p>
</div><!-- /navbar -->
</div><!--/footer-->
</div><!-- /page -->
<script type="text/javascript">$('[data-role=page]').live('pageshow',function(event,ui){try{_gaq.push(['_setAccount','UA-8738346-1']);hash=location.hash;if(hash){_gaq.push(['_trackPageview',hash.substr(1)])}else{_gaq.push(['_trackPageview'])}}catch(err){}});</script>
</body>
<!-- Mirrored from www.stpete.org/mobile/contact.htm by HTTrack Website Copier/3.x [XR&CO'2007], Thu, 03 Jan 2013 17:23:26 GMT -->
</html>