<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HSPU / Intermediate Archives - BASEBLOCKS DIGITAL</title>
	<atom:link href="https://baseblocks.com/category/the-intermediate-hspu-program/feed/" rel="self" type="application/rss+xml" />
	<link>https://baseblocks.com/category/the-intermediate-hspu-program/</link>
	<description>Workouts with One Weight</description>
	<lastBuildDate>Fri, 16 Apr 2021 02:19:25 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.5</generator>

<image>
	<url>https://baseblocks.com/wp-content/uploads/2020/05/baseblocks-favicon-100x100.jpg</url>
	<title>HSPU / Intermediate Archives - BASEBLOCKS DIGITAL</title>
	<link>https://baseblocks.com/category/the-intermediate-hspu-program/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WORKOUT ONE</title>
		<link>https://baseblocks.com/workout-one-60-mins/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=workout-one-60-mins</link>
		
		<dc:creator><![CDATA[Simon Ata]]></dc:creator>
		<pubDate>Wed, 16 Sep 2020 08:09:03 +0000</pubDate>
				<category><![CDATA[HSPU / Intermediate]]></category>
		<guid isPermaLink="false">https://baseblocks.com/?p=3850</guid>

					<description><![CDATA[<p>Workout overview Sets Rest 1. HSPU negatives 5 2 min 2. Wall HSPU 4 2 min 3. Pike push-up with leg lift 3 2 min 4. Pike push-ups 3 2 min Warmup (5mins) 1. Wrist circles 10 each direction 2. Elbow circles 10 each direction 3. Shoulder circles 10 each direction 4. Wrist push-ups 10 [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/workout-one-60-mins/">WORKOUT ONE</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">Workout overview</h4>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Sets</td><td class="has-text-align-center" data-align="center">Rest</td></tr><tr><td>1. HSPU negatives</td><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">2 min</td></tr><tr><td>2. Wall HSPU</td><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">2 min</td></tr><tr><td>3. Pike push-up with leg lift</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">2 min</td></tr><tr><td>4. Pike push-ups</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">2 min</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Warmup (5mins) </h4>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="xYVbi3PQKd"><iframe title="WARM-UP LEVELS 2 AND 3" src="https://player.vimeo.com/video/458433891?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td>1. Wrist circles</td><td class="has-text-align-center" data-align="center">10 each direction</td></tr><tr><td>2. Elbow circles</td><td class="has-text-align-center" data-align="center">10 each direction</td></tr><tr><td>3. Shoulder circles</td><td class="has-text-align-center" data-align="center">10 each direction</td></tr><tr><td>4. Wrist push-ups </td><td class="has-text-align-center" data-align="center">10 reps</td></tr><tr><td>5. Scapula push-ups</td><td class="has-text-align-center" data-align="center">5 reps</td></tr><tr><td>6. Pike push-ups </td><td class="has-text-align-center" data-align="center">5 reps</td></tr></tbody></table></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">1. HSPU negatives: 2 reps for 5 sets. 2 min rest between sets</h5>



<p style="font-size:18px">Overload the exercise by lowering slower.</p>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec7293996783" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(120)">START 2 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="OFSWoH"><iframe title="lvl 3 negatives" src="https://player.vimeo.com/video/458433102?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">2. Wall HSPU: 4 sets with 2 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td><td class="has-text-align-center" data-align="center">Week 5</td><td class="has-text-align-center" data-align="center">Week 6</td></tr><tr><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">3</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72ac7a47b8" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(120)">START 2 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="1HJqtgldM1fz9XjWFsPZOkton2Jf7kZCHoxS0DGNx84E6vEKuObucABvw5pmNhKyceC3gQIm"><iframe title="CTW HSPU level 2" src="https://player.vimeo.com/video/458432205?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">3. Pike push-up with leg lift: 3 sets with 2 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td><td class="has-text-align-center" data-align="center">Week 5</td><td class="has-text-align-center" data-align="center">Week 6</td></tr><tr><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">5</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72acaa47b9" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(120)">START 2 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="Tu98BHeOzgA15PciMCw3NbsW0oSVhaG4xZd7QDYUjR"><iframe title="pike push-ups level leg lift" src="https://player.vimeo.com/video/458432738?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">4. Pike push-ups: 3 sets with 2 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td><td class="has-text-align-center" data-align="center">Week 5</td><td class="has-text-align-center" data-align="center">Week 6</td></tr><tr><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center">8</td><td class="has-text-align-center" data-align="center">8</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72acca47ba" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(120)">START 2 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="jwoavImiNbkuyUqnxC"><iframe title="pike push-ups level 2" src="https://player.vimeo.com/video/458432570?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>


<table>
  <tr>
    <th>Week 1</th>
    <td>
                        <div class="wp-block-button aligncenter">
            <form action="POST" class="complete_week_form" id="complete_week_3850">
              <input type="hidden" name="post_id" value="3850">
              <input type="hidden" name="nonce" value="1ab832a800" />
              <input type="hidden" name="week_id" value="0">
              <input type="submit" name="submit" class="wp-block-button__link" value='COMPLETE WEEK 1'>
            </form>
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 2</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 3</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 4</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 5</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 6</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
</table>

<!-- TODO: disable on admin!! -->



<hr class="wp-block-separator"/>



<h4 class="wp-block-heading">Cool-down </h4>



<h5 class="wp-block-heading">A. Overhead stretch: 1 min</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="pJdL9tXyPAEdQcsa6Rox3DWHGU4DiF5zzhue7Cveqtms4nHYfqpZomU0wAPiVfJ16OngGFMxSY51I8Ww7kX2vlkEThrc"><iframe title="OVERHEAD STRETCH" src="https://player.vimeo.com/video/458433404?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target area: thoracic spine</figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72b43a47bc" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN STRETCH</button>
</div>





<h5 class="wp-block-heading">B. Straddle stretch: 1 min</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="uHBtEh7ae1lF5MQy9LU2RmcNAIKOYkTWfdGqsJSPx3j0CVzD4XwiZ8bop6grv"><iframe title="STRADDLE STRETCH" src="https://player.vimeo.com/video/458433548?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target area: adductors, hamstrings</figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72b4fa47bd" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN STRETCH</button>
</div>





<h5 class="wp-block-heading">C. Shoulder extension stretch: 1 min</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="TfBumLvg1Sas4PxE9T70psP5YaVBhmyCfSir0e8gklzZJkAbOlEU2quG533VrdZnXCWW6iwG9NHRDqLQ8zX4NKdcIK7HowQO2txU"><iframe title="SHOULDER EXTENSION STRETCH" src="https://player.vimeo.com/video/458433486?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target area: anterior deltoid, pecs</figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72b53a47be" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN STRETCH</button>
</div>





<hr class="wp-block-separator"/>



<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://baseblocks.com/category/the-intermediate-hspu-program/">RETURN TO PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/workout-one-60-mins/">WORKOUT ONE</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>WORKOUT TWO</title>
		<link>https://baseblocks.com/workout-two-60-mins/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=workout-two-60-mins</link>
		
		<dc:creator><![CDATA[Simon Ata]]></dc:creator>
		<pubDate>Tue, 15 Sep 2020 08:05:00 +0000</pubDate>
				<category><![CDATA[HSPU / Intermediate]]></category>
		<guid isPermaLink="false">https://baseblocks.com/?p=3852</guid>

					<description><![CDATA[<p>Workout overview Sets Rest 1. Upper range planche raises 3 2 min 2. HSPU negatives 5 2 min 3. Wall HSPU 4 2 min 4. Pike push-ups 3 2 min 5. Pseudo planche push-ups 3 2 min Warmup (5mins) 1. Wrist circles 10 each direction 2. Elbow circles 10 each direction 3. Shoulder circles 10 [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/workout-two-60-mins/">WORKOUT TWO</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">Workout overview</h4>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Sets</td><td class="has-text-align-center" data-align="center">Rest</td></tr><tr><td>1. Upper range planche raises</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">2 min</td></tr><tr><td>2. HSPU negatives</td><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">2 min</td></tr><tr><td>3. Wall HSPU</td><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">2 min</td></tr><tr><td>4. Pike push-ups</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">2 min</td></tr><tr><td>5. Pseudo planche push-ups</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">2 min</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Warmup (5mins) </h4>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="AtrhUjQg1oDKp2H9JY5mkqT36WPxuG7OwN"><iframe title="WARM-UP LEVELS 2 AND 3" src="https://player.vimeo.com/video/458433891?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td>1. Wrist circles</td><td class="has-text-align-center" data-align="center">10 each direction</td></tr><tr><td>2. Elbow circles</td><td class="has-text-align-center" data-align="center">10 each direction</td></tr><tr><td>3. Shoulder circles</td><td class="has-text-align-center" data-align="center">10 each direction</td></tr><tr><td>4. Wrist push-ups </td><td class="has-text-align-center" data-align="center">10 reps</td></tr><tr><td>5. Scapula push-ups</td><td class="has-text-align-center" data-align="center">5 reps</td></tr><tr><td>6. Pike push-ups </td><td class="has-text-align-center" data-align="center">5 reps</td></tr></tbody></table></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">1. Upper range planche raises: 3 reps for 3 sets. 2 min rest between sets </h5>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5f61c69dd61cc" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(120)">START 2 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="Yqi824c5hExweUzdwQicJBgGqLDP4Q78knsXYF03LyBWZS6Ub29eGNRfOApu0CoPbvgJH619SzolkNmhFtmKjnOTWfRVAXsy3lM"><iframe title="upper range planche raise" src="https://player.vimeo.com/video/458433230?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<h5 class="wp-block-heading">2. HSPU negatives: 2 reps for 5 sets. 2 min rest between sets</h5>



<p style="font-size:18px">Overload the exercise by lowering slower.</p>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec7293996783" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(120)">START 2 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="TigLqlUwoFsZ7a4jn9Fq2DcBRd6SfdNoTXYVZ7XrHekImyxQ2HQCKvcGRk0EjYC5g"><iframe title="lvl 3 negatives" src="https://player.vimeo.com/video/458433102?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">3. Wall HSPU: 4 sets with 2 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td><td class="has-text-align-center" data-align="center">Week 5</td><td class="has-text-align-center" data-align="center">Week 6</td></tr><tr><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">2</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">3</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72ac7a47b8" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(120)">START 2 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="9OnRGQHHl65FY70s4bB8zipNXIfwUTeI8aCEvOSE1JVGAC1Sm6LDP5dWrF3YhDJVtLw"><iframe title="CTW HSPU level 2" src="https://player.vimeo.com/video/458432205?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">4. Pike push-ups: 3 sets with 2 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td><td class="has-text-align-center" data-align="center">Week 5</td><td class="has-text-align-center" data-align="center">Week 6</td></tr><tr><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center">8</td><td class="has-text-align-center" data-align="center">8</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72acaa47b9" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(120)">START 2 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="LIBCGYmNf5oMkD9RT6gvr1Fe7Ea0z3JZUiXtVOHl2hpPKuWdQjw4xA8snqcby"><iframe title="pike push-ups level 2" src="https://player.vimeo.com/video/458432570?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">5. Pseudo planche push-ups: 3 sets with 2 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td><td class="has-text-align-center" data-align="center">Week 5</td><td class="has-text-align-center" data-align="center">Week 6</td></tr><tr><td class="has-text-align-center" data-align="center">8</td><td class="has-text-align-center" data-align="center">8</td><td class="has-text-align-center" data-align="center">9</td><td class="has-text-align-center" data-align="center">9</td><td class="has-text-align-center" data-align="center">10</td><td class="has-text-align-center" data-align="center">10</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72acca47ba" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(120)">START 2 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="PoynwuN7XYQmvBse3DSLaiMbRC9rgp0"><iframe title="pseudo planche push-ups" src="https://player.vimeo.com/video/458433157?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>


<table>
  <tr>
    <th>Week 1</th>
    <td>
                        <div class="wp-block-button aligncenter">
            <form action="POST" class="complete_week_form" id="complete_week_3852">
              <input type="hidden" name="post_id" value="3852">
              <input type="hidden" name="nonce" value="1ab832a800" />
              <input type="hidden" name="week_id" value="0">
              <input type="submit" name="submit" class="wp-block-button__link" value='COMPLETE WEEK 1'>
            </form>
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 2</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 3</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 4</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 5</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 6</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
</table>

<!-- TODO: disable on admin!! -->



<hr class="wp-block-separator"/>



<h4 class="wp-block-heading">Cool-down </h4>



<h5 class="wp-block-heading">A. Overhead stretch: 1 min</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="KZpJ0hfM2c9mbXNIs6GoQ1iad7WELyxqYgDjSuP4CH"><iframe title="OVERHEAD STRETCH" src="https://player.vimeo.com/video/458433404?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target area: thoracic spine</figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72b43a47bc" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN STRETCH</button>
</div>





<h5 class="wp-block-heading">B. Straddle stretch: 1 min</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="AWvcSkOL0BKCHXmulo4P"><iframe title="STRADDLE STRETCH" src="https://player.vimeo.com/video/458433548?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target area: adductors, hamstrings</figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72b4fa47bd" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN STRETCH</button>
</div>





<h5 class="wp-block-heading">C. Shoulder extension stretch: 1 min</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="rxb7AecnivHW2tgaqf64dmEZTuJk5BzpRwM"><iframe title="SHOULDER EXTENSION STRETCH" src="https://player.vimeo.com/video/458433486?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target area: anterior deltoid, pecs</figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72b53a47be" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN STRETCH</button>
</div>





<hr class="wp-block-separator"/>



<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://baseblocks.com/category/the-intermediate-hspu-program/">RETURN TO PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/workout-two-60-mins/">WORKOUT TWO</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>WORKOUT THREE</title>
		<link>https://baseblocks.com/workout-three-60-mins/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=workout-three-60-mins</link>
		
		<dc:creator><![CDATA[Simon Ata]]></dc:creator>
		<pubDate>Mon, 14 Sep 2020 08:06:00 +0000</pubDate>
				<category><![CDATA[HSPU / Intermediate]]></category>
		<guid isPermaLink="false">https://baseblocks.com/?p=3855</guid>

					<description><![CDATA[<p>Workout overview Sets Rest 1. Upper range planche raises 3 2 min 2. HSPU negatives 5 2 min 3. Pike push-ups 3 2 min 4. Modified divebomber push-ups 3 2 min Warmup (5mins) 1. Wrist circles 10 each direction 2. Elbow circles 10 each direction 3. Shoulder circles 10 each direction 4. Wrist push-ups 10 [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/workout-three-60-mins/">WORKOUT THREE</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h4 class="wp-block-heading">Workout overview</h4>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Sets</td><td class="has-text-align-center" data-align="center">Rest</td></tr><tr><td>1. Upper range planche raises</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">2 min</td></tr><tr><td>2. HSPU negatives</td><td class="has-text-align-center" data-align="center">5</td><td class="has-text-align-center" data-align="center">2 min</td></tr><tr><td>3. Pike push-ups</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">2 min</td></tr><tr><td>4. Modified divebomber push-ups</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">2 min</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Warmup (5mins) </h4>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="Hg5aMSjCLh3mnOvdUeQo17D2q9fG4zVsE0B6wiklbNZKRuyXPWxYrt8FpIJc"><iframe title="WARM-UP LEVELS 2 AND 3" src="https://player.vimeo.com/video/458433891?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td>1. Wrist circles</td><td class="has-text-align-center" data-align="center">10 each direction</td></tr><tr><td>2. Elbow circles</td><td class="has-text-align-center" data-align="center">10 each direction</td></tr><tr><td>3. Shoulder circles</td><td class="has-text-align-center" data-align="center">10 each direction</td></tr><tr><td>4. Wrist push-ups </td><td class="has-text-align-center" data-align="center">10 reps</td></tr><tr><td>5. Scapula push-ups</td><td class="has-text-align-center" data-align="center">5 reps</td></tr><tr><td>6. Pike push-ups </td><td class="has-text-align-center" data-align="center">5 reps</td></tr></tbody></table></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">1. Upper range planche raises: 3 reps for 3 sets. 2 min rest between sets </h5>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5f61c69dd61cc" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(120)">START 2 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="tTH5rlbzBIhxsoiSeR7qE3jLPY9NMpf160nCQu"><iframe title="upper range planche raise" src="https://player.vimeo.com/video/458433230?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<h5 class="wp-block-heading">2. HSPU negatives: 2 reps for 5 sets. 2 min rest between sets</h5>



<p style="font-size:18px">Overload the exercise by lowering slower.</p>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec7293996783" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(120)">START 2 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="bo9cWeRSxi0kqr8UvdTCyYN7Msz12DOjlInPV4wfBGEAhFQKgHXt3p"><iframe title="lvl 3 negatives" src="https://player.vimeo.com/video/458433102?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">3. Pike push-ups: 3 sets with 2 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td><td class="has-text-align-center" data-align="center">Week 5</td><td class="has-text-align-center" data-align="center">Week 6</td></tr><tr><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center">8</td><td class="has-text-align-center" data-align="center">8</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72acaa47b9" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(120)">START 2 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="B1kQtlqUeYCbpyh2FgE0XmDZ3LO8xRFiwAnzOdDvjTbusfo9oIaq2jtiK1wa6V6C7"><iframe title="pike push-ups level 2" src="https://player.vimeo.com/video/458432570?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<hr class="wp-block-separator"/>



<h5 class="wp-block-heading">4. Modified divebomber push-ups: 3 sets with 2 min rest</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Week 1</td><td class="has-text-align-center" data-align="center">Week 2</td><td class="has-text-align-center" data-align="center">Week 3</td><td class="has-text-align-center" data-align="center">Week 4</td><td class="has-text-align-center" data-align="center">Week 5</td><td class="has-text-align-center" data-align="center">Week 6</td></tr><tr><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">6</td><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center">7</td><td class="has-text-align-center" data-align="center">8</td><td class="has-text-align-center" data-align="center">8</td></tr></tbody></table></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72acca47ba" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(120)">START 2 MIN REST</button>
</div>





<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="JATEAc9yVLzZdYcI5DfN8RjkiHFWDSIpu6eM1vgKU2JHwPt2ZhzGyQY3UTlNSwu4d7"><iframe title="feet supported 90DPU (modified dive bomber)" src="https://player.vimeo.com/video/458431398?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>


<table>
  <tr>
    <th>Week 1</th>
    <td>
                        <div class="wp-block-button aligncenter">
            <form action="POST" class="complete_week_form" id="complete_week_3855">
              <input type="hidden" name="post_id" value="3855">
              <input type="hidden" name="nonce" value="1ab832a800" />
              <input type="hidden" name="week_id" value="0">
              <input type="submit" name="submit" class="wp-block-button__link" value='COMPLETE WEEK 1'>
            </form>
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 2</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 3</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 4</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 5</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
  <tr>
    <th>Week 6</th>
    <td>
                        <div class="text-center ">
            please complete the previous week first
          </div>
                  </td>
  </tr>
</table>

<!-- TODO: disable on admin!! -->



<hr class="wp-block-separator"/>



<h4 class="wp-block-heading">Cool-down </h4>



<h5 class="wp-block-heading">A. Overhead stretch: 1 min</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="ojAKQUFRXWZa3J9YwH5BCuhqQNxGCpS7EIRTNzyAHPVsg9cKFvfLj1dkD67x8s5myv0nlwMc"><iframe title="OVERHEAD STRETCH" src="https://player.vimeo.com/video/458433404?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target area: thoracic spine</figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72b43a47bc" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN STRETCH</button>
</div>





<h5 class="wp-block-heading">B. Straddle stretch: 1 min</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="BNohATQC84gMZ"><iframe title="STRADDLE STRETCH" src="https://player.vimeo.com/video/458433548?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target area: adductors, hamstrings</figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72b4fa47bd" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN STRETCH</button>
</div>





<h5 class="wp-block-heading">C. Shoulder extension stretch: 1 min</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="8o3EMoNBg4vFz4O1FfRsxOnaERLcHC9Gf1lu9UiAymkIcqhvpJACru2eBL0X3xesU5pbYVH6zWZMmr7wTgQDjikdNK5ZDYwqPS"><iframe title="SHOULDER EXTENSION STRETCH" src="https://player.vimeo.com/video/458433486?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target area: anterior deltoid, pecs</figcaption></figure>


<style>
    #timer-view {
        background: #000;
        color: #fff;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100vw;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        opacity: 0;
        transition: opacity 400ms, visibility 400ms;
        visibility: hidden; 
    }
    #timer-view.visible {
        opacity: 1;
        visibility: visible;
    }
    #timer-view #time {
        font-size: 125px; 
        font-size: 15vh;
        font-weight: bold;
    }
    #timer-view button {
        border-radius: 5px;
        font-family: "Circuit", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-size: .9em;
    }
</style>

<div id="timer-block_5ec72b53a47be" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(60)">START 1 MIN STRETCH</button>
</div>





<hr class="wp-block-separator"/>



<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://baseblocks.com/category/the-intermediate-hspu-program/">RETURN TO PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/workout-three-60-mins/">WORKOUT THREE</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>HSPU TEST</title>
		<link>https://baseblocks.com/testing-day-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=testing-day-4</link>
		
		<dc:creator><![CDATA[Simon Ata]]></dc:creator>
		<pubDate>Fri, 11 Sep 2020 08:45:00 +0000</pubDate>
				<category><![CDATA[HSPU / Intermediate]]></category>
		<guid isPermaLink="false">https://baseblocks.com/?p=3874</guid>

					<description><![CDATA[<p>You&#8217;re almost there! It&#8217;s time to repeat the same test we performed at the start of this program. Remember to replicate the testing conditions (exercise variation, rest time, testing order) as closely as possible. CTW HSPU test Beginner Intermediate Advanced 1 2-4 5+ To perform the next HSPU program, you will need to perform one [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/testing-day-4/">HSPU TEST</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p style="font-size:18px">You&#8217;re almost there! It&#8217;s time to repeat the same test we performed at the start of this program. Remember to replicate the testing conditions (exercise variation, rest time,  testing order) as closely as possible. </p>



<h5 class="wp-block-heading">CTW HSPU test</h5>



<figure class="wp-block-embed-vimeo wp-block-embed is-type-video is-provider-vimeo wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<span class="PzZ0bABu4Q7NLnwjHj2zbfKUhqVQaqxcrRWMgFYD0GsCipEAkpG1Zy5mD9lrvxWINnhVJf53Te2ao6ek1ot7SiTJY6"><iframe title="WALL HSPU (TESTING LV 2)" src="https://player.vimeo.com/video/458433735?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<figure class="wp-block-table"><table class=""><tbody><tr><td class="has-text-align-center" data-align="center">Beginner</td><td class="has-text-align-center" data-align="center">Intermediate</td><td class="has-text-align-center" data-align="center">Advanced</td></tr><tr><td class="has-text-align-center" data-align="center">1</td><td class="has-text-align-center" data-align="center">2-4</td><td class="has-text-align-center" data-align="center">5+</td></tr></tbody></table></figure>



<h5 class="wp-block-heading">To perform the next HSPU program, you will need to perform one freestanding HSPU</h5>



<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://baseblocks.com/the-advanced-hspu-program/">START ADVANCED HSPU PROGRAM</a></div>



<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://baseblocks.com/the-intermediate-hspu-program/">IF YOU SCORED &#8216;BEGINNER&#8217;:<br>REPEAT THIS PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/testing-day-4/">HSPU TEST</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
