ADVERTISEMENT

Converge champions women empowerment

Published Mar 29, 2023 11:34 pm
Led by its Co-Founder and President Maria Grace Uy, Converge has uplifted women in the communities the company serves. As part of its National Women’s Month activities, Converge recently visited its partner social enterprise, KREations Upcycle Furniture Manufacturing, in Angono, Rizal where a group of women repurpose the company’s old marketing materials, such as tarpaulins, and turn them into reusable bags and other materials.  The partnership creates jobs for women in the local community who would not have the chance to be formally employed. Before these women joined KREations - which was founded by advocate Akrisah Helig -  they were housewives, household workers, or part-time *manicuristas* in their villages. Converge strives to pursue greener practices across its operations in line with its sustainability commitment, aiming to eliminate its landfill waste output by 2030. By upcycling its discarded tarpaulins and flyers, Converge is reducing its waste while also helping create a reusable and beneficial product.  “I am happy to see that our partnership with KREations blossomed into a longer-term initiative. Apart from helping us achieve our sustainability goals, we are also happy to see that our company is helping empower women in communities by providing them a means of livelihood and employment. This multiplier effect is precisely what we need to help our country move forward faster,” shared Converge President and Co-Founder Maria Grace Y. Uy. “Para po sa akin, napakalaking bagay ng KREations dahil nasusuportahan ko ang aking pamilya at ang kapatid ko na senior na nag-iisa na sa buhay. Single pa s’ya at PDW din s’ya. Nasusuportahan ko rin ang pamangkin kong nag-aaral kapag kinukulang sa gamit, pangbaon niya,” shared KREations sewer Nelia Trinidad. Converge not only looks at partners for women empowerment but it is also deeply embedded in the operations of the company.

The future is female

Converge is a company where women can capably and meaningfully progress in their position - this is also the message that Ms. Uy is sending with the recent launch of the MentorSHE Project in Converge, a woman-to-woman mentorship training initiative.  With the aim to provide a stronger voice for women within Converge, key women executives gathered for an initial discussion session last March 23. This kicks-off the program that will provide mentoring sessions for the women leaders in the company. While the program is still in its early stages, the initiative is seen to boost the opportunities of women in Converge to move forward in their careers.  “At the end of the day, the goal of the program is to empower women at Converge and develop more involved women leaders for the future. We want to criss-cross between departments and not just the one-downs of the leaders or those within their teams. We need to deepen our bench, and we are starting to plant the seeds now,” said Uy during the launch activity.  Aside from the kick-off of the Converge MentorSHE program, the company also held several activities to promote women’s welfare during the National Women’s Month. A Woman Month’s Fair was held in the office premises, inviting as many as 20 vendors and enterprises to participate in a 3-day bazaar. Part of the fair is the staging of a workshop and forum discussion dedicated to women. These include a talk on reproductive health care, image enhancement forum, and a make-up and cosmetic seminar.  The company also advocated for Purple Wednesdays, where employees were encouraged to wear purple outfits every Wednesday for the entire month of March.  Converge ended the month with a Women’s Month Job Caravan where the company will welcome job-seekers both male and female and get a chance to be hired within the day.  With these initiatives, Converge hopes to see more gender parity within the organization. At present, female employees comprise about 39% of the total Converge workforce. 
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.