Devoutly

Hello Field not found.!

Thu 11/16

I AFFIRM

Every “no” I face is a lesson to be learned.
Thu 11/16

I AFFIRM

Every “no” I face is a lesson to be learned.

motivator_video_id = getVideoID("https://www.youtube.com/watch?v=2NKgsTNBIek") document.getElementById("motivator-player").src = `https://www.youtube.com/embed/${motivator_video_id}?disablekb=1&loop=1&modestbranding=1&playsinline=1&rel=0&enablejsapi=1`;
motivator_video_id = getVideoID("") document.getElementById("motivator-pt2-a-player").src = `https://www.youtube.com/embed/${motivator_video_id}?disablekb=1&loop=1&modestbranding=1&playsinline=1&rel=0&enablejsapi=1`;
motivator_video_id = getVideoID("") document.getElementById("motivator-pt2-b-player").src = `https://www.youtube.com/embed/${motivator_video_id}?disablekb=1&loop=1&modestbranding=1&playsinline=1&rel=0&enablejsapi=1`;
motivator_video_id = getVideoID("") document.getElementById("motivator-pt3-player").src = `https://www.youtube.com/embed/${motivator_video_id}?disablekb=1&loop=1&modestbranding=1&playsinline=1&rel=0&enablejsapi=1`;

Story

document.querySelector('#story-label h3').innerText = 'STORY'|| 'STORY';
November 16 2023 Story

Spiritual Awakening

Based on a story by Angela Arthur Owan
Play
Pause
00:00
.story_body p { padding-bottom: 1rem !important; }

Andrea was trudging through the Arizona foothills, her legs burning with exertion. Doubts swirled in her mind that she would be able to walk the portion of the Camino de Santiago, or the Way of Saint James, that she and her husband were training to hike. 

Andrew and her husband, Chris, were to start in Saint-Jean-Pied-de-Port, France, and traverse the majestic Pyrenees Mountains. Their goal was to reach Logroño, Spain, and hopefully to one day complete the journey to the church where Saint James’s remains were said to rest. Though they led an active lifestyle, the thought of such a strenuous trek seemed daunting, yet the allure persisted. 

Andrea had stumbled upon an advertisement at a local sports center for a Camino de Santiago preparation class that would provide the knowledge and training necessary to navigate to make the journey. Together they embarked on a journey of preparation. 

However, an unexpected oral surgery interfered with Andrea’s training schedule. “Nothing strenuous for eight weeks,” the doctor advised her. “What about hiking?” she asked. The doctor frowned. “Nothing that could raise your heart rate. No hiking.”  

Andrea was finally cleared to resume her training, but her stamina had waned. On the verge of exhaustion, she wasn’t sure she could complete that day’s planned three-mile hike. Just as she was about to give up, a magnificent peregrine falcon swooped into her field of vision, captivating her attention and somehow giving her the energy she needed to complete the hike. 

The bird reappeared daily, each time drawing closer and lingering longer, its gaze seemingly offering Andrea encouragement. Her steps grew lighter, her spirit lifted by the falcon’s unwavering presence. The falcon’s visits were a secret kept to herself; she didn’t even tell Chris. 

On the day before their departure, Chris joined Andrea on her early-morning walk. As they turned the corner out of their cul-de-sac, she saw a black object in the sky. It was the falcon zooming in their direction. As she watched, the raptor folded its wings, tucked its head and shot down the middle of the street like a missile locked on a target!   

She and Chris froze. At the last moment the falcon spread and tilted its wings, altering its angle just enough to clear their heads by a foot. 

Andrea’s feelings about the pilgrimage were altered by her encounters with the falcon. She wasn’t concerned about finishing it. What was important was the journey itself and what God might show them along the way.

Story

document.querySelector('#story-label h3').innerText = ''|| 'STORY';

Story Title

Author Name, Organization Name
.story_body p { padding-bottom: 1rem !important; }
prayer_video_id = getVideoID("") document.getElementById("checkin-player").src = `https://www.youtube.com/embed/${prayer_video_id}?disablekb=1&loop=1&modestbranding=1&playsinline=1&rel=0&enablejsapi=1&widgetid=1`;
–Matthew 6:34
“Therefore do not worry about tomorrow, for tomorrow will worry about itself. Each day has enough trouble of its own.”

NIV

prayer_video_id = getVideoID("https://www.youtube.com/watch?v=-3eoPTijszU") document.getElementById("prayer-player").src = `https://www.youtube.com/embed/${prayer_video_id}?disablekb=1&loop=1&modestbranding=1&playsinline=1&rel=0&enablejsapi=1&widgetid=1`;
prayer_video_id = getVideoID("https://www.youtube.com/watch?v=pyJ0I6GTdWs") document.getElementById("wrapup-player").src = `https://www.youtube.com/embed/${prayer_video_id}?disablekb=1&loop=1&modestbranding=1&playsinline=1&rel=0&enablejsapi=1&widgetid=1`;

Reflect

How will you be present and live in the moment during a busy day?

I will pause what I’m doing and take in the beautiful world God has given us.

I will not focus solely on the future and instead enjoy my present with gratitude.

I will step back from my schedule and to-do lists and take in the bigger picture of my life.

May God’s love encourage and guide your steps today. We’ll see you again soon!

Share with others

Tap left for previous

Tap right for next

var ytPlayers = { "motivator-player": null, "motivator-pt2-a-player": null, "motivator-pt2-b-player": null, "motivator-pt3-player": null, "prayer-player": null, "checkin-player": null, "wrapup-player": null, }; var motivator_player; var checkin_player; var prayer_player; var wrapup_player; function onPlayerStateChange(event, eltID) { if (event.data == YT.PlayerState.ENDED) { let overlayElt = document.getElementById(`${eltID}-overlay-repeat`); overlayElt.classList.remove("hidden"); } } function registerYTPlayer(eltID) { let ytPlayer = new YT.Player(eltID, { events: { onStateChange: (event) => { onPlayerStateChange(event, eltID); }, }, }); let overlayElt = document.getElementById(`${eltID}-overlay-repeat`); overlayElt.classList.remove("hidden"); overlayElt.addEventListener("click", () => { // transitionPage(1); ytPlayers[eltID].seekTo(0); ytPlayers[eltID].playVideo(0); overlayElt.classList.add("hidden"); }); return ytPlayer; } function onYouTubeIframeAPIReady() { console.log("onYouTubeIframeAPIReady"); for (const [key, val] of Object.entries(ytPlayers)) { ytPlayers[key] = registerYTPlayer(key); } } function safelyPlayYTVideo(eltID) { fail_safely(() => { document .getElementById(`${eltID}-overlay-repeat`) .classList.add("hidden"); ytPlayers[eltID].seekTo(0); ytPlayers[eltID].playVideo(); }); } .video_container { position: relative; } @media only screen and (max-width: 767px) { .video-overlay-right { position: absolute; top: 0; right: 0; width: 25vw; height: 80dvh; } .video-overlay-left { position: absolute; top: 0; left: 0; width: 25vw; height: 80dvh; } } .video-container { height: 100dvh; background-color: black; } .video-player { position: absolute; top: -80px; left: 0px; right: 0px; aspect-ratio: 9/18; height: calc(100dvh + 80px); width: auto; margin-left: auto !important; margin-right: auto !important; } /*@media only screen and (max-width: 767px) {*/ /* .video-player {*/ /* top: -40px;*/ /* }*/ /*}*/ .video-overlay-repeat { position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 100dvh; cursor: pointer; background-color: black; background-repeat: no-repeat; background-position: center; background-size: 64px 64px; background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==); } /*.video-overlay-repeat {*/ /* position: absolute;*/ /* top: 0;*/ /* left: 0;*/ /* bottom: 0;*/ /* right: 0;*/ /* height: 100dvh;*/ /* cursor: pointer;*/ /* background-color: black;*/ /* display: flex;*/ /* align-items: center;*/ /* justify-content: center;*/ /*}*/ .video-overlay-repeat p { display: none; /*color: white;*/ /*font-family: "Jost";*/ }
var dvt_show_state = { show_motivator: "Yes" === "Yes", show_motivator_question: "No" === "Yes", show_motivator_pt3: "No" === "Yes", show_story_question: "No" === "Yes", show_story: "Yes" === "Yes", show_video_check_in: "No" === "Yes", show_bible_verse: "Yes" === "Yes", show_prayer: "Yes" === "Yes", show_video_wrap_up: "Yes" === "Yes", show_self_reflection: "Yes" === "Yes", }; var dvt_show_screens = { show_motivator: ["page-motivator-pt1"], show_motivator_question: [ "page-motivator-question", "page-motivator-pt2-a", // "page-motivator-pt2-b", ], show_motivator_pt3: ["page-motivator-pt3"], show_story_question: [ "page-story-question", "page-story-a", // "page-story-b", ], show_story: ["page-story-a"], show_video_check_in: ["page-video_check_in"], show_bible_verse: ["page-bible_verse"], show_prayer: ["page-prayer"], show_video_wrap_up: ["page-video_wrap_up"], show_self_reflection: ["page-self_reflection"], }; var dvt_state = { "page-motivator-pt1": "Yes" === "Yes", "page-story-a": "Yes" === "Yes", "page-video_check_in": "No" === "Yes", "page-bible_verse": "Yes" === "Yes", "page-prayer": "Yes" === "Yes", "page-video_wrap_up": "Yes" === "Yes", "page-self_reflection": "Yes" === "Yes", }; var dvt_cta_text = { "page-motivator-pt1": "", "page-motivator-pt2-a": "", "page-motivator-pt2-b": "", "page-motivator-pt3": "", "page-story-a": "", "page-story-b": "", "page-video_check_in": "", "page-bible_verse": "", "page-prayer": "", "page-video_wrap_up": "", "page-self_reflection": "", }; full_page_list = [ "page-motivator-pt1", "page-motivator-question", "page-motivator-pt2-a", "page-motivator-pt2-b", "page-motivator-pt3", "page-story-question", "page-story-a", "page-story-b", "page-video_check_in", "page-bible_verse", "page-prayer", "page-video_wrap_up", "page-self_reflection", "page-end", ]; full_show_list = [ "show_motivator", "show_motivator_question", "show_motivator_pt3", "show_story_question", "show_story", "show_video_check_in", "show_bible_verse", "show_prayer", "show_video_wrap_up", "show_self_reflection", ]; // natural_progression_queue gives the expected length and flow of pages on the happy path (Option A) natural_progression_queue = []; for (const [key, val] of Object.entries(full_show_list)) { // Pods interface automatically unchecks show_story when show_story_question is selected, so we won't get duplicated screens in the queue if (dvt_show_state[val]) { natural_progression_queue = natural_progression_queue.concat( dvt_show_screens[val] ); } } natural_progression_queue.push("page-end"); console.table(dvt_show_state); console.table(dvt_cta_text); console.log(natural_progression_queue); fail_safely(() => { document .getElementById("btn-motivator-qs-response-a") .addEventListener("click", () => { natural_progression_queue[Page_Idx + 1] = "page-motivator-pt2-a"; transitionPage(1); }); }); fail_safely(() => { document .getElementById("btn-motivator-qs-response-b") .addEventListener("click", () => { natural_progression_queue[Page_Idx + 1] = "page-motivator-pt2-b"; transitionPage(1); }); }); fail_safely(() => { document .getElementById("btn-story-qs-response-a") .addEventListener("click", () => { natural_progression_queue[Page_Idx + 1] = "page-story-a"; transitionPage(1); }); }); fail_safely(() => { document .getElementById("btn-story-qs-response-b") .addEventListener("click", () => { natural_progression_queue[Page_Idx + 1] = "page-story-b"; transitionPage(1); }); });