Train with Sensei Kendrick Schuett! Amongst his other accomplishments, Sensei Schuett is an accomplished stick fighting competitor, and he brings Cane techniques to the Network. (Canes are one of the few self-defense tools you can still take on an airplane. This is good info!)
Icons made by ultimatearm from www.flaticon.com
Lessons
// hack to quick fix empty lesson when its the current lesson-title
jQuery( function ( $ ) {
$( '.lesson-title a').each(function() {
var $a = $(this);
$a.text( $a.text().trim() );
});
$( '.lesson-title a:empty' ).text( $('.entry-title').text() );
} );