You Are Loved - Warner Press (2024)

The store will not work correctly in the case when cookies are disabled.

You Are Loved - Warner Press (1)

You are Loved Collection

INTRODUCTION

In a noisy world where we’re constantly bombarded by negative messages, the You Are Loved Collection delivers a much-needed dose of encouragement and soul-affirming messages from God’s heart to yours. Beautiful floral images set the background for the 4x4 Scripture Card Set, featuring affirmations and scriptures from God’s Word for each week of the year. A matching Scripture Writing Journal complements the card set, with room to write scriptures and affirmations along with space to reflect and record daily thoughts. The You Are Loved Boxed Card Set features twelve cards with four different uplifting messages on elegant, floral backgrounds. A scripture is included inside each greeting card along with blank space for a personal message. Completing this collection is a lovely floral bookmark, which can be tucked into a card or journal for extra inspiration.

You Are Loved - Warner Press (2)

GET YOUR FREE SAMPLE

Enter your information below, and we'll email you your free sample.

INCLUDED IN THE COLLECTION

You Are Loved - Warner Press (3)

Scripture Writing Journal

This beautiful floral Scripture Writing Journal has plenty of room to write scriptures and affirmations along with space to reflect and record daily thoughts. Writing out Scripture not only cements God's truth in your mind, but it also encourages you to fix your mind on the eternal as you go about your day.

Buy now

You Are Loved - Warner Press (4)

Boxed Greeting Cards

Share warm affirmations of love with this You Are Loved Boxed Card Set, which features twelve cards with four different uplifting messages on elegant, floral backgrounds.

Buy now

You Are Loved - Warner Press (5)

Bookmark

Provide this bookmark as a reminder, an encouragement, or an opportunity for memorizing scripture. Bookmarks are (2" x 6.5") and have space on the back for writing a personal message. Package includes 25 bookmarks of the same design.

Buy now

You Are Loved - Warner Press (6)

Scripture Card Pack

Lovely floral images set the background for the 4x4 Scripture Card Set, featuring affirmations and scriptures from God's Word. Card set features 52 beautifully designed cards that can be placed in wooden stand for display (purchased separately). Mix of NIV and NLT Scriptures.

Buy now

FEATURES

  • 52 beautifully designed cards with affirming messages and scriptures. Wooden stand available
  • 108-page Scripture Writing Journal features 52 scriptures and affirmations plus space to write scriptures, journal, and reflect each week
  • Matching bookmark
  • Matching boxed card set for encouraging others

You Are Loved - Warner Press (7)

© 2022 | Warner Christian Resources

