www.dayspring.com Open in urlscan Pro
107.154.76.31  Public Scan

Submitted URL: https://e.dayspring.com/click/61e50337ff9dd94a9c62ccff/aHR0cHM6Ly93d3cuZGF5c3ByaW5nLmNvbS9hcnRpY2xlcy9saXZlLXlvdXItZmFpd...
Effective URL: https://www.dayspring.com/articles/5-easy-ways-to-live-your-faith
Submission: On January 17 via api from BE — Scanned from DE

Form analysis 10 forms found in the DOM

POST https://www.dayspring.com/sociallogin/account/loginPost/

<form style="display:none;" class="form" action="https://www.dayspring.com/sociallogin/account/loginPost/" method="post" id="sociallogin-form" novalidate="novalidate">
  <input name="form_key" type="hidden" value="1ImblF2ZrLxQ6BhU"> <input id="sociallogin-referer" name="referer" type="hidden" value="">
  <input name="sociallogin-checkout" type="hidden" value="">
  <input id="sociallogin-submit" type="submit" value="">
</form>

GET https://www.dayspring.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.dayspring.com/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search..." class="input-text test" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false"
        onfocus="this.placeholder=''" onblur="this.placeholder='Search...'">
      <div id="searchautocomplete" class="searchautocomplete vertically" style="width: 405px; background: #FFFFFF; color: #000000">
        <div class="separator" style="background: #F4F4F4; color:#000000">Popular Searches</div>
        <div id="search_autocomplete" class="wpx-search-autocomplete"></div>
        <div class="separator" style="background:#F4F4F4; color:#000000">Products</div>
        <div class="container-autocomplete">
          <div class="wpx-header">
            <div class="sale">
              <p><b>20% off</b> for all dresses</p>
            </div>
            <style>
              .sale {
                margin: 0 auto;
                background: #242424;
                color: white;
                padding: 10px;
                text-align: center;
                font-size: 13px;
              }
            </style>
          </div>
          <div class="prod-container"></div>
          <div class="more-results">
            <a onclick="document.getElementById('search_mini_form').submit()" class="advanced_search"></a>
          </div>
          <div class="wpx-footer">
            <div class="free-returns">
              <div class="footer-img"></div>
            </div>
            <style>
              .free-returns {
                margin: 0 auto;
                background: #242424;
                padding: 10px;
              }
            </style>
          </div>
        </div>
      </div>
      <script>
        requirejs(['jquery', 'underscore', 'weltpixel_searchautocomplete'], function($, _, searchAutoComplete) {
          $(document).ready(function() {
            var isEnablePopularSuggestions = '1',
              isEnableCategorySearch = '0',
              isEnableAutoComplete = '1',
              previousSearch = '';
            window.minNumberOfCharacters = '3';
            window.baseURL = 'https://www.dayspring.com/';
            $('html').on('click', function(event) {
              var targetClass = $(event.target).attr('class'),
                searchClass = 'searchautocomplete';
              if (targetClass != searchClass) $('#' + searchClass).hide();
            })
            if (isEnableAutoComplete || isEnablePopularSuggestions || isEnableCategorySearch) {
              $('.search-autocomplete').remove();
              $('#search').on('keyup', _.debounce(function() {
                var value = $(this).val();
                if (value == previousSearch && $('#search_autocomplete').is(':visible')) {
                  return;
                }
                previousSearch = value;
                if (isEnableAutoComplete && value.length >= window.minNumberOfCharacters) {
                  //Start processing, show the Progress!
                  $(".search .control").addClass("loader-ajax");
                  searchAutoComplete.ajaxSearch();
                } else {
                  $('#searchautocomplete').hide();
                }
              }, 750));
            }
          });
        });
      </script>
      <div class="nested">
        <a class="action advanced" href="https://www.dayspring.com/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" aria-label="Search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="email" type="email" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-password':true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())-->
    <div class="field captcha required" data-bind="blockLoader: getIsLoading()">
      <label data-bind="attr: {for: 'captcha_' + formId}" class="label" for="captcha_user_login"><span data-bind="i18n: 'Please type the letters and numbers below'">Please type the letters and numbers below</span></label>
      <div class="control captcha">
        <input name="captcha_string" type="text" class="input-text required-entry" data-bind="value: captchaValue(), attr: {id: 'captcha_' + formId, 'data-scope': dataScope}" autocomplete="off" id="captcha_user_login" data-scope="">
        <div class="nested">
          <div class="field captcha no-label">
            <div class="control captcha-image">
              <img data-bind="attr: {
                                        alt: $t('Please type the letters and numbers below'),
                                        title: $t('Please type the letters and numbers below'),
                                        height: imageHeight(),
                                        src: getImageSource(),
                                        }" class="captcha-img" alt="Please type the letters and numbers below" title="Please type the letters and numbers below" height="50"
                src="https://www.dayspring.com/media/captcha/base/f26754f53927413c52506e566dbc3f11.png">
              <button type="button" class="action reload captcha-reload" data-bind="attr: {title: $t('Reload captcha')}, click: refresh" title="Reload captcha">
                <span data-bind="i18n: 'Reload captcha'">Reload captcha</span>
              </button>
            </div>
          </div>
          <!-- ko if: isCaseSensitive()--><!-- /ko -->
        </div>
      </div>
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
  </div>
  <div class="actions-toolbar">
    <input name="context" type="hidden" value="checkout">
    <div class="primary">
      <button type="submit" class="action action-login secondary" name="send" id="send2">
        <span data-bind="i18n: 'Sign In'">Sign In</span>
      </button>
    </div>
    <div class="secondary">
      <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.dayspring.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Password?</span>
                            </a>
    </div>
    <div class="sociallogin-or">
      <span data-bind="i18: 'OR'"></span>
    </div>
    <div data-bind="html: socialloginButtons"></div>
  </div>
