Skip to content

Commit

Permalink
fix: remove button and add info on about page
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenakh97 committed Apr 23, 2024
1 parent b86bdb9 commit 4c8b686
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
14 changes: 0 additions & 14 deletions public/btn_strava_connectwith_orange.svg

This file was deleted.

18 changes: 16 additions & 2 deletions src/app/pages/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ export const About = () => {
<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. Inactive users
will not count in the calculations.
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>
As biking/skiing is more efficient in km than running/walking, we
Expand All @@ -34,6 +35,19 @@ export const About = () => {
all activities not mentioned above will give a 1:1km ratio in the
statistics.
</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:
</p>
<p>
<b> Time [hours] * 5km</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.
</p>
</div>
</div>
<div className="card mt-4">
Expand Down

0 comments on commit 4c8b686

Please sign in to comment.