The Ultimate Guide For Quotes —KEEP HOLDING

April 23, 2020

During These Uncertain Times We All Need Something To Lift Your Spirit.

So I have searched and complied some very uplifting quotes and a video. I sincerely hope that whom ever reads this blog find—something that touches you in some way.

They say a person needs just three things to be happy in this world: someone to love, something to do, and something to hope for.”

Tom Bodett AMERICAN AUTHOR, POLITICIAN, VOICE ACTOR, AND RADIO HOST

Twenty years from now you will be more disappointed by the things that you didn’t do than by the ones you did do, so throw off the bowlines, sail away from safe harbor, catch the trade winds in your sails. Explore, Dream, Discover.

– Mark Twain

I’ve missed more than 9000 shots in my career. I’ve lost almost 300 games. 26 times I’ve been trusted to take the game winning shot and missed. I’ve failed over and over and over again in my life. And that is why I succeed.

– Michael Jordan

A winner is a dreamer who never gives up.

– Nelson Mandela (more quotes)

Believe in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.

– Norman Vincent Peale

Do not wait; the time will never be ‘just right.’ Start where you stand, and work with whatever tools you may have at your command, and better tools will be found as you go along.

– George Herbert

The most difficult thing is the decision to act, the rest is merely tenacity.

– Amelia Earhart

Watch video here

#Inspirational#Life#People
Prayer for Health and Healing
Here Is What You Should Do —THANKFULNESS
More about Jusmeetwo

Discover more from Let The Girl Talk

Subscribe now to keep reading and get access to the full archive.

Continue reading

function get_header( $name = null, $args = array() ) { /** * Fires before the header template file is loaded. * * @since 2.1.0 * @since 2.8.0 The `$name` parameter was added. * @since 5.5.0 The `$args` parameter was added. * * @param string|null $name Name of the specific header file to use. Null for the default header. * @param array $args Additional arguments passed to the header template. */ do_action( 'get_header', $name, $args );$templates = array(); $name = (string) $name; if ( '' !== $name ) { $templates[] = "header-{$name}.php"; }$templates[] = 'header.php';if ( ! locate_template( $templates, true, true, $args ) ) { return false; } }