</form>

POST https://www.dayspring.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.dayspring.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <div class="control">
      <label for="newsletter">
        <input name="email" type="email" id="newsletter" placeholder="Enter your email" data-validate="{required:true, 'validate-email':true}"></label>
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Subscribe" type="submit" aria-label="Subscribe">
      <span>Subscribe</span>
    </button>
  </div>
</form>

POST https://www.dayspring.com/blog/comment/post/

<form class="reply-form-blog-recaptcha" action="https://www.dayspring.com/blog/comment/post/" method="post" novalidate="novalidate">
  <input name="form_key" type="hidden" value="1ImblF2ZrLxQ6BhU"> <input type="hidden" name="post_id" value="3442">
  <input type="hidden" name="parent_id" value="">
  <textarea class="refresh-value" name="text" placeholder="Add a reply..." data-validate="{required:true}"></textarea>
  <div class="c-btn-hld">
    <div class="lr-hld">
      <div class="left-hld">
        <input type="text" name="author_nickname" value="" placeholder="Full Name" class="input-text required-entry refresh-value" data-validate="{required:true}" autocomplete="off" aria-required="true">
      </div>
      <div class="right-hld">
        <input type="email" name="author_email" autocomplete="email" value="" placeholder="Email" class="input-text required-entry refresh-value" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <button type="button" class="cancel reply-cancel-action">Cancel</button>
    <button type="submit">Post Comment</button>
    <div class="clearfix"></div>
    <div id="recaptcha-reply-append-to"></div>
  </div>
</form>

POST https://www.dayspring.com/blog/comment/post/

<form class="comment-form-blog-recaptcha" action="https://www.dayspring.com/blog/comment/post/" method="post" novalidate="novalidate">
  <input name="form_key" type="hidden" value="1ImblF2ZrLxQ6BhU"> <input type="hidden" name="post_id" value="3442">
  <textarea name="text" placeholder="Add a comment..." data-validate="{required:true}"></textarea>
  <div class="c-btn-hld">
    <div class="lr-hld">
      <div class="left-hld">
        <input type="text" name="author_nickname" value="" placeholder="Full Name" class="input-text required-entry" data-validate="{required:true}" autocomplete="off" aria-required="true">
      </div>
      <div class="right-hld">
        <input type="email" name="author_email" autocomplete="email" value="" placeholder="Email" class="input-text" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <button type="submit">Post Comment</button>
    <div class="clearfix"></div>
    <div id="recaptcha-append-to"></div>
  </div>
</form>

POST https://www.dayspring.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.dayspring.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <div class="control">
      <label for="newsletter">
        <span class="label"> Sign Up for Our Newsletter: </span>
        <input name="email" type="email" id="newsletter" placeholder="Enter your email" data-validate="{required:true, 'validate-email':true}">
      </label>
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Go" type="submit" aria-label="Subscribe">
      <span>Go</span>
    </button>
  </div>
</form>

