diff --git a/public/btn_strava_connectwith_orange.svg b/public/btn_strava_connectwith_orange.svg deleted file mode 100644 index 04f0e81..0000000 --- a/public/btn_strava_connectwith_orange.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - btn_strava_connectwith_orange - Created with Sketch. - - - - - - - - - \ No newline at end of file diff --git a/src/app/pages/About.tsx b/src/app/pages/About.tsx index 9a346e5..b0bfb7a 100644 --- a/src/app/pages/About.tsx +++ b/src/app/pages/About.tsx @@ -8,8 +8,9 @@ export const About = () => {

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.

As biking/skiing is more efficient in km than running/walking, we @@ -34,6 +35,19 @@ export const About = () => { all activities not mentioned above will give a 1:1km ratio in the statistics.

+

+ We are also giving points towards the challenge for the{' '} + activities without distance; like Yoga,{' '} + WeightTraining etc. The following formula shows how this is + done: +

+

+ Time [hours] * 5km +

+

+ This means that 1 hour of activity without distance is equivalent to + 5km. 30 min of activity gives 2.5km and so on. +