ADVERTISEMENT

PLDT Home recognizes women entrepreneurs

Published Apr 2, 2023 03:16 am
PLDT Home harnesses the power of the country’s fastest broadband internet provider by supporting Madiskarte Moms PH (MMPH).  MMPH is an online community of mompreneurs who want to build and grow their own online business while taking care of their family’s needs at home.  It has helped many of its members grow their side hustles into booming online home businesses that have allowed them to support and build dreams for their families.   The group became not only a go-to space for digital business tools, basic and necessary knowledge and skills training, and networking opportunities, but it also became an emotional and mental support system for its 153,000 community members. To celebrate the most outstanding mompreneurs in the community, MMPH launched the Gawad Madiskarte Awards in 2022. The winners were rewarded with more of the support that they need to expand their business further and their stories serve as an inspiration to every mompreneur who are working hard to reach their own dreams of success.

Mompreneurs who inspire

Diskarteng Solid Award winner

Abigail Madrigal

 
sold high-quality bedsheets on online selling platforms while balancing a full-time job and raising a toddler during the pandemic.  With only 50 yards of fabric in five designs sewn by her Nanay -- equivalent to P10,000, Abigail started her business. It was through the MMPH platform that she gained several clients and started the growth and reputation of Mommy Matters, Abigail's own store.  For Abigail, it was the support from many people that is always crucial when trying to get a business off the ground.  “MMPH gave me the important backing that I needed when I was starting", shared Abigail. Diskarteng Eco-Friendly winner

Kaylynn Adolfo

of The Asian Mommy learned that the network of like-minded people you meet can also be your biggest supporters and customers. Kaylynn's line of locally-made reusable cloth diapers and environmentally friendly packaging epitomizes her zero-waste advocacy.
“Through the Madiskarte Moms community, advice from other moms has helped my brand flourish. The group has also helped me find customers multiple times.”  
Committing to a good cause can bring you success. This was the biggest lesson of Diskarteng May Puso award winner,

Rosanna Dela Cruz Kabiling

of Something Nice Environmental Corp. With her advocacy to protect the environment, Her business deals with the proper transport, treatment, disposal of hazardous waste; and reduce, reuse, recycle of scrap material for local and multinational companies.
“I am happy to see a lot of mommies today who are open-minded enough to start their own business and who are fulfilling their dreams. The MMPH group helps me to realize how blessed I am,”  Rosanna  said. Her inspiring insight that one should always use technology and digital trends for better chances of success, is why Madiskarte Mom

Theresa Carbonell Buenaflor

of Ellana Mineral Cosmetics was chosen for the Diskarteng Digital award.
Theresa used social media platforms to reach her customer base with her skincare, body care, and makeup products. “MMPH helped us believe that there are still good people out there who support our brand, especially during the challenges of the pandemic,” Theresa said.

Lou Neri Putian

 was the 2022 Diskarteng Home Biz winner.  She has emerged successful with her Sy Glow cosmetics and skincare products that are available through direct sales. She was able to thrive and properly manage her home business despite being a full-time mom raising three kids.  She proved thatwith some *diskarte*and the right motivation, it is never impossible for moms to balance a business and being a mother. To recognize the *Madiskarteng Pinays* who have shown excellence in growing  their online home businesses and positive attitude in helping and inspiring other fellow mompreneurs, PLDT Home is set to hold the second Gawad Madiskarte Awards in May 2023. Join the Madiskarte Moms PH online community here: [https://pldthome.info/GawadMadiskarteWomensMonth2023](https://pldthome.info/GawadMadiskarteWomensMonth2023) and know more about this year's Gawad Madiskarte Awards.

Related Tags

Gawad Madiskarte Madiskarte Moms PH (MMPH) PLDT Home
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.