Skip to content

Commit

Permalink
Adding Stages and Wahoo to the supported vendors Fixes #19 and Fixes #20
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCsabaToth committed Dec 17, 2022
1 parent d86189b commit 768c2b7
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 4 deletions.
6 changes: 6 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ ko_fi_me_url: https://Ko-fi.com/tocsa
venmo_url: https://venmo.com/code?user_id=2114670181744640341&created=1670822626
cash_app_url: https://cash.app/$CsabaToth?qr=1
zelle_url: https://enroll.zellepay.com/qr-codes?data=eyJuYW1lIjoiQ1NBQkEiLCJhY3Rpb24iOiJwYXltZW50IiwidG9rZW4iOiJjc2FiYS50b3RoLnVzQG91dGxvb2suY29tIn0=
stages_sc3_url: https://stagescycling.com/en_us/stages-indoor-cycle-sc3-2
stages_sic2_url: https://manuals.stagesindoorcycling.com/en/indoor-console/sic2/
stages_sb20_url: https://stagescycling.com/en_us/stages-sb20-smart-bike-indoor-cycle
wahoo_kickr_url: https://www.wahoofitness.com/devices/indoor-cycling/bike-trainers/kickr-buy-v5
wahoo_rpm_speed_sensor_url: https://www.wahoofitness.com/devices/bike-sensors/bluetooth-speed-sensor
wahoo_rpm_cadence_sensor_url: https://www.wahoofitness.com/devices/bike-sensors/wahoo-rpm-cadence-sensor

exclude:
- "LICENSE"
Expand Down
43 changes: 42 additions & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,48 @@ <h4 class="center">
<h5 class="center">
<a href="{{ site.technogym_skillrow_url }}">Technogym Skillrow / Aquafeel machines</a>
</h5>
<p class="light">with strokes per minute and heart rate</a>
<p class="light">with strokes per minute and heart rate</p>
</div>
</div>
</div>

<div class="col s12 m12 l6 xl6">
<div class="card">
<div class="card-content">
<h4 class="center">
<a href="{{ site.stages_sc3_url }}">
<img class="responsive-img svg-logo" src="/img/stages-logo.svg">
</a>
</h4>
</div>
<div class="card-action">
<h5 class="center">
<a href="{{ site.stages_sb20_url }}">Stages SB20</a> and
<a href="{{ site.stages_sc3_url }}">Stages SC3</a> support
</h5>
<p class="light">latter via <a href="{{ site.stages_sic2_url }}">Stages SIC2 Console</a>
</p>
</div>
</div>
</div>

<div class="col s12 m12 l6 xl6">
<div class="card">
<div class="card-content">
<h4 class="center">
<a href="{{ site.wahoo_kickr_url }}">
<img class="responsive-img svg-logo" src="/img/wahoo-logo.svg">
</a>
</h4>
</div>
<div class="card-action">
<h5 class="center">
<a href="{{ site.wahoo_kickr_url }}">Wahoo KICKR trainer</a> and
<a href="{{ site.wahoo_rpm_speed_sensor_url }}">Wahoo RPM sensors</a> support
</h5>
<p class="light">
(<a href="{{ site.wahoo_rpm_speed_sensor_url }}">Wahoo RPM Speed Sensor</a> and
<a href="{{ site.wahoo_rpm_cadence_sensor_url }}">Wahoo RPM Cadence Sensor</a>)
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion attributions.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ permalink: /attributions/
</tr>
<tr>
<td>Kurt Ramsey</td>
<td><a href="https://stagescycling.com/en_us/stages-sb20-smart-bike-indoor-cycle">Stages SB20</a>, <a href="https://lifeprofitness.com/products/flexstride-pro-calf-leg-foot-pedal-exerciser">LifePro FlexStride Pro</a>, <a href="https://www.schwinnfitness.com/270/100515.html">Schwinn 270</a></td>
<td><a href="{{ site.stages_sb20_url }}">Stages SB20</a>, <a href="https://lifeprofitness.com/products/flexstride-pro-calf-leg-foot-pedal-exerciser">LifePro FlexStride Pro</a>, <a href="https://www.schwinnfitness.com/270/100515.html">Schwinn 270</a></td>
</tr>
<tr>
<td>Sebastian Kutschbach</td>
Expand Down
120 changes: 120 additions & 0 deletions img/stages-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions img/wahoo-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit 768c2b7

@MrCsabaToth
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #18 not #20

Please sign in to comment.