-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
302 lines (245 loc) · 13 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
<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).removeClass("hidden");
location.hash = this.hash;
$("body").scrollTop(0);
evt.preventDefault();
evt.stopPropagation();
});
$(document).ready(function() {
var $e = $(location.hash === "" ? "#home" : location.hash);
if ($e.length !== 0) {
$(".content").addClass("hidden");
$e.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>Saturday morning downtown run:</strong> We meet 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. Often dozens show up.</p>
<p><strong>Wednesday evening Jamaica Plain run</strong> (new in March
2023!): Meet at 6:30pm <a href="https://goo.gl/maps/bnmU9eZ7LfqhdxDw5"
target="_blank">on
Boylston Street, outside the Stony Brook MBTA Orange Line station, near
the Blue Bikes station</a>. The 22, 29, 39, 41, 42, and 44 buses also stop
nearby. If you’re coming for the first time and/or need a place to store
your things, reach out to the Facebook group.</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> or
follow <a href="https://twitter.com/frontrunboston">our Twitter</a>.</p>
<p>Come out and run with us this week!</p>
<a class="twitter-timeline" data-width="500" href="https://twitter.com/frontrunboston?ref_src=twsrc%5Etfw">Tweets by frontrunboston</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</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://twitter.com/frontrunboston">Twitter</a> — <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 Ryan Nicoll at rnicoll@brandeis.edu</p>
</div>
</div>
<div id="run" class="content hidden">
<h1>Saturday 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 need to drop off your stuff, show up a bit early and drop it off in
one of our members’ cars. 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 at the Boston Public Garden (when the weather is nice) or in
the atrium of <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 very easy to get to by the subway. 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>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>
<ul>
<li>5.2 miles (most popular): Return via the Mass Ave bridge (aka the Harvard
Bridge). <a href="https://goo.gl/maps/QiVzXadbR9TrafsQ8">(Google Maps
route)</a> <a href="https://goo.gl/maps/QiVzXadbR9TrafsQ8"><img
class="map" style="width:700px"
src="images/routes/2023-harvard.png"></a></li>
<li>3.6 miles: Return via the Longfellow Bridge. <a href="https://goo.gl/maps/LcZyrdyCT5sJJ4zR9">(Google Maps route)</a>
<a href="https://goo.gl/maps/LcZyrdyCT5sJJ4zR9"><img class="map" style="width:500px" src="images/routes/2023-longfellow.png"></a></li>
<li>7.2 miles: Return via the BU Bridge. <a href="https://goo.gl/maps/h72GEp1rbQ6RxjwE8">(Google Maps route)</a>
<a href="https://goo.gl/maps/h72GEp1rbQ6RxjwE8"><img class="map" src="images/routes/2023-bu.png"></a></li>
</ul>
<h1>Wednesday 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>
<ul>
<li>Jamaica Pond loop (3.4 miles). <a href="https://goo.gl/maps/zFou6yVPS3pFoE8r6">(Google Maps route)</a> <a href="https://goo.gl/maps/zFou6yVPS3pFoE8r6"><img class="map" style="width:600px" src="images/routes/2023-jp.png"></a></li>
<li>Arnold Arboretum via Southwest Corridor Park (4.7 miles). <a href="https://goo.gl/maps/b47bmmSUTEb5Yzdg6">(Google Maps route)</a> <a href="https://goo.gl/maps/b47bmmSUTEb5Yzdg6"><img class="map" style="width:600px" src="images/routes/2023-arnold.png"></a></li>
</ul>
<!--
<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
rnicoll {{at}} brandeis {{dot}} edu.</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">
<h1>How do I participate?</h1>
<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">Front Runners Boston Facebook group</a>. </p>
<h1>What should I expect on my first Saturday run? </h1>
<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>
<h1>Besides Saturday runs, what else do you guys do? </h1>
<p>We have occasional Thursday runs, starting at 6:15pm in Cambridge outside of the MIT Student Center. In addition to this, we occasionally have social events or run races outside of Boston together. You should definitely join or subscribe to our facebook group as we actively post our next social events, upcoming races, updates, etc. on the page. We also advertise these events at the beginning of Saturday run.</p>
<h1>Is there a membership fee?</h1>
<p>No. The club is free and open to everyone. No registrations, secret handshakes, or hanky codes.</p>
<h1>I still have questions. Can I talk to someone? </h1>
<p>Email us at rnicoll {{at}} brandeis {{dot}} edu (replace the {{at}} and {{dot}} with @ and ., respectively.) </p>
</div>
<div id="gallery" class="content hidden">
<div class="evcontainer">
<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>