Skip to content

Commit

Permalink
mentutors update 2
Browse files Browse the repository at this point in the history
  • Loading branch information
james--jiang committed Oct 17, 2017
1 parent 7b94cda commit 50fb574
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions templates/pages/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,10 @@ <h5>Want to work with us?</h5>
return;
}
$('.stats').addClass('onload');
(new CountUp('student-count', 0, 680, 0, 3, options)).start();
(new CountUp('mentor-count', 0, 130, 0, 3, options)).start();
(new CountUp('rating-count', 0, 4.5, 1, 3, options)).start();
(new CountUp('return-count', 0, 91, 0, 3, options)).start();
(new CountUp('student-count', 0, 1100, 0, 3, options)).start();
(new CountUp('mentor-count', 0, 120, 0, 3, options)).start();
(new CountUp('rating-count', 0, 4.6, 1, 3, options)).start();
(new CountUp('return-count', 0, 93, 0, 3, options)).start();
counted = true;
}

Expand Down Expand Up @@ -143,8 +143,7 @@ <h5>Want to work with us?</h5>
loadNext('#course1', 500);
loadNext('#course2', 250);
loadNext('#course3', 250);
loadNext('#pre-course4', 250);
loadNext('#course4', 1000);
loadNext('#course4', 250);
setTimeout(showStats, timeout + 800);
});
</script>

0 comments on commit 50fb574

Please sign in to comment.