-
Notifications
You must be signed in to change notification settings - Fork 0
/
calendar.html
218 lines (201 loc) · 11.6 KB
/
calendar.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
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html lang="en">
<head profile="http://www.w3.org/2005/10/profile">
<title>NYR-SCCA Solo Home Calendar</title>
<meta charset="utf-8">
<meta name="description" content="NYR-SCCA Solo Calendar">
<meta name="keywords" content="autocross new york">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="coneIcon.png">
<!--Bootstrap core css-->
<link href="bower_components/bootstrap/dist/css/bootstrap.css" rel="stylesheet" type="text/css"/>
<!--Bootstrap theme-->
<link href="bower_components/bootstrap/dist/css/bootstrap-theme.css"/>
<!--Custom css styles-->
<link rel="stylesheet" href="css/theme.css">
<!--Original Custom css styles-->
<!--<link rel="stylesheet" href="css/style.css">-->
<!--[if lt IE 8]>
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode">
<img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0"
height="42" width="820"
alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today."/>
</a>
</div>
<![endif]-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body role="document">
<div class="container-fluid">
<div class="content">
<!-- Header -->
<header>
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="images/logo.png"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav sf-menu">
<li class="current"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li class="dropdown">
<a id="dropResults" href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">
Results
<span class="caret"></span>
</a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenu1">
<li><a href="results2016.html">2016 Results</a></li>
<li role="separator" class="divider"></li>
<li><a href="results.html">2015</a></li>
</ul>
</li>
</ul>
<!-- end navbar-nav -->
<ul class="nav navbar-nav navbar-right sf-menu">
<li class="dropdown">
<a href="#" data-toggle="dropdown" class="dropdown-toggle">Contact<b class="caret"></b></a>
<ul class="dropdown-menu">
<li>
<form action="http://www.bluehost.com/bluemail" enctype="multipart/form-data"
method="post" id="contact1" name="contactForm">
<div class="col-xs-12">
<input type="text" name="name" id="name1" class="form-control"
placeholder="Name">
<input type="text" name="email" id="email1" class="form-control"
placeholder="Email">
</div>
<div class="col-xs-12">
<input type="text" name="subject" id="subject1" class="form-control"
placeholder="Subject">
</div>
<div class="clearfix">
::before
::after
</div>
<div class="col-xs-12">
<textarea class="form-control" name="comments" id="comments1" rows="6"
placeholder="Your Message ..."></textarea>
</div>
<div class="col-xs-12">
<div class="pull-right">
<input type="hidden" name="sendtoemail"
value="webmaster@nyrsccasolo.com">
<input type="submit" value="Send Email" id="submit1"
class="btn btn-primary small">
</div>
</div>
</form>
</li>
</ul>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
</header>
<div class="row center-block sponsors clearfix">
<div class="col-xs-4">
<a href="http://www.crimsonsimulation.com"> <img class="img-responsive img-rounded" src="images/crimson_nyrscca.jpg"></a>
</div>
<div class="col-xs-4 text-center">
<a href="http://www.tkxperformance.com/"> <img class="img-responsive img-rounded" src="images/TKX_050216_02.jpg"></a>
</div>
<div class="col-xs-4 ">
<a href="http://www.vasracingsuits.com/"> <img class="img-responsive img-rounded" src="images/vas_revised.jpg"></a>
</div>
</div>
<!-- Content -->
<section id="content">
<div class="row">
<div class="col-xs-12 col-sm-6">
<h1>2016 Autocross Schedule</h1>
<table class="table table-responsive">
<tbody>
<thead>
<tr>
<th>#</th> <th>Date</th> <th>Day</th> <th>Location</th>
</tr>
</thead>
<tr>
<td>#1</td><td>May 1, 2016</td><td>Sunday</td><td>Bald Hill</td>
<td>autocross</td>
</tr>
<tr>
<td>#2</td>
<td>May 15, 2016</td>
<td>Sunday</td>
<td>Crimson Simulation-Norwalk, Connecticut</td>
<td>Virtual Racing</td>
</tr>
<tr>
<td>#3</td><td>July 31, 2016</td><td>Sunday</td><td>Bald Hill</td>
<td>autocross</td>
</tr>
<tr>
<td>#4</td><td>August 21, 2016</td><td>Sunday</td><td>Bald Hill</td>
<td>autocross</td>
</tr>
</tbody>
</table>
</div>
<div class="col-sm-6 hidden-xs">
<h1>Location</h1>
<div class="google-maps">
<!--<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"
src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=+Veterans+Memorial+Coliseum,+1255+Hempstead+Turnpike,+Uniondale,+NY&aq=0&oq=nas&sll=42.746632,-75.770041&sspn=7.679788,19.248047&ie=UTF8&hq=Nassau+Veterans+Memorial+Coliseum,+1255+Hempstead+Turnpike,+Uniondale,+NY&t=m&ll=40.722882,-73.590699&spn=0.006295,0.006295&output=embed"></iframe>
-->
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d12073.105030774253!2d-73.03039322095981!3d40.84385811745839!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e8465c66f32a35%3A0x1f0baeae9d008c01!2sBald+Hill!5e0!3m2!1sen!2sus!4v1459805306556" width="600" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
<br/>
<small>
<a href="https://www.google.com/maps/@40.8438581,-73.0303932,15z"
style="color:#0000FF;text-align:left">View Larger Map</a>
</small>
</div>
<div class="adress">
<div class="dt">
<strong>Bald Hill, Long Island</strong>
</div>
</div>
</div>
</div>
<div class="col-8">
<h1 class="hp-1">Event Registration</h1>
<div id="calendar3">
<p>Registration for all of our events can be done online at: <a href="http://www.motorsportreg.com/">
http://www.motorsportreg.com/</a> or on-site the day ofeach event. However, online registration is faster and saves you money.</p>
</div>
</div>
</section>
<hr />
<!-- Footer -->
<footer>
<div class="copyright">©2013 - 2015 New York Region Sports Car Club of America</div>
</footer>
</div>
</div>
<!--Jquery v2 needed for bootstrap 3.3-->
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!--<script src="js/superfish.js"></script>-->
<script src="bower_components/superfish/dist/js/superfish.min.js"></script>
<!--this controls animation in out speed-->
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/tms-0.4.1.js"></script>
<script src="js/slider.js"></script>
</body>
</html>