ADVERTISEMENT

Women celebrating women

Published Mar 14, 2022 02:29 pm

March has been declared National Women's Month.

Its aim is to highlight the empowerment of women as active contributors to national development.

Just recently we approached several stars to know their thoughts about it.

PHOEBE WALKER

The Filipino-British actress-model advocates woman empowerment and gender equality.

She related, "In this modern-day age, women are frequently referred to as superheroes or supermoms. That’s because women have the 'power' to balance their careers and family life. You need not choose one or the other anymore, and that is a tremendous privilege and responsibility."

"I see women empowerment in everyone’s success story. I see it thru our female leaders, and those aspiring to be. I see it in the eyes of beautiful and happy children. I see it in the smiles of successful men, because I know behind them are equally strong and persistent women. Women empowerment is in our everyday, and ought to be celebrated everyday," she stated.

Phoebe believes it is important for women to uplift and support each other, especially mothers.

"I want people to understand that life for a woman, does not end after she gives birth. In fact, it makes life all the more challenging, yet gratifyingly beautiful."

For Phoebe, a woman's essence is her "grace and strength."

"And also her tremendous patience and selfless love. She is often seen as the rock of a family, instilling these same virtues in the people around her."

Phoebe Walker, Rhen Escaño, Ryza Cenon

Her message to women?

"Keep going, woman! Everything about you is unique and perfect. Be whoever you want to be, cause nothing can stop you."

RHEN ESCAÑO

The actress is proud to be a woman, noting how many of her ilk stepped up during the pandemic.

She said, "During the pandemic, hindi nawala ang mga babae. Lalo na sa frontlines."

For her, it proved that women aren't just about looks and curves.

"We are much more complex than that," she maintained. "We go beyond just having a beautiful face and body. Each one of us is unique, essential."

Rhen points out to VP Leni Robredo as shining example of an empowered woman.

She related, "She passed laws and created opportunities to empower women which includes the passage of anti-discrimination law. #AngatAngBabae."

Rhen believes woman empowerment is important most specially nowadays.

"As women thriving and surviving in a misogynistic world, I support women’s empowerment and gender equality for a better and sustainable tomorrow. Day by day we keep fighting for equality and empowerment of women in all areas of society. In order to achieve gender equality, it is necessary to build a society in which women and men share equally in power and influence. Yes, breaking the bias through empowerment. ‘Women’s rights are human rights.’"

Her message to women: "Remember that you are enough. You are smart. You are strong. You are beautiful. You are important. You are equal. We are capable and we are worth it. Be proud of who you are no matter what society says. Kaya natin kasi babae tayo at hindi babae lang."

RYZA CENON

The 35-year-old actress and mother appreciates herself now more than ever.

Raising a child made her realize how "independent, strong and capable" women are.

"We can do anything," she said.

She lamented, "For far too long, society has tried to put us women inside a box, in terms of how to dress, how to act, and what to do with our lives which has hindered us from being ourselves and from reaching our full capabilities as human beings."

"I believe that it’s about time to change that and give us the freedom to live our life without prejudice. We can all be so much more than what society expects us to be."

She is happy that many women are now in positions of power.

"The ones who are able to occupy and excel in various governments and businesses around the world inspire me the most," she quipped.

Her message to women?

"Don’t be afraid to step out from the shadows. We are all stronger and better than what we’ve been told we can be. Our time is now."

Related Tags

Ryza Cenon phoebe walker viva Rhen Escano
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.