<form class="email-form" id="sociallogin_form_email" novalidate="novalidate">
  <fieldset class="fieldset" data-hasrequired="* Required Fields">
    <div class="field note">Please enter your email address below to create account.</div>
    <div class="field email required">
      <label for="email_address" class="label"><span>Email</span></label>
      <div class="control">
        <input type="email" name="real-email" alt="email" id="real_email_address" class="input-text sl-input-email" data-validate="{required:true, 'validate-email':true}" aria-required="true">
        <input type="hidden" name="redirect-url" value="" aria-required="true">
      </div>
    </div>
  </fieldset>
  <div class="actions-toolbar sl-submit-email">
    <div class="primary">
      <button type="button" id="sociallogin_send_email" class="action send primary">
        <span>Sign In</span>
      </button>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="ajaxlogin-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="ajaxlogin-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="ajaxlogin-email" type="email" placeholder="Email Address" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="ajaxlogin-pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" placeholder="Password" class="input-text" id="ajaxlogin-pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') --><!-- /ko -->
    <div class="actions-toolbar">
      <div class="primary">
        <button type="submit" class="action login primary" name="send" id="ajaxlogin-send">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.dayspring.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Password?</span>
                            </a>
      </div>
    </div>
    <div data-bind="html: window.cms_block_signin_message "></div>
  </div>
</form>

POST

<form class="form create" method="post" data-bind="event: {submit: register}" id="ajaxregister-form">
  <div class="fieldset register" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field firstname required">
      <label class="label" for="ajaxregister-firstname"><span data-bind="i18n: 'First Name'">First Name</span></label>
      <div class="control">
        <input name="firstname" id="ajaxregister-firstname" type="text" placeholder="First Name" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <div class="field lastname required">
      <label class="label" for="ajaxregister-lastname"><span data-bind="i18n: 'Last Name'">Last Name</span></label>
      <div class="control">
        <input name="lastname" id="ajaxregister-lastname" type="text" placeholder="Last Name" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <div class="field choice newsletter">
      <input type="checkbox" name="is_subscribed" id="ajaxregister_is_subscribed" data-bind="attr:{title: $t('Sign Up for Newsletter')} " value="1" class="checkbox" title="Sign Up for Newsletter">
      <label for="ajaxregister_is_subscribed" class="label"><span data-bind="i18n: 'Sign Up for Newsletter'">Sign Up for Newsletter</span></label>
    </div>
    <div class="field email required">
      <label class="label" for="ajaxregister-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="email" id="ajaxregister-email" type="email" placeholder="Email Address" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="ajaxlogin-pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" placeholder="Password" class="input-text" id="ajaxregister-pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="ajaxlogin-pass" class="label"><span data-bind="i18n: 'Confirm Password'">Confirm Password</span></label>
      <div class="control">
        <input name="password_confirmation" type="password" class="input-text" placeholder="Confirm Password" id="ajaxregister-pass-confirm" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, equalTo:'#ajaxregister-pass'}"
          autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') --><!-- /ko -->
    <div class="actions-toolbar">
      <div class="primary">
        <button type="submit" class="action login primary" name="send" id="ajaxregister-send">
          <span data-bind="i18n: 'Create'">Create</span>
        </button>
      </div>
    </div>
  </div>
</form>

Text Content

Please wait...

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

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.


FLASH SALE! Up to 40% Off Calendars & Planners
Skip to Content
 * 

 * Sign In

 * 
   
 * Sign In
 * Create an Account

Free U.S. Shipping on Orders Over $50
Search
Search
Popular Searches

Products

20% off for all dresses




Advanced Search
Search
My Cart
Shopping Bag
Close Shopping Bag
Recently added item(s)

You have no items in your shopping bag.
Toggle Nav

