Challenge – Landing Page | Macro Meals Planned

SWEAT Style Challenge

Welcome to the SWEAT Style Challenge with A Healthy Passion. 6 weeks of fun with fitness and health. Way to get signed up early! We’ll send you more details soon 🙂

Launch September 15th

Day(s)

:

Hour(s)

:

Minute(s)

:

Second(s)

<script src="//ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script><!-- [et_pb_line_break_holder] --> <script><!-- [et_pb_line_break_holder] --> $(function() {<!-- [et_pb_line_break_holder] --> var clicks = 0;<!-- [et_pb_line_break_holder] --> $('button').on('click', function() {<!-- [et_pb_line_break_holder] --> clicks++;<!-- [et_pb_line_break_holder] --> var percent = Math.min(Math.round(clicks / 3 * 100), 100);<!-- [et_pb_line_break_holder] --> $('.percent').width(percent + '%');<!-- [et_pb_line_break_holder] --> $('.number').text(percent + '%');<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --> $('.facebook').on('click', function() {<!-- [et_pb_line_break_holder] --> var w = 580, h = 300,<!-- [et_pb_line_break_holder] --> left = (screen.width/2)-(w/2),<!-- [et_pb_line_break_holder] --> top = (screen.height/2)-(h/2);<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --> if ((screen.width < 480) || (screen.height < 480)) {<!-- [et_pb_line_break_holder] --> window.open ('http://www.facebook.com/share.php?u=https://ahealthypassion.com?rcode=xxx', '', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left);<!-- [et_pb_line_break_holder] --> } else {<!-- [et_pb_line_break_holder] --> window.open ('http://www.facebook.com/share.php?u=https://ahealthypassion.com?rcode=xxx', '', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left); <!-- [et_pb_line_break_holder] --> }<!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] --> <!-- [et_pb_line_break_holder] --> });<!-- [et_pb_line_break_holder] --> </script>