Skip to content

Commit b92ec81

Browse files
committed
Strava attribution
1 parent 3683f01 commit b92ec81

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

index.html

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
</div>
210210
<div id="sheet-title"></div>
211211
<div id="sheet-meta"></div>
212-
<a id="sheet-strava-btn" target="_blank" rel="noopener noreferrer">Open in Strava</a>
212+
<a id="sheet-strava-btn" target="_blank" rel="noopener noreferrer">View on Strava</a>
213213
</div>
214214
</div>
215215

@@ -221,9 +221,16 @@
221221

222222
<h1>Boulder Group Rides</h1>
223223
<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.
225225
</p>
226-
226+
227+
<!-- Strava attribution required by the Strava API Brand Guidelines. -->
228+
<p style="text-align: center; margin: 20px 0 6px;">
229+
<a href="https://www.strava.com" target="_blank" rel="noopener noreferrer">
230+
<img src="https://developers.strava.com/images/api_logo_pwrdBy_strava_horiz_light.png" alt="Powered by Strava" style="height: 40px;">
231+
</a>
232+
</p>
233+
227234
<hr>
228235

229236
<h2>Why this exists</h2>
@@ -239,7 +246,7 @@ <h2>Why this exists</h2>
239246

240247
<h2>Clubs on the map</h2>
241248
<p>
242-
Rides from the following clubs are currently included. Want yours added? <a href="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, <a href="https://github.com/RBergua/boulderrides/issues" target="_blank">open a GitHub issue</a>.
243250
</p>
244251

245252
<div style="display:flex; flex-wrap:wrap; gap:8px; margin:14px 0 16px;">
@@ -270,7 +277,7 @@ <h2>Clubs on the map</h2>
270277
</div>
271278

272279
<p style="font-size:0.8em; color:#666;">
273-
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.
274281
</p>
275282

276283
<hr>
@@ -286,7 +293,7 @@ <h2>How to use it</h2>
286293
<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.
287294
</p>
288295
<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.
290297
</p>
291298

292299
<hr>
@@ -309,7 +316,8 @@ <h2>Mobile app</h2>
309316

310317
<h2>Contact &amp; support</h2>
311318
<p>
312-
More information and HTML code for the frontend is available on <a href="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>
320+
<img src="https://cdn.simpleicons.org/github" alt="GitHub" style="height: 16px; vertical-align: middle;"> <a href="https://github.com/RBergua/boulderrides" target="_blank" rel="noopener noreferrer">https://github.com/RBergua/boulderrides</a>
313321
</p>
314322
<p>
315323
Questions, bugs, or club suggestions? <a href="https://github.com/RBergua/boulderrides/issues" target="_blank" rel="noopener noreferrer">Open an issue on GitHub</a>.

0 commit comments

Comments
 (0)