0%

On Perseverance

0

When I updated the site, a few people asked me what was the purpose of the stories thing, and I didn’t have a good answer, I just know that I should be writing, and I want to have it viewable for the chance opportunities that may arise.

Then I saw this:

The Long Game Part 2: the missing chapter from Delve on Vimeo.

jQuery(document).ready(function ($) { $('.post-thumbnail a').each(function () { var postLink = $(this).attr('href'); if (postLink.includes('youtube.com') || postLink.includes('vimeo.com')) { $(this).attr('href', postLink).attr('data-lightbox', 'video'); } }); });