'); }, success: function(dataResponse){ jQuery(widget).hide().html(dataResponse.html).fadeIn(); } }); }}require(['jquery'],function($){ $(document).ready(function(){ /* Offcanvas Sidebars */ if( $(".offcanvas-widget-siderbars").length > 0 ) { require([ 'jquery', 'Ves_BaseWidget/js/jquery/accordion' ],function($){ /** * * Update collapse icon */ if($(".widget-enable-collapse").length > 0) { $( ".widget-enable-collapse" ).each( function(){ var parent_element = $(this).parent(); $(this).on("hide.bs.collapse", function(){ $(parent_element).find(".opener").html(''); }); $(this).on("show.bs.collapse", function(){ $(parent_element).find(".opener").html(''); }); }) } }) } require([ 'jquery', 'Ves_BaseWidget/js/animate/animate.min' ],function($){ var browser = { isIe: function () { return navigator.appVersion.indexOf("MSIE") != -1; }, navigator: navigator.appVersion, getVersion: function() { var version = 999; // we assume a sane browser if (navigator.appVersion.indexOf("MSIE") != -1) // bah, IE again, lets downgrade version number version = parseFloat(navigator.appVersion.split("MSIE")[1]); return version; } }; if (typeof(WOW) != "undefined" && ( (browser.isIe() && browser.getVersion() > 9) || !browser.isIe() ) ) { wow = new WOW( { boxClass: 'ves-animate', // default animateClass: 'animated', // default offset: 0, // default mobile: true, // default live: true // default } ) wow.init(); } // Synchronise WoW }) if($(".ves-parallax").length > 0) { require([ 'jquery', 'Ves_BaseWidget/js/jquery/jquery.parallax-1.1.3' ],function($){ /** * * Automatic apply Parallax */ if(typeof($.fn.parallax) != "undefined") { $(".ves-parallax").css("background-attachment", "fixed"); $(".ves-parallax").each( function () { var percent = $(this).data("parallax-percent"); percent = (percent!='')?percent:'50%'; var scroll = $(this).data("parallax-scroll"); scroll = (scroll!='' && scroll!='0')?scroll:'0.4'; $(this).parallax(percent, scroll); }) } }) } /** * * Automatic apply colorbox popup */ if($(".colorbox-play").length > 0) { require([ 'jquery' ,"Ves_All/lib/colorbox/jquery.colorbox.min" ],function($){ /** * * Automatic apply colorbox popup */ $(".colorbox-play").each( function(){ var element_id = $(this).attr("id"); var popup_width = $(this).data('width'); var popup_height = $(this).data('height'); var popup_opacity = $(this).data('opacity'); if(popup_width == "" || typeof(popup_width) == "undefined" ) { popup_width = false; } if(popup_height == "" || typeof(popup_height) == "undefined" ) { popup_height = false; } if(popup_opacity == "" || typeof(popup_opacity) == "undefined" ) { popup_opacity = 0.5; } if(popup_width && popup_height) { $(this).colorbox({ width: "'"+popup_width+"'", height: "'"+popup_height+"'", overlayClose: true, opacity: popup_opacity, rel: false }); } else if(popup_width && !popup_height) { $(this).colorbox({ width: "'"+popup_width+"'", overlayClose: true, opacity: popup_opacity, rel: false }); } else if(popup_width && !popup_height) { $(this).colorbox({ height: "'"+popup_height+"'", overlayClose: true, opacity: popup_opacity, rel: false }); } else { $(this).colorbox({ overlayClose: true, opacity: popup_opacity, rel: false }); } }); }) } /** * * Automatic apply fancybox popup */ if($(".fancybox-play").length > 0) { require([ 'jquery' ,"Ves_All/lib/fancybox/jquery.fancybox.pack" ,"Ves_All/lib/fancybox/jquery.mousewheel-3.0.6.pack" ],function($){ $(".fancybox-play").each( function(){ var element_id = $(this).attr("id"); var popup_width = $(this).data('width'); var popup_height = $(this).data('height'); var popup_opacity = $(this).data('opacity'); if(popup_width == "" || typeof(popup_width) == "undefined" ) { popup_width = false; } if(popup_height == "" || typeof(popup_height) == "undefined" ) { popup_height = false; } if(popup_opacity == "" || typeof(popup_opacity) == "undefined" ) { popup_opacity = 0.5; } if(popup_width && popup_height) { $(this).fancybox({ width: "'"+popup_width+"'", height: "'"+popup_height+"'", opacity: popup_opacity, openEffect : 'none', closeEffect : 'none' }); } else if(popup_width && !popup_height) { $(this).fancybox({ width: "'"+popup_width+"'", opacity: popup_opacity, openEffect : 'none', closeEffect : 'none' }); } else if(popup_width && !popup_height) { $(this).fancybox({ height: "'"+popup_height+"'", opacity: popup_opacity, openEffect : 'none', closeEffect : 'none' }); } else { $(this).fancybox({ opacity: popup_opacity, openEffect : 'none', closeEffect : 'none' }); } }); }); } })});
You Are Loved - Warner Press (2024)

References

Top Articles
Latest Posts
Article information

Author: Reed Wilderman

Last Updated:

Views: 5978

Rating: 4.1 / 5 (72 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Reed Wilderman

Birthday: 1992-06-14

Address: 998 Estell Village, Lake Oscarberg, SD 48713-6877

Phone: +21813267449721

Job: Technology Engineer

Hobby: Swimming, Do it yourself, Beekeeping, Lapidary, Cosplaying, Hiking, Graffiti

Introduction: My name is Reed Wilderman, I am a faithful, bright, lucky, adventurous, lively, rich, vast person who loves writing and wants to share my knowledge and understanding with you.