-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGPprohibited_items.htm
More file actions
100 lines (84 loc) · 4 KB
/
Copy pathGPprohibited_items.htm
File metadata and controls
100 lines (84 loc) · 4 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
<!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="GPprohibited_items.htm" data-ajax="false" data-role="button" data-icon="back" data-theme="d">
Prohibited Items</a>
</div>
<!-- /crumbs -->
</div>
<!--/header-->
<!-- \/\/\/\/\/\/\/\/\/ Page Content \/\/\/\/\/\/\/\/\/ -->
<div data-role="content" >
<h1>Prohibited Items</h1>
<p>The following is a <strong>list of prohibited items</strong>. These are not allowed through the race site entrance gates.</p>
<ul>
<li>Audio/Video recording devices</li>
<li>Coolers</li>
<li>Folding chairs</li>
<li>Food and beverage</li>
<li>Frisbees, helium balloons, or inflatable items of any kind</li>
<li>Golf carts for personal use</li>
<li>Glass bottles / containers, cans (including aerosol)</li>
<li>Handbills or samples are not to be distributed or placed on the grounds without the expressed written pre-approval of the event organizers</li>
<li>Laptop computers</li>
<li>Large bags, including but not limited to: duffel and grocery bags, luggage</li>
<li>Laser lights and pointers</li>
<li>Motorcycles or off-road vehicles (including ATV's, ATC's, dune bug bicycles)</li>
<li>Pets (service animals excepted)</li>
<li>Skateboards, roller blades, roller-skates, scooters, or bicycles</li>
</ul>
<p>Source of information: <a href="http://www.gpstpete.com/index.php?option=com_content&view=article&id=62&Itemid=240#proi" target="_blank">www.gpstpete.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>