ADVERTISEMENT

5 thoughts you need to take out from your head

Published Mar 8, 2022 04:18 pm

Say no to these negative vibes

We've all heard these phrases at some point of our lives, especially when we were young and gullible then. These lines have been ingrained in our heads, making us believe that we're not worth it. This leads to self-doubt and questioning our self-worth, but should we let these negative thoughts win?

Photo by Dingzeyu Li on Unsplash

The crucial first step is to always acknowledge what's wrong, assess our current situation, and move forward. This International Women's Month, let's start with the five negative thoughts that we need to take out of our heads.

  1. I don't fit here!
    We are social in nature, and we want to find a group of friends we can call family. And this task isn't as easy as it sounds. Some would find fault and put the person down for little things such as mannerisms and physical attributes, embarrassing them in front of other peers. This trauma can lead to these bullied ones afraid of meeting new friends and not fitting in.
    This is not you, don't let the childhood bully make you believe otherwise.
  1. I can’t do it!
    We all want to try new things, but our guardians, out of their concern, protect us to a fault. "You're just a girl, you can't do it." That memory has been ingrained in your head, but that shouldn't stop you from proving them and even yourself that they're wrong. You can do it! Don't let your guardian believe their right all along.
  2. I am not enough!
    The pressure is real. With so many slashes as a mom, a wife, a daughter, an employee or a businesswoman, it's never enough. You know how much value you put in on the table. Don't let anyone else make you think otherwise. Prove all your colleagues wrong.
  3. I am too fat or too thin!
    Family gatherings are always scary as our older relatives would always have something to comment about the way we look. There's never the right body frame and weight for them. You can be too fat or you can be too thin. And this affects us and makes us feel insecure. You, of all people, know how you should look. Trust your instincts and give yourself a pat on the back. Don't let your tita win!
  4. I can't be happy on my own.
    In a country where most people believe happiness is found in finding your soulmate, it's hard to believe that happiness can be found within you. But you have to fight the urge to do so. Happiness starts within you. When you know how to be happy on your own, when you know how to take care and appreciate yourself, then that's time you're ready to share the love you have.

Remember that these lines were not yours in the first place, don't let it take control of your life. This International Women's Day, Avon reminds women all over the world that you have the power to silence them and replace them with encouraging and empowering words. It's time to love yourself. Grow and flourish!

Related Tags

EmPOWER Avon negative thoughts
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.