-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGPshuttle.htm
More file actions
102 lines (81 loc) · 4.65 KB
/
Copy pathGPshuttle.htm
File metadata and controls
102 lines (81 loc) · 4.65 KB
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
<!DOCTYPE html>
<!-- Format for Mobile Pages: -->
<!-- Page Set up - set icon for bookmark -->
<!-- Title -->
<!-- Header w/ banner and crumbs -->
<!-- Content -->
<!-- Standard Footer -->
<!-- Standard Tracking -->
<html>
<head>
<!-- Set up -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- viewport= initialize to pixel width of device screen -->
<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>
<!-- Set icon for bookmark -->
<link rel="apple-touch-icon" href="image/GPheader.png" />
<!-- Set the Title -->
<title>2013 Honda Grand Prix of St Petersburg</title>
</head>
<body>
<!-- header -->
<div data-role="page" id="pg1">
<div id="header" data-role="header" data-theme="b">
<!-- banner -->
<div id="banner"> <span id="logo"><a href="http://www.stpete.org/mobile/"><img src="images/GPheader.png" alt="Grand Prix Logo" /></a></span>
</div>
<!--/banner -->
<!-- crumbs -->
<div id="crumbs">
<a href="GPList.htm" data-ajax="false" data-role="button" data-icon="home" data-theme="d">MobileGP Home</a>
<a href="GPshuttle.htm" data-ajax="false" data-role="button" data-icon="back" data-theme="d">Shuttle</a>
</div>
<!-- /crumbs -->
</div>
<!--/header-->
<!-- \/\/\/\/\/\/\/\/\/ Page Content \/\/\/\/\/\/\/\/\/ -->
<div data-role="content" >
<h1>Trolley Shuttle Service</h1>
<p>Both the St. Petersburg Downtown Looper Trolley AND the Central Avenue Shuttle will operate throughout race weekend at normal rates. (<a href="http://www.stpete.org/mobilegp/downtownmap.html">see map</a>)</p>
<div data-role="collapsible-set" data-theme="b" data-content-theme="b">
<div data-role="collapsible">
<h3><strong>Regular St Pete Trolley</strong></h3>
<p>The Looper provides a circular route between the city's parking facilities, hotels, restaurants and attractions.</p>
<p>Service begins at 7am each day (Friday/Saturday/Sunday) and goes until 12am on Friday/Saturday and 7pm on Sunday. The closest Looper stop to the race course will be at the Hilton hotel located on 2nd Street N. and 4th Avenue S. </p>
<p>The fare is only $0.50 each time you board. Children 5 yrs. and under ride free. Exact change please. </p>
</div>
<div data-role="collapsible">
<h3><strong>FREE Park and Ride Shuttle from the Trop</strong></h3>
<p>There is FREE shuttle service from Tropicana Field parking lot to the race course. Parking at Tropicana Field will be $10. </p>
<p>The shuttle will pick passengers up outside the main parking gate at 10th St. and Third Ave. S. and drop passengers near the Hilton on Fourth Ave. S. between Second and Third Streets. There will be a two-block walk to the race entry gate. </p>
<p>The shuttle will operate all three race days from 7 a.m. to 7 p.m.</p>
</div>
</div>
<p>Visit: <a href="http://www.st.petetrolley.com/index.html" rel="tipsy" original-title="External links navigate away from the official city website to provide additional information. Content is not directly under city control nor is any endorsement implied." jquery171007819544729716693="253">www.stpetetrolley.com</a></p>
</div>
<!-- \/\/\/\/\/\/\/\/\/ END Page Content \/\/\/\/\/\/\/\/\/ -->
<!--footer - changes are rare -->
<div id="footer" data-role="footer" data-theme="d">
<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" data-prefetch>Contact</a></li>
<li><a href="#" data-ajax="false" onClick="document.cookie='nomobileplease=true;path=/'; window.location = 'http://www.stpete.org/index.asp?LeftMobileSite';">Full Site</a></li>
</ul>
<p id="copyright">Copyright 2013, All Rights Reserved</p>
</div>
<!-- /navbar -->
</div>
<!--/footer-->
</div>
<!-- end page -->
<!-- ?? tracking info - no changes -->
<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>
</html>