Menu
 * New Arrivals
 * Cards
   GREETING CARDS
   Express God's Love Through a Card
   shop now
   
   OCCASIONS
   
    * Birthday
    * Wedding
    * Encouragement
    * Praying for You - Difficult Times
    * Friendship
    * Thinking of You
    * Sympathy
   
   View All
   
   COLLECTIONS
   
    * Studio 71
    * The Struggle Bus
    * Katygirl by Katy Fults
    * Hey Momma!
    * Really Woolly
    * Little Inspirations
    * Peanuts
   
   View All
   
   FORMATS
   
    * Boxed Cards
    * Greeting Cards
    * Note Cards & Stationery
    * Bundles & Assortments
   
   View All
   Christmas Cards
   shop now
 * Gifts
   SOUL CARE
   Experience Rest and Renewal This Winter
   shop now
   
   GIFTS
   
    * Apparel
    * Jewelry
    * Totes, Bags, & Accessories
    * Mugs & Drinkware
    * Calendars & Planners
    * DayBrighteners
    * Stationery
   
   View All
   
   GIFTS BY OCCASION
   
    * Birthday
    * Wedding & Anniversary
    * Baby Celebrations
    * Sympathy
    * Difficult Times
    * Encouragement
    * Thinking of You
   
   View All
   
   GIFTS BY RECIPIENT
   
    * Gifts for Her
    * Gifts for Him
    * Gifts for Kids
    * Gifts for Grandparents
    * Gifts for Friends
    * Gifts for Coworkers
   
   View All
   Candace Cameron Bure Collection
   shop now
 * Home
   OFFICE + DESKTOP
   Refresh Your Deskspace
   shop now
   
   HOME
   
    * Wall Decor
    * Tableware
    * Mugs & Drinkware
    * Office & Desktop
    * Crosses
   
    * Candles
    * Blankets
    * Pillows
    * Picture Frames
    * Farmhouse Faith
   
   View All
   Express Your Faith in Your Home
   shop now
 * Books & Bibles
   THIS WINTER
   Grow In Your Faith with a Daily Devotional
   shop now
   
   BOOKS
   
    * Books
    * Devotionals
    * Children's Books
    * Journals & Notebooks
    * Prayers to Share
   
   View All
   
   BIBLES & BIBLE RESOURCES
   
    * Bibles
    * Devotional Bibles
    * Journaling Bibles
    * Study Bibles
    * Large Print Bibles
    * Bible Accessories
   
   View All
   
   BIBLES BY TRANSLATION
   
    * NIV Bibles
    * ESV Bibles
    * CSB Bibles
    * NLT Bibles
    * KJV Bibles
   
   View All
   New Books & Bibles
   shop now
 * Sale
   U.S. STANDARD SHIPPING
   Free Shipping on Select Items
   shop now
   
   SALES
   
    * 25% Off DayBrighteners with code PERPETUAL
    * Up to 40% Off Calendars & Planners
    * Free Shipping on Select Items
   
   View All
   
   CLEARANCE
   
    * Clearance Gifts & Home
    * Clearance Cards & Stationery
    * Clearance Bible Journaling
   
   View All
   
   BUY IN BULK
   
    * Buy More & Save
    * Bulk Discounts
   
   View All
   Up to 40% Off Calendars + Planners
   start here
 * Digital Resources
   DAILY DEVOTION
   Hope + Encouragement to Your Inbox
   join us
   
   ECARDS
   
    * New Year
    * See What's New
    * Birthday
    * Encouragement
    * Friendship
    * Thank You
   
   View All
   
   ARTICLES
   
    * New Year
    * See What's New
    * Encouragement
    * Relationships
    * Prayer
    * Peace
   
   View All
   
   MORE
   
    * Shareable Scripture
    * YouVersion Devotions
    * Mobile Wallpapers
    * COVID-19 Resources
    * Max Lucado
    * (in)courage
   
   View All
   New Year Ecards
   view selection

 * Customer Service
 * Order Tracking
 * About DaySpring
 * Shipping Information
 * Job Openings (EOE)

Account
 * 

 * Sign In

 * 
   
 * Sign In
 * Create an Account

 * Home
 * Articles
 * Favorites
 * 5 Easy Ways to Live Your Faith

Checkout out as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create Account
Checkout out using your account

Email Address

Password

Please type the letters and numbers below
Reload captcha
Sign In
Forgot Password?


Subscribe

Subscribe for more articles, inspiration and resources.

Newsletter
Subscribe


 * Share
 * 
 * 
 * 
 * 
 * 


5 EASY WAYS TO LIVE YOUR FAITH

by Jordan Sears
March 01, 2021
 * 
 * 
 * 

Live your faith. It’s a phrase that we hear often in church or from mentors and
peers, but it can be difficult to articulate what that really means. For such a
simple phrase, we often feel paralyzed with how to act on the words and live our
faith in our everyday lives. But we want to flip the script and make it easy to
start living our faith out loud boldly.

Living your faith is not something that is only confined to the four walls of
the church, like volunteering in the nursery or leading a Sunday school class.
Instead, it’s an everyday, outward expression of your love for God and what He
is doing in your life. It’s a choice that we must make, and it’s one that
impacts everyone around us. Below are five ways to intentionally live your faith
in simple, everyday actions. You’re probably already doing some of these things
in your own life, and you didn’t even realize that you were ministering to those
around you! 

Be a friend.

Do nothing out of selfish ambition or conceit, but in humility consider others
as more important than yourselves. Philippians 2:3 CSB

Who knew that living your faith could start with something as simple as being a
friend to others? Being a good listener and attentive friend to those around you
expresses Christ’s love through you, shows others that you care, and that
they’re important to you. There’s nothing more frustrating than trying to have a
serious conversation with a friend, and they can’t be bothered to look up from
their phone long enough to engage with you. Choose to be intentional with your
relationships and treat others how Jesus treated others. Be authentic, and
inclusive, and your friends will see God’s love shining through you.

Who comes to mind when you think of who you could be a better friend to? Does
someone come to mind that you might want to start a friendship with?

Use your gifts.

Just as each one has received a gift, use it to serve others, as good stewards
of the varied grace of God. 1 Peter 4:10-11 CSB

The Lord has blessed each of us with unique gifts that we can use to further His
Kingdom. Sometimes, we don’t even realize we have those gifts, but they’ve been
given to us for the purpose of living and sharing our faith. For example, if you
love surprising the people in your life with handwritten notes and words of
affirmation, you may want to start a card ministry. Come up with a list of all
of your loved ones and people in your life you want to bless, and start sending
them cards of encouragement that include Scriptures. All of a sudden, you’ve
taken your gift of words and started using it to live your faith out loud to the
people around you! You can turn any gift into a ministry whenever you’re
choosing to honor the Lord with it.

Think about the gifts God gave you. What is an easy way for you to put just one
of those gifts into practice to glorify God? 

Radiate positivity.

A joyful heart is good medicine, but a broken spirit dries up the bones.
Proverbs 17:22 CSB

Living your faith can be as simple as just having a positive attitude! Every
morning, before we even get out of bed, we have a choice to make as to whether
or not we will be positive or look for all of the small things to worry about.
People take notice of our attitude and actions, and it’s our task as
Christ-followers to be an example for others in this way.  There is always going
to be something that goes wrong or doesn’t go as planned, but we have the
freedom to choose how we react to it, and we can choose to react by glorifying
God with our attitude, and in turn, living our faith.

Try to simply smile at one or two strangers today, you’ll be blessed by how it
makes you feel and you never know what kind of impact it can have on their day!

Show your gratitude.

Give thanks in everything; for this is God’s will for you in Christ Jesus. 1
Thessalonians 5:18 CSB

We all have things to be thankful for, but it can be easy to overlook them or
take them for granted if we aren’t consciously recognizing the blessings around
us. When you are actively seeking things in your life and the lives of those
around you to show gratitude for, the people around you can’t help but take
notice. Thank your friend for taking the time to listen to you when you’ve had a
rough morning. Thank your barista for always having a smile on their face while
making your morning coffee. Thank your boss for making the time to meet with you
before a big presentation. Thank your spouse for folding the laundry so you
could take some extra time for yourself. Finding the time in your day to
recognize and react to the things around you will open your eyes and the eyes of
others to the kindness and blessings that God has provided for you.

Go one step further, write a note or two to let someone know how grateful you
are for them. Your simple words of encouragement will build them up and may
cause a ripple effect.

Do your best.

Whatever you do, do it from the heart, as something done for the Lord and not
for people. Colossians 3:23 CSB

At the end of the day, no one is perfect. We are all just trying to do our best
and make Jesus proud, and we will make mistakes. But consciously choosing to do
your best in everything you do is an outward expression that you are following
what God asks of us in the Scripture. By working for the Lord and doing things
for His glory instead of your own, you are living your faith and showing a great
example to others around you. 

Want more inspiration and resources on how to live your faith? We have a
resource library to walk with you through all of life’s occasions and hard
times.


Related Articles
 1. 
    How to Find Your Life Bible Verse By DaySpring
 2. 
    You Want Me, God? By DaySpring
 3. 
    Small Group Start-Up Guide By DaySpring

Load More
1 Comment(s)
Janet Cook Scott
Dec 28, 2021 08:21
I love opening your site and finding words of encouragement. How do I forward
this to others and how can I print it out for my reminders?
Reply

Cancel Post Comment



LEAVE A COMMENT


Post Comment



Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.

Newsletter
Don't Miss a Thing Join us for our very latest
inspiration & resources
Sign Up for Our Newsletter:
Go
About
 * About DaySpring
 * Ministry of Cards
 * Mission & Values
 * Privacy Policy
 * CA Privacy Notice
 * Job Openings (EOE)
 * Store Locator

Free Resources
 * Ecards
 * Daily Devotion
 * Articles
 * Wallpapers
 * YouVersion Plans

Help
 * Customer Service
 * Order Tracking
 * Returns
 * Shipping Information
 * Accessibility
 * Supplier Code of Conduct
 * Affiliate Program
 * Retailer Services


Follow & Connect

#liveyourfaith
our family:Mary & Martha(in)courage
© 2022 DaySpring Cards, Inc. All Rights Reserved.
1-877-751-43478AM-5PM CST•MON-FRI
HEB 6:19 CSB
Please enter your email address below to create account.
Email

Sign In


Close
My Account
Sign In or Create an Account

Email Address

Password

Sign In
Forgot Password?

First Name

Last Name

Sign Up for Newsletter
Email Address

Password

Confirm Password

Create