<?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>The Upper Body Endurance Program Archives - BASEBLOCKS DIGITAL</title>
	<atom:link href="https://baseblocks.com/category/the-upper-body-endurance-program/feed/" rel="self" type="application/rss+xml" />
	<link>https://baseblocks.com/category/the-upper-body-endurance-program/</link>
	<description>Workouts with One Weight</description>
	<lastBuildDate>Tue, 15 Sep 2020 22:53:12 +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>The Upper Body Endurance Program Archives - BASEBLOCKS DIGITAL</title>
	<link>https://baseblocks.com/category/the-upper-body-endurance-program/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Week One Workout (45 min)</title>
		<link>https://baseblocks.com/workout-one-45mins-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=workout-one-45mins-3</link>
		
		<dc:creator><![CDATA[Danielle Gray]]></dc:creator>
		<pubDate>Tue, 12 May 2020 06:28:12 +0000</pubDate>
				<category><![CDATA[The Upper Body Endurance Program]]></category>
		<guid isPermaLink="false">https://baseblocks.app/?p=1299</guid>

					<description><![CDATA[<p>Workout overview Sets Rest 1A. Incline rows1B. Front support hold1C. Above the bar chin hold1D. Block dips 3 30 sec Note: you&#8217;ll notice that there is no overload in each session as the goal of this week is to get accustomed to these four exercises. Overload will begin in week 3. Follow along warm-up (6 [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/workout-one-45mins-3/">Week One Workout (45 min)</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>1A. Incline rows<br>1B. Front support hold<br>1C. Above the bar chin hold<br>1D. Block dips </td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">30 sec</td></tr></tbody></table></figure>



<p style="font-size:18px" class="has-text-align-center"><em>Note: you&#8217;ll notice that there is no overload in each session as the goal of this week is to get accustomed to these four exercises. Overload will begin in week 3.</em></p>



<h4 class="wp-block-heading">Follow along warm-up (6 min)</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="z4p8juZTxHKa7wFQtOo4oPm6kiRn5rSy2Ix1wCXjUiYLBEqle8b0cQFnOmMYH6Gd1vc5aDJVgBzhf3AE290PfWThXrJ93SDqNseC"><iframe title="Gymnastics Warm Up" src="https://player.vimeo.com/video/419101507?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div></figure>



<p style="font-size:18px" class="has-text-align-center"><em>Note: we&#8217;ll be doing the same warmup before every workout over the next four weeks. Don&#8217;t worry if it&#8217;s hard to keep up during the first few sessions.</em></p>



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



<h5 class="wp-block-heading">Perform this quad set 3 times with 30 sec rest between exercises.</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Reps/Time</td></tr><tr><td>1A. Incline rows</td><td class="has-text-align-center" data-align="center">20</td></tr><tr><td>1B. Front support hold</td><td class="has-text-align-center" data-align="center">ALAP</td></tr><tr><td>1C. Above the bar chin hold</td><td class="has-text-align-center" data-align="center">ALAP</td></tr><tr><td>1D. Tricep dips</td><td class="has-text-align-center" data-align="center">20</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_5ec704dabf026" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<p style="font-size:18px" class="has-text-align-center"><em>Note: Try and hold each set for ALAP (as long as possible). While there is no prescribed overload from session to session, try to always beat your previous time. </em></p>



<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="iJEOHGnYsU8kFhe8krND1fdyAicoVPBLTqstXCwxBlX7xK5pLh93C6PbZf9jv2VDvG7"><iframe title="Incline Rows" src="https://player.vimeo.com/video/418804594?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1A. Incline rows</figcaption></figure>



<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="2YvEIlihJxTDQpoNMdUyZW46aKn0CrOws8FPG3gA7eBmqu19HSctV"><iframe title="Front Support Hold" src="https://player.vimeo.com/video/418804089?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1B. Front support hold</figcaption></figure>



<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="ANJBflnHobxwK43T7yqFchP1ak8SvrZY6O9ULDjmIECzQGWtduV2gp"><iframe title="Above The Bar Chin Hold" src="https://player.vimeo.com/video/418803847?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1C. Above the bar chin hold</figcaption></figure>



<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="XUI7GBfPV"><iframe title="StrongBlocks Tricep Dips" src="https://player.vimeo.com/video/418805430?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1D. Block dips</figcaption></figure>



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



<h4 class="wp-block-heading">Post-workout flexibility </h4>



<p style="font-size:18px">Perform these stretches as an optional cool-down for two rounds to help stretch the areas you used during the workout.</p>



<h5 class="wp-block-heading">A.  Triceps 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="hMNTHW2Pi5RpMOn8qsEFbfdQ50al8IxXSygFj0qURhEZfOSZ4vG2XN3kJL6IAC91BWyGJ4w1oVHDwVbc"><iframe title="Tricep Stretch" src="https://player.vimeo.com/video/418814431?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target muscle groups: lats, shoulders</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_5ec70519bf027" 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. Upper back 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="Ic5y78euVUQHPd0MDvY9aEfC3s2nLSKlOwWqGJ"><iframe title="Upper Back Stretch" src="https://player.vimeo.com/video/418814759?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target areas: thoracic spine, lats</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_5ec7052bbf028" 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-upper-body-endurance-program/">RETURN TO PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/workout-one-45mins-3/">Week One Workout (45 min)</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Week Two Workout (45 min)</title>
		<link>https://baseblocks.com/week-two-workout-two-45mins/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=week-two-workout-two-45mins</link>
		
		<dc:creator><![CDATA[Danielle Gray]]></dc:creator>
		<pubDate>Mon, 11 May 2020 01:06:58 +0000</pubDate>
				<category><![CDATA[The Upper Body Endurance Program]]></category>
		<guid isPermaLink="false">https://baseblocks.app/?p=1558</guid>

					<description><![CDATA[<p>Workout overview Sets Rest 1A. Monkey pull-ups1B. Half handstand hold1C. Push-ups1D. Block dips 3 20 sec Follow along warm-up (6 min) Perform this quad set for 3 rounds with 20 sec rest between exercises. Reps/Time 1A. Monkey pull-ups 20 (alternating) 1B. Half handstand hold 30 sec 1C. Push-ups 10 1D. Block dips 10 Note: you [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/week-two-workout-two-45mins/">Week Two Workout (45 min)</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>1A. Monkey pull-ups<br>1B. Half handstand hold<br>1C. Push-ups<br>1D. Block dips</td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">20 sec</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Follow along warm-up (6 min)</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="C7DHo2TUaYg6BzwduEmVGR0XS8xrkbfJptsQFL"><iframe title="Gymnastics Warm Up" src="https://player.vimeo.com/video/419101507?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">Perform this quad set for 3 rounds with 20 sec rest between exercises. </h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">Reps/Time</td></tr><tr><td>1A. Monkey pull-ups</td><td class="has-text-align-center" data-align="center">20 (alternating)</td></tr><tr><td>1B.  Half handstand hold</td><td class="has-text-align-center" data-align="center">30 sec</td></tr><tr><td>1C. Push-ups</td><td class="has-text-align-center" data-align="center">10</td></tr><tr><td>1D. Block dips</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_5ec704dabf026" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<p style="font-size:18px" class="has-text-align-center"><em>Note: you won&#8217;t be increasing the number of reps each week. The goal of this week is to get accustomed to the exercises. </em></p>



<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="Y65qcCTOW2oZtzk3aRd0uHpv9QNXGgnPSMJLAf7sDV8mlKjiwIE4ry"><iframe title="Monkey Pull Ups" src="https://player.vimeo.com/video/418804817?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1A. Monkey pull-ups</figcaption></figure>



<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="hYMk3NzLCgpUav02UCw0DWpcXLAD8PztrmI57RExhlwZvn1TRBTjFIOHknfJVJuAdsmjuH8QlO"><iframe title="Half HS Hold" src="https://player.vimeo.com/video/418804279?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1B. Half handstand hold</figcaption></figure>



<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="PmAhRe"><iframe title="Push Ups" src="https://player.vimeo.com/video/418805125?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1C. Push-ups</figcaption></figure>



<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="90to"><iframe title="StrongBlocks Tricep Dips" src="https://player.vimeo.com/video/418805430?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1D. Block dips</figcaption></figure>



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



<h4 class="wp-block-heading">Post-workout flexibility </h4>



<p style="font-size:18px">Perform these stretches as an optional cool-down for two rounds to help stretch the areas you used during the workout.</p>



<h5 class="wp-block-heading">A. Triceps 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="42RFKz5cP"><iframe title="Tricep Stretch" src="https://player.vimeo.com/video/418814431?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target muscle groups: lats, shoulders</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_5ec70519bf027" 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. Upper back 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="zGb"><iframe title="Upper Back Stretch" src="https://player.vimeo.com/video/418814759?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target areas: thoracic spine, lats</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_5ec7053b33c44" 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-upper-body-endurance-program/">RETURN TO PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/week-two-workout-two-45mins/">Week Two Workout (45 min)</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Week Three Workout (45 min)</title>
		<link>https://baseblocks.com/week-three-workout-one-45mins/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=week-three-workout-one-45mins</link>
		
		<dc:creator><![CDATA[Danielle Gray]]></dc:creator>
		<pubDate>Sun, 10 May 2020 01:09:35 +0000</pubDate>
				<category><![CDATA[The Upper Body Endurance Program]]></category>
		<guid isPermaLink="false">https://baseblocks.app/?p=1560</guid>

					<description><![CDATA[<p>Workout overview Sets Rest 1A. Incline Rows1B. Front support hold1C. Above the bar chin hold1D. Block dips 3 10 sec Follow along warm-up (6 min) Perform this quad set for 3 rounds with 10 sec rest between exercises. DAY ONE DAY TWO DAY THREE 1A. Incline rows 22 24 26 1B. Front support hold ALAP [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/week-three-workout-one-45mins/">Week Three Workout (45 min)</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>1A. Incline Rows<br>1B. Front support hold<br>1C. Above the bar chin hold<br>1D. Block dips </td><td class="has-text-align-center" data-align="center">3</td><td class="has-text-align-center" data-align="center">10 sec</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Follow along warm-up (6 min) </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="aSfgeLYVDRO2WT05wn7sxFr3KoEQ6Al"><iframe title="Gymnastics Warm Up" src="https://player.vimeo.com/video/419101507?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">Perform this quad set for 3 rounds with 10 sec rest between exercises. </h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">DAY ONE</td><td class="has-text-align-center" data-align="center">DAY TWO</td><td class="has-text-align-center" data-align="center">DAY THREE</td></tr><tr><td>1A. Incline rows</td><td class="has-text-align-center" data-align="center">22</td><td class="has-text-align-center" data-align="center">24</td><td class="has-text-align-center" data-align="center">26</td></tr><tr><td>1B. Front support hold</td><td class="has-text-align-center" data-align="center">ALAP</td><td class="has-text-align-center" data-align="center">+5 sec</td><td class="has-text-align-center" data-align="center">+5 sec</td></tr><tr><td>1C. Chin-up hold</td><td class="has-text-align-center" data-align="center">ALAP</td><td class="has-text-align-center" data-align="center">+5 sec</td><td class="has-text-align-center" data-align="center">+5 sec</td></tr><tr><td>1D. Tricep dips</td><td class="has-text-align-center" data-align="center">22</td><td class="has-text-align-center" data-align="center">24</td><td class="has-text-align-center" data-align="center">26</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_5ec704dabf026" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC REST</button>
</div>





<p style="font-size:18px" class="has-text-align-center"><em>Note: Take note of the duration of the first set of your hold on day one (ALAP; as long as possible). Add 5 seconds each subsequent session.</em></p>



<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="NSuh6WDqdH9njFMcEpt3JRPQbZwXIyYvK0koeigsrB5aLTO7l8x1GUA2mzf"><iframe title="Incline Rows" src="https://player.vimeo.com/video/418804594?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1A. Incline rows</figcaption></figure>



<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="L2mXNxZcsEAXol7FSBh0GrMRiJODOko9xtVbSmvHDksi8nTW43AV2C98Tqz6aYjfup1JIUYwnGWr1tyC6bjKgBuZ"><iframe title="Front Support Hold" src="https://player.vimeo.com/video/418804089?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1B. Front support hold</figcaption></figure>



<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="a5QBwyKlRUIAb06TGXqrK7aSHJREmQSxOLtN7vkjvf3B0hYMgzEk8oPLzs6VFftwJDscuWu4l8DZHFC59"><iframe title="Above The Bar Chin Hold" src="https://player.vimeo.com/video/418803847?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1C. Chin-up hold</figcaption></figure>



<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="yohnE8mX63SPhtfG3QV1zdK8wBgTZ4sFdAGOmFtbN29oxu7WrqeHUAZYN9wCgc5MLjjcTu7DfaxskMIL6SJiPWJ4zVavCyQ"><iframe title="StrongBlocks Tricep Dips" src="https://player.vimeo.com/video/418805430?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1D. Block dips</figcaption></figure>



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



<h4 class="wp-block-heading">Post-workout flexibility </h4>



<p style="font-size:18px">Perform these stretches as an optional cool-down for two rounds to help maintain or increase mobility in areas that are important for calisthenics.</p>



<h5 class="wp-block-heading">A. Triceps 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="AkmG9i6KDl4TtSXC17oEFOwujyb0VBUzL2Mp8JfRIvNcxnaWrqZQ"><iframe title="Tricep Stretch" src="https://player.vimeo.com/video/418814431?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target muscle groups: lats, shoulders</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_5ec70519bf027" 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. Upper back 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="y98RIbnAhUst4XcdZpk1lm0MCWKPSNYBTHoFLve7z35VQqwG6DOfEx"><iframe title="Upper Back Stretch" src="https://player.vimeo.com/video/418814759?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target areas: thoracic spine, lats</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_5ec705532ec3e" 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-upper-body-endurance-program/">RETURN TO PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/week-three-workout-one-45mins/">Week Three Workout (45 min)</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Week Four Workout (35 min)</title>
		<link>https://baseblocks.com/week-four-workout-two-35mins/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=week-four-workout-two-35mins</link>
		
		<dc:creator><![CDATA[Danielle Gray]]></dc:creator>
		<pubDate>Sat, 09 May 2020 01:30:16 +0000</pubDate>
				<category><![CDATA[The Upper Body Endurance Program]]></category>
		<guid isPermaLink="false">https://baseblocks.app/?p=1570</guid>

					<description><![CDATA[<p>Workout overview Sets Rest 1A. Monkey pull-ups1B. Half handstand hold1C. Push-ups1D. Block dips 4 &#60;10 sec Follow along warm-up (6min) 1. Perform this quad set 4 times with under 10 sec rest between exercises DAY ONE DAY TWO DAY THREE 1A. Monkey pull-ups 22 26 30 1B. Half handstand hold 5 ea 10 ea 15 [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/week-four-workout-two-35mins/">Week Four Workout (35 min)</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>1A. Monkey pull-ups<br>1B. Half handstand hold<br>1C. Push-ups<br>1D. Block dips</td><td class="has-text-align-center" data-align="center">4</td><td class="has-text-align-center" data-align="center">&lt;10 sec</td></tr></tbody></table></figure>



<h4 class="wp-block-heading">Follow along warm-up (6min) </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="f57P8TsVJEXF"><iframe title="Gymnastics Warm Up" src="https://player.vimeo.com/video/419101507?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">1. Perform this quad set 4 times with under 10 sec rest between exercises</h5>



<figure class="wp-block-table"><table class=""><tbody><tr><td></td><td class="has-text-align-center" data-align="center">DAY ONE</td><td class="has-text-align-center" data-align="center">DAY TWO</td><td class="has-text-align-center" data-align="center">DAY THREE</td></tr><tr><td>1A. Monkey pull-ups</td><td class="has-text-align-center" data-align="center">22</td><td class="has-text-align-center" data-align="center">26</td><td class="has-text-align-center" data-align="center">30</td></tr><tr><td>1B. Half handstand hold</td><td class="has-text-align-center" data-align="center">5 ea</td><td class="has-text-align-center" data-align="center">10 ea</td><td class="has-text-align-center" data-align="center">15 ea</td></tr><tr><td>1C. Push-ups</td><td class="has-text-align-center" data-align="center">12</td><td class="has-text-align-center" data-align="center">16</td><td class="has-text-align-center" data-align="center">20</td></tr><tr><td>1D. Block dips</td><td class="has-text-align-center" data-align="center">12</td><td class="has-text-align-center" data-align="center">14</td><td class="has-text-align-center" data-align="center">16</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_5ec704dabf026" class="wp-block-button align-centre timer aligncenter">
  <button class="wp-block-button__link" onclick="startTimer(30)">START 30 SEC 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="nXO1Nk4ER0vpuHACDeYPTd96"><iframe title="Monkey Pull Ups" src="https://player.vimeo.com/video/418804817?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1A. Monkey pull-ups</figcaption></figure>



<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="c3DqPMo6QfBleHSsxNRv4V"><iframe title="Half HS Hold" src="https://player.vimeo.com/video/418804279?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1B. Half handstand hold</figcaption></figure>



<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="C2T"><iframe title="Push Ups" src="https://player.vimeo.com/video/418805125?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1C. Push-ups</figcaption></figure>



<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="W4bYqaVtxGDCwQ7z"><iframe title="StrongBlocks Tricep Dips" src="https://player.vimeo.com/video/418805430?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>1D. Block dips</figcaption></figure>



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



<h4 class="wp-block-heading">Post-workout flexibility </h4>



<p style="font-size:18px">Perform these stretches as an optional cool-down for two rounds to help maintain or increase mobility in areas that are important for calisthenics.</p>



<h5 class="wp-block-heading">A. Triceps 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="N1F3UnC0qSZhJQrpKHDxwVs7edTmBfvAy9EOk"><iframe title="Tricep Stretch" src="https://player.vimeo.com/video/418814431?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target muscle groups: lats, shoulders</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_5ec70519bf027" 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. Upper back 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="kER"><iframe title="Upper Back Stretch" src="https://player.vimeo.com/video/418814759?dnt=1&amp;app_id=122963" width="640" height="360" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></span>
</div><figcaption>Target areas: thoracic spine, lats </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_5ec705698b563" 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-upper-body-endurance-program/">RETURN TO PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/week-four-workout-two-35mins/">Week Four Workout (35 min)</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Testing Day</title>
		<link>https://baseblocks.com/post-program-test-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=post-program-test-4</link>
		
		<dc:creator><![CDATA[Danielle Gray]]></dc:creator>
		<pubDate>Sat, 02 May 2020 04:03:11 +0000</pubDate>
				<category><![CDATA[The Upper Body Endurance Program]]></category>
		<guid isPermaLink="false">https://baseblocks.app/?p=1593</guid>

					<description><![CDATA[<p>You&#8217;re almost there! It&#8217;s time to repeat the same tests we performed at the start of this program. Remember to replicate the testing conditions (exercise variation, rest time, testing order) as closely as possible. Test one: chin above bar for max duration Female Beginner Intermediate Advanced &#60;5 sec 6-15 sec 16-30 sec Male Beginner Intermediate [&#8230;]</p>
<p>The post <a href="https://baseblocks.com/post-program-test-4/">Testing Day</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 tests 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">Test one: chin above bar for max duration</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="AB56m3p8FhyzsSXZUEPGKgRd7TDveCowrjIlaHLq1bxNVn"><iframe title="Above The Bar Chin Hold" src="https://player.vimeo.com/video/418803847?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">Female</h5>



<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">&lt;5 sec</td><td class="has-text-align-center" data-align="center">6-15 sec</td><td class="has-text-align-center" data-align="center">16-30 sec</td></tr></tbody></table></figure>



<h5 class="wp-block-heading">Male</h5>



<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">&lt;5 sec</td><td class="has-text-align-center" data-align="center">5-30 sec</td><td class="has-text-align-center" data-align="center">10sec (1-arm)<br></td></tr></tbody></table></figure>



<h5 class="wp-block-heading">Test two: push-ups for max repetitions</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="094nuSp"><iframe title="Push Ups" src="https://player.vimeo.com/video/418805125?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">Female</h5>



<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">&lt;5</td><td class="has-text-align-center" data-align="center">6-15</td><td class="has-text-align-center" data-align="center">16+</td></tr></tbody></table></figure>



<h5 class="wp-block-heading">Male</h5>



<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">&lt;10</td><td class="has-text-align-center" data-align="center">11-50</td><td class="has-text-align-center" data-align="center">50+</td></tr></tbody></table></figure>



<h5 class="wp-block-heading">Select your next program based on how you scored. </h5>



<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://baseblocks.com/category/full-body-foundations-i/">BEGINNER: START FULL BODY FOUNDATIONS I PROGRAM</a></div>



<div class="wp-block-button aligncenter"><a class="wp-block-button__link" href="https://baseblocks.com/category/the-baseblocks-only-program/">INTERMEDIATE: START THE BASEBLOCKS ONLY PROGRAM</a></div>
<p>The post <a href="https://baseblocks.com/post-program-test-4/">Testing Day</a> appeared first on <a href="https://baseblocks.com">BASEBLOCKS DIGITAL</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
