My Life With Jehovah Journal

$36.99
people are viewing this right now
Free worldwide shipping
Free returns
Sustainably made
Secure payments
Description

I have wanted to make this book for years. Someone gave me a journal when I was around 21, young and pioneering I filled it with memories of special days in service, and great experiences where I saw Jehovah's hand in the ministry. More importantly I filled is with moments where Jehovah had answered prayers large and small. Looking back some of the smaller ones stand out because it always surprised me that such small things could be important enough to Jehovah. I initially started journaling them because I never wanted to forget the things that Jehovah had done for me. I treasure this little journal now. 

I wanted to make a special journal for this project, I worked on it for about a year finding the perfect verses and filling it with artwork. When making it I decided to pull from all the verses in Psalms since that book is especially filled with expressions of feelings of closeness with us to Jehovah and him to us. I loved making it and am excited to fill up a new one of my own. Thanks for letting me share!

190 Pages

Size: 6.5" x 8.5"

Ribbon Bookmark

Vegan Leather Cover

20 pages with full artwork and a highlighted verse, and 170 pages with lines embellished with floral and fauna. Hope you love it!

1
Select product
Selected 0 item(s)
class SpzCheckoutNotificationHandler extends SPZ.BaseElement { constructor(element) { super(element); this.timer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } sendVariantListUpdateEvent_(data) { const messageData = { type: "theme_variant_list_update", data: { orderToken: data.order_token || data.order_id } }; clearInterval(this.timer_); if(!window.CheckoutAPI) { this.timer_ = setInterval(() => { if(window.CheckoutAPI) { clearInterval(this.timer_); postMessage && postMessage(messageData); } }, 500); } else { postMessage && postMessage(messageData); } } buildCallback() { this.action_ = SPZServices.actionServiceForDoc(this.element); this.registerAction('sendVariantListUpdateEvent', (param) => { this.sendVariantListUpdateEvent_(param.args.data); }); } } SPZ.defineElement('spz-custom-checkout-notification-handler', SpzCheckoutNotificationHandler); function handleGetOrderInfo(data) { if (data.order_id) { let api = `/api/checkout/order/info?order_id=${data.order_id}`; return Promise.resolve(api); } return Promise.reject({}); } function addEventListenerKickItems(data) { if (data.type === 'checkout_kick_items') { return Promise.resolve(data); } return Promise.reject({}); } exportFunction('handleGetOrderInfo', handleGetOrderInfo) exportFunction('addEventListenerKickItems', addEventListenerKickItems)