You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@
209
209
</div>
210
210
<divid="sheet-title"></div>
211
211
<divid="sheet-meta"></div>
212
-
<aid="sheet-strava-btn" target="_blank" rel="noopener noreferrer">Open in Strava</a>
212
+
<aid="sheet-strava-btn" target="_blank" rel="noopener noreferrer">View on Strava</a>
213
213
</div>
214
214
</div>
215
215
@@ -221,9 +221,16 @@
221
221
222
222
<h1>Boulder Group Rides</h1>
223
223
<p>
224
-
Every group ride you're looking for, all in one place! This map pulls upcoming rides from the most active cycling clubs in Boulder County and displays them on an interactive map.
224
+
Every group ride you're looking for, all in one place! This site pulls upcoming rides from the most active cycling clubs in Boulder County and displays them on an interactive map.
225
225
</p>
226
-
226
+
227
+
<!-- Strava attribution required by the Strava API Brand Guidelines. -->
228
+
<pstyle="text-align: center; margin: 20px 0 6px;">
<imgsrc="https://developers.strava.com/images/api_logo_pwrdBy_strava_horiz_light.png" alt="Powered by Strava" style="height: 40px;">
231
+
</a>
232
+
</p>
233
+
227
234
<hr>
228
235
229
236
<h2>Why this exists</h2>
@@ -239,7 +246,7 @@ <h2>Why this exists</h2>
239
246
240
247
<h2>Clubs on the map</h2>
241
248
<p>
242
-
Rides from the following clubs are currently included. Want yours added? <ahref="https://github.com/RBergua/boulderrides/issues" target="_blank">Open a GitHub issue</a> and it'll be considered.
249
+
The following clubs are currently included. To suggest a new one, <ahref="https://github.com/RBergua/boulderrides/issues" target="_blank">open a GitHub issue</a>.
Some of these clubs are international. Only rides starting within ~15 miles of downtown Boulder are shown. Rides without a linked Strava route are also excluded.
280
+
Some clubs may organize rides at different locations. Only rides starting within ~15 miles of downtown Boulder are shown. Rides without a linked Strava route are also excluded.
274
281
</p>
275
282
276
283
<hr>
@@ -286,7 +293,7 @@ <h2>How to use it</h2>
286
293
<strong>On desktop:</strong> hover over a route to highlight it, dim all others to gray, and show the club's name, ride title, and start time. Click to open the Strava event.
287
294
</p>
288
295
<p>
289
-
<strong>On mobile:</strong> tap a route to see its details in the panel at the bottom, then tap "Open in Strava" to view it. Swipe the panel down or tap anywhere on the map to dismiss it.
296
+
<strong>On mobile:</strong> tap a route to see its details in the panel at the bottom, then tap "View on Strava" to view it. Swipe the panel down or tap anywhere on the map to dismiss it.
290
297
</p>
291
298
292
299
<hr>
@@ -309,7 +316,8 @@ <h2>Mobile app</h2>
309
316
310
317
<h2>Contact & support</h2>
311
318
<p>
312
-
More information and HTML code for the frontend is available on <ahref="https://github.com/RBergua/boulderrides" target="_blank" rel="noopener noreferrer">https://github.com/RBergua/boulderrides</a>.
319
+
More information and HTML code for the frontend is available on:<br>
Questions, bugs, or club suggestions? <ahref="https://github.com/RBergua/boulderrides/issues" target="_blank" rel="noopener noreferrer">Open an issue on GitHub</a>.
0 commit comments