-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
399 lines (341 loc) · 16.8 KB
/
index.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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
<html>
<head>
<title>Frontrunners Boston</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script type="text/javascript">
$(document).on("click", ".slide_arrow", function (evt) {
var dir = $(this).hasClass("slide_previous") ? -1 : 1,
$ss = $(this).closest(".slideshow"),
$elts = $ss.children(".slide"),
i;
for (i = 0; i < $elts.length && !$($elts[i]).hasClass("active"); ++i) {}
i = Math.min(Math.max(0, i + dir), $elts.length - 1);
$elts.removeClass("active");
$($elts[i]).addClass("active");
$ss.find(".slide_previous").toggleClass("hidden", i === 0);
$ss.find(".slide_next").toggleClass("hidden", i >= $elts.length - 1);
evt.preventDefault();
evt.stopPropagation();
});
$(document).on("click", ".site_link", function (evt) {
$(".content").addClass("hidden");
$(this.hash).closest(".content").removeClass("hidden");
location.hash = this.hash;
if ($(this.hash).hasClass("content")) {
$("body").scrollTop(0);
}
evt.preventDefault();
evt.stopPropagation();
});
(function () {
function carousel_move(e, dir) {
const ce = e.closest(".carousel"),
pe = ce.firstElementChild, le = pe.nextElementSibling, ne = le.nextElementSibling;
let ch = le.firstElementChild;
while (ch && ch.hidden) {
ch = ch.nextElementSibling;
}
let nch;
if (dir === 0) {
nch = le.firstElementChild;
} else if (dir < 0) {
nch = ch.previousElementSibling || le.lastElementChild;
} else {
nch = ch.nextElementSibling || le.firstElementChild;
}
ch.hidden = true;
nch.hidden = false;
}
$(document).on("click", ".carousel-prev", function (evt) {
carousel_move(this, -1);
});
$(document).on("click", ".carousel-next", function (evt) {
carousel_move(this, 1);
});
})();
$(document).ready(function() {
var $e = $(location.hash === "" ? "#home" : location.hash);
if ($e.length !== 0) {
$(".content").addClass("hidden");
$e.closest(".content").removeClass("hidden");
}
});
</script>
</head>
<body>
<div id="header">
<a id="site_title" class="site_link" href="#home">Frontrunners Boston</a>
<nav id="site_nav">
<ul id="menu">
<li><a class="site_link" href="#about">About us</a></li>
<li><a class="site_link" href="#gallery">Gallery</a></li>
<li><a class="site_link" href="#run">Routes</a></li>
<li><a class="site_link" href="#newcomers">Newcomers</a></li>
</ul>
</nav>
<div id="site_logo">
<a class="site_link" href="#home"><img height="150px" src="images/logo.png"></a>
</div>
</div>
<div id="main">
<div id="home" class="content">
<h1>Welcome! </h1>
<p>Frontrunners Boston is Boston’s first LGBTQ+ running club, founded in
1979. Every Saturday, sun, rain, or snow, we run along the Charles River.
Some people go for a 3½ mile loop, some for a 5 mile loop, and some for a
7 mile loop. Some people walk, some people run. Everybody has a good
time!</p>
<p><strong style="color:#ff0099">Saturday morning downtown run:</strong> Our
main run meets year round Saturdays at 10am <a
href="https://www.google.com/maps/@?api=1&map_action=pano&viewpoint=42.3534722,-71.0685587&heading=342.03"
target="_blank">in the Boston Public Garden near the tall flagpole</a>.
The closest MBTA station is Arlington on the Green Line, but Park Street
is within a 5-minute walk. After the run, we meet up again at the
flagpole, then get brunch. When the weather is nice we eat outside; in
winter, we typically gather in the public galleria nearby at <a
href="https://maps.app.goo.gl/5Ub6K5Zd5TtUDKD27" target="_blank">75 Arlington St/10
St. James Ave</a> (the building with Orangetheory Fitness in it). Often
dozens show up. <a class="site_link_b site_link" href="#map-boston">Route maps</a></p>
<p><strong>Monday evening Davis Square run</strong> meets at 6:30pm
<a href="https://maps.app.goo.gl/o6Fz8a5ADKYRFTs48" target="_blank">in
Davis Square, Somerville, outside the Davis MBTA Red Line station, near
BlueBikes</a>, then typically runs a loop out to Alewife Brook and back.
We start with a group warm up and then run a 4 mile loop. After the run,
we usually hang around to get dinner or a treat. In the early-sunset
months, you'll want to bring lights, such as a vest or head lamp, as
stretches of the route are dark. If you're coming for the first time
and/or need a place to store your things, reach out to the Facebook
group. <a class="site_link_b site_link" href="#map-davis">Route map</a></p>
<p><strong>Wednesday evening Jamaica Plain run</strong> meets at 6:30pm <a
href="https://goo.gl/maps/bnmU9eZ7LfqhdxDw5" target="_blank">on Boylston
Street, on the park lawn outside the Stony Brook MBTA Orange Line
station</a>. The 22, 29, 39, 41, 42, and 44 buses also stop nearby. In the
winter months especially, reach out to our Facebook group to make sure
we’re running this week. <a class="site_link_b site_link" href="#map-jp">Route maps</a></p>
<p><strong>Social events</strong>: We meet on the second Saturday of every
month at a different bar and hang out, and we go out for other events,
such as axe throwing, rock climbing, skiing, movies, and shows. Events are
announced on Facebook.</p>
<!-- <p><i>Thursday evening Cambridge run</i> is currently dormant. When we meet
Thursdays, the time is between 6:15 and 7, and is announced on Twitter
(below). Our Thursday meeting place is the <a
href="https://www.google.com/maps/@?api=1&map_action=pano&viewpoint=42.358835,-71.0941235&heading=317.98"
target="_blank">MIT Student Center in Cambridge</a>. -->
<p>We sometimes run on Thursday evenings
from Davis Square in Somerville to <a
href="https://www.mass.gov/locations/mystic-lakes-state-park">Shannon
Beach in Mystic Lakes State Park</a> and swim. For up-to-date information
about our plans this week, please join <a
href="https://www.facebook.com/groups/FRBoston">our Facebook group</a>.</p>
<p>Come out and run with us this week!</p>
</div>
<div id="about" class="content hidden">
<img class="center" src="images/saturday_brunch.png"> </img>
<div class="wide_column">
<h1>About Us</h1>
<p>Frontrunners Boston is Boston’s first running club for LGBTQ+ runners and allies, founded in 1979. We welcome and encourage runners of all ages and running abilities to participate in our community. We are an affiliate of International Front Runners, an organization representing LGBT running and walking clubs from around the world.</p>
</div>
<div class="skinny_column">
<h1>Contacts</h1>
<p><a href="https://www.facebook.com/groups/FRBoston">Facebook</a></p>
<p><a href="https://docs.google.com/forms/d/e/1FAIpQLSeqjrGwcr1Z9Tsz7UE6r4XCBz8qU0w3bK6yIzp2yaw48jm2JQ/viewform">Join our email list</a></p>
<p>Email us at [email protected]</p>
</div>
</div>
<div id="run" class="content hidden">
<h1>Saturday Boston run</h1>
<p>The Saturday run is our main weekly activity. Come out and join us every
Saturday at 10am near the tall flagpole in Boston’s Public Garden.</p>
<p>If you have stuff you’d rather not run with, show up a bit early; usually
at least one of us will have a car you can store stuff in. After the run,
we gather up again and chat, then get food from places nearby (such as
Tatte, Boloco, or Chipotle) and hang out and eat in the Boston Public
Garden (when the weather is nice) or in the public galleria at <a
href="http://75arlington.com">75 Arlington/10 St. James Ave</a> (when the
weather is not so nice).</p>
<h2>How to get there</h2>
<p>The meeting point is easy to get to by subway or bus. The closest T
station is Arlington on the Green Line; Park Street is also nearby. If you
are driving, there are plenty of 2-hour metered parking spots and the
Boston Common Garage. <a href="https://www.bluebikes.com">Bluebikes</a>
are another good choice, with several bike stations around the Common and
the Public Garden.</p>
<h2>Timing</h2>
<p>We gather and chat starting a bit before 10am. At 10:10am there are
announcements and introductions. We’re usually running by 10:15. Most people’s
runs take 40–45 minutes, so we meet back at the flagpole at 11 and are
lunching by 11:30.</p>
<h2 id="map-boston">Saturday route maps</h2>
<p>Our Saturday run starts from the Public Garden and then crosses over the
Charles River into Cambridge via the Museum of Science bridge. We then
split up, returning to Boston via one of the Charles River bridges. There
are three main loops with different distances. If you’re a newcomer, at
least one of us will run with you to make sure you’re not lost.</p>
<div class="carousel">
<button type="button" class="carousel-prev">←</button>
<ul class="carousel-list">
<li><figure>
<a href="https://goo.gl/maps/QiVzXadbR9TrafsQ8"><img class="map" src="images/routes/2023-harvard.png"></a>
<figcaption><strong>Mass Ave bridge loop</strong> (5.2 miles)<br>Also known as the Harvard Bridge loop, this is our most popular Saturday route.<br><small><a href="https://goo.gl/maps/QiVzXadbR9TrafsQ8">Google Maps route</a></small></figcaption>
</figure></li>
<li hidden><figure>
<a href="https://goo.gl/maps/LcZyrdyCT5sJJ4zR9"><img class="map" src="images/routes/2023-longfellow.png"></a>
<figcaption><strong>Longfellow Bridge loop</strong> (3.6 miles)<br><small><a href="https://goo.gl/maps/LcZyrdyCT5sJJ4zR9">Google Maps route</a></small></figcaption>
</figure></li>
<li hidden><figure>
<a href="https://goo.gl/maps/h72GEp1rbQ6RxjwE8"><img class="map" src="images/routes/2023-bu.png"></a>
<figcaption><strong>BU Bridge loop</strong> (7.2 miles)<br><small><a href="https://goo.gl/maps/h72GEp1rbQ6RxjwE8">Google Maps route</a></small></figcaption>
</figure></li>
</ul>
<button class="carousel-next">→</button>
</div>
<h1 id="map-davis">Monday Davis Square run</h1>
<p>The Monday run starts at 6:30pm or a bit after from the Davis Square
station in Somerville. The most common loop goes out to Cambridge and along
the Alewife Brook Reservation before heading back.</p>
<div class="carousel">
<button type="button" class="carousel-prev" disabled>←</button>
<ul class="carousel-list">
<li><figure>
<a href="https://maps.app.goo.gl/8vmceEYZCdDohUdd6"><img class="map" src="images/routes/2025-davis.png"></a>
<figcaption><strong>Alewife Brook loop</strong> (4 miles)<br><small><a href="https://maps.app.goo.gl/8vmceEYZCdDohUdd6">Google Maps route</a></small></figcaption>
</figure></li>
</ul>
<button type="button" class="carousel-next" disabled>→</button>
</div>
<h1 id="map-jp">Wednesday Jamaica Plain run</h1>
<p>The Wednesday run starts at 6:30pm in the park across from the MBTA Stony
Brook Station on the Orange Line. We decide which route to run each week as a
group. Here are some of the routes we’ve run:</p>
<div class="carousel">
<button type="button" class="carousel-prev">←</button>
<ul class="carousel-list">
<li><figure>
<a href="https://goo.gl/maps/zFou6yVPS3pFoE8r6"><img class="map" src="images/routes/2023-jp.png"></a>
<figcaption><strong>Jamaica Pond loop</strong> (3.4 miles)<br><small><a href="https://goo.gl/maps/zFou6yVPS3pFoE8r6">Google Maps route</a></small></figcaption>
</figure></li>
<li hidden><figure>
<a href="https://goo.gl/maps/b47bmmSUTEb5Yzdg6"><img class="map" src="images/routes/2023-arnold.png"></a>
<figcaption><strong>Arnold Arboretum</strong> via Southwest Corridor Park (4.7 miles)<br><small><a href="https://goo.gl/maps/b47bmmSUTEb5Yzdg6">Google Maps route</a></small></figcaption>
</figure></li>
</ul>
<button class="carousel-next">→</button>
</div>
<!--
<h1>Thursday Run</h1>
<p>Thursday run starts at 6:15pm in Cambridge. We meet outside the MIT
Student Center.</p>
<p>If you’re coming for the first time and/or need a place to store your
things, you should definitely reach out to the Facebook group or e-mail
[email protected].</p>
<h2>How to get to the run</h2>
<p>The run is between the Central and Kendall/MIT stops on the Red Line. It is
about a 0.5 mile walk from each station. The No. 1 bus also brings you right
near the MIT Student Center, as well.</p>
<h2>Route map</h2>
<ol> <li>4.5 miles. This is the route everyone takes on Thursday. We start at
the MIT Student Center and end <s>outside Saloniki, a restaurant a bit
further down the street</s> where we started. </br> <a
href="images/routes/4_5miles.png" target="_blank"> <img class="map"
src="images/routes/4_5miles.png"> </img></a> </li> </ol>
-->
</div>
<div id="newcomers" class="content hidden">
<h2>How do I participate?</h2>
<p>The best way is to join us is to run with us on a Saturday. We welcome new members of all ages, sizes, and running mileages. Out-of-towners and visitors are welcome as well. All you need to do is to show up and run! We are very friendly people. More detail on Saturday runs can be found <a class="site_link" href="#run">here</a>. And to stay updated with our club updates and news, please join our <a target="_blank" href="https://www.facebook.com/groups/FRBoston">Frontrunners Boston Facebook group</a>. </p>
<h2>What should I expect on my first Saturday run? </h2>
<p>First, look for good looking people in running gear on Saturday morning and say hi. We are always keen on welcoming new members. We will go around and introduce ourselves before we start running. At least one of us will be running with you to make sure you’re not lost.</p>
<h2>Besides Saturday runs, what else do you guys do? </h2>
<p>We have Monday Somerville and Wednesday Jamaica Plain evening runs. We also have regular social events or run races outside of Boston. Join us or subscribe to our Facebook group; that’s where our events are posted. We also advertise these events at the beginning of Saturday run.</p>
<h2>Is there a membership fee?</h2>
<p>No. The club is free and open to everyone. No registrations, secret handshakes, or hanky codes.</p>
<h2>I still have questions. Can I talk to someone? </h2>
<p>Email us at [email protected].</p>
</div>
<div id="gallery" class="content hidden">
<div class="evcontainer">
<div class="evname">
<h1>June 2024, with pros in town for the BAA 10K!</h1>
</div>
<div class="evpic slideshow">
<div class="slide active"><img src="images/20250622-1.jpg"></div>
<div class="slide"><img src="images/20250622-0.jpg"></div>
<a class="slide_arrow slide_previous hidden" href=""></a>
<a class="slide_arrow slide_next" href=""></a>
</div>
<div class="evname">
<h1>April 2024!</h1>
</div>
<div class="evpic slideshow">
<div class="slide active"><img src="images/20240413.jpg"></div>
</div>
<div class="evname">
<h1>December 2023!</h1>
</div>
<div class="evpic slideshow">
<div class="slide active"><img src="images/20231209.jpg"></div>
</div>
<div class="evname">
<h1>April 2023!</h1>
</div>
<div class="evpic slideshow">
<div class="slide active"><img src="images/20230415.jpg"></div>
</div>
<div class="evname">
<h1>January 2023!</h1>
</div>
<div class="evpic slideshow">
<div class="slide active"><img src="images/20230121.jpg"></div>
</div>
<div class="evname">
<h1>October 2022!</h1>
</div>
<div class="evpic slideshow">
<div class="slide active"><img src="images/20221022.jpg"></div>
</div>
<div class="evname">
<h1>May 2021!</h1>
</div>
<div class="evpic slideshow">
<div class="slide active"><img src="images/20210508.jpg"></div>
</div>
<div class="evname">
<h1>Boston Pride (2018)</h1>
<p>Great group on the morning of Boston Pride!</p>
</div>
<div class="evpic slideshow" id="boston_pride">
<div class="slide active"><img src="images/boston_pride/pride_1.jpeg"></div>
<div class="slide"><img src="images/boston_pride/pride_2.jpeg"></div>
<a class="slide_arrow slide_previous hidden" href=""></a>
<a class="slide_arrow slide_next" href=""></a>
</div>
<div class="evname">
<h1>July Social (2017)</h1>
<p>A social at Cathedral Station in the South End</p>
</div>
<div class="evpic slideshow" id="july_social">
<div class="slide active"><img src="images/july_social/july_social_1.png" /></div>
<div class="slide"><img src="images/july_social/july_social_2.png" /></div>
<div class="slide"><img src="images/july_social/july_social_3.png" /></div>
<a class="slide_arrow slide_previous hidden" href=""></a>
<a class="slide_arrow slide_next" href=""></a>
</div>
<div class="evname">
<h1>Saturday Brunch</h1>
<p>Outdoor brunch in the public garden after a Saturday run</p>
</div>
<div class="evpic slideshow" id="saturday_brunch">
<div class="slide active"><img src="images/saturday_brunch/brunch_1.png" /></div>
<div class="slide"><img src="images/saturday_brunch/brunch_2.png" /></div>
<div class="slide"><img src="images/saturday_brunch/brunch_3.png" /></div>
<div class="slide"><img src="images/saturday_brunch/brunch_4.png" /></div>
<a class="slide_arrow slide_previous hidden" href=""></a>
<a class="slide_arrow slide_next" href=""></a>
</div>
</div></div>
</div>
</body>
</html>