Skip to content

Commit

Permalink
docs: update about page with new info
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenakh97 committed Apr 25, 2024
1 parent 8518502 commit c5d3fb5
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/app/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,46 +7,46 @@ export const About = () => {
<div className="card-header">About</div>
<div className="card-body">
<p>
Each week the kilometers for each club will be added up and then
divided by the size of the office/location headcount. By doing it
this way we make sure every activity counts positively against the
challenge, no matter how short.
Each week the points for each club will be added up and then divided
by the size of the office/location headcount. By doing it this way
we make sure every activity counts positively against the challenge,
no matter how short.
</p>
<p>
In general activities will give a 1 km = 1 point ratio in the
statistics, but we have some adjustments as described in this
section.
</p>
<p>
As biking/skiing is more efficient in km than running/walking, we
will be using a ratio for this, and for each 3km cycled = 1km
run/walk.{' '}
will be using a ratio for this, and for each 3km cycled = 1 points.{' '}
</p>
<p>
This ratio counts for the following activities: <b>Ride</b>,{' '}
<b>Virtual Bike</b>, <b>Roller Ski</b>,<b> Nordic Ski</b>,{' '}
<b>BackCountry Ski</b>, <b>Gravel Ride</b> and{' '}
<b>Mountain Bike Ride</b>.
</p>
For the same reason, 1km of <b>swimming</b> equals 4km of
running/walking.
For the same reason, 1km of <b>swimming</b> equals 4 points.
<p>
<b> E-Bike Ride </b> has a 5:1 km ratio.
<b> E-Bike Ride </b> has a 5 km = 1 points ratio.
</p>
<b> Snowboard </b>
and <b>Alpine Ski</b> is given 0km in the statistics.
<p>
All time spent doing activities counts towards the statistics, and
all activities not mentioned above will give a 1:1km ratio in the
statistics.
<b> Snowboard </b>
and <b>Alpine Ski</b> is given 0 distance but will give points as an{' '}
<b>activity without distance</b> as described below.
</p>
<p>
We are also giving points towards the challenge for the{' '}
<b>activities without distance</b>; like <b>Yoga</b>,{' '}
<b>WeightTraining</b> etc. The following formula shows how this is
done:
<b>Activities without distance</b>; like <b>Yoga</b>,{' '}
<b>WeightTraining</b> etc are given points based on time. The
following formula shows how this is done:
</p>
<p>
<b> Time [hours] * 5km</b>
<b> Time [hours] * 5 points</b>
</p>
<p>
This means that 1 hour of activity without distance is equivalent to
5km. 30 min of activity gives 2.5km and so on.
5 points. 30 min of activity gives 2.5 points and so on.
</p>
</div>
</div>
Expand Down Expand Up @@ -74,7 +74,7 @@ export const About = () => {
<div className="card-body">
<dl>
<ul>
<li>The challenge starts April 17th and ends May 15th.</li>
<li>The challenge starts May 6th and ends June 2nd.</li>
<li>
You need a user account on Strava to participate{' '}
<a href="https://www.strava.com">www.strava.com</a>
Expand Down

0 comments on commit c5d3fb5

Please sign in to comment.