ADVERTISEMENT

Ingram Micro Philippines celebrates 13th anniversary

Published Aug 4, 2022 07:36 am

Ingram Micro, a global technology and supply chain company, celebrated 13 years in the Philippines in its first hybrid event called 13est Workplace Ever 13th Anniversary Celebration, recently held at the Hilton Manila Grand Ballroom. The event was a commemoration of more than a decade of Filipino excellence and continued commitment to helping companies “Realize the Promise of Technology.” It also marked three straight years of recognition as one of the Best Workplaces in the Philippines by Great Place to Work®.  

Ingram Micro Philippines’ Leadership Team leads the ceremonial toast to celebrate its 13 years in the Philippines and three consecutive years of recognition for being one of the Best Workplaces™ in the Philippines by Great Place to Work Institute. (From left) VP for GBS Eric de Pedro, director for digital ops Dave McFarland, sr. vp for GBS Jana Vondran, director for hr Sam White and director for professional services Kanishka Sinha

“This year’s anniversary celebration was extra special as it was the first time we were able to celebrate with our employees in a hybrid setting since the start of the pandemic,” shared Eric de Pedro, vice president, Global Business Services and Philippines Country Leader. “It was amazing to see the joy and energy of our employees being together in the same room and  bonding in a way that is totally different from just celebrating with teammates across the laptop screen. All of us were affected by the pandemic in many ways, and as we slowly shift to Better Normal, we want to treat our employees to experiences we know they will appreciate.”

The variety show-themed, month-long celebration began in May and culminated with the hybrid anniversary celebration in June.  Hosted by Robi Domingo, employees enjoyed exciting prizes and were treated to performances by Unique Salonga and OPM legend Bamboo Mañalac. Ingram Micro Philippines also launched its campaign called Greatness Anywhere, to promote their commitment to being a Great Place to Work amidst the workplace revolution brought on by the impact of COVID-19. 
                                     

GALING PINAS. Ingram Micro associates celebrated the rich and unique heritage of the Philippines through a “Parada ng Kultura” costume contest.

“As we embrace a Better Normal mindset, our evolving workplace is defined by balancing safety, flexibility, purpose, and collaboration,” Eric quipped. “Through meaningful actions, instead of just day to day transactions, we are able to foster trust and genuine care that goes beyond the screen. We look forward to creating more new shared experiences, in the office and at home.” 

As a global leader in technology and cloud solutions and the business helping power the world’s biggest technology brands, Ingram Micro has the ability to serve 90% of the global population, with sales in 200 countries covering 6 continents. The momentum continues as Ingram Micro accelerates its efforts on business transformation and digitalization, and the Manila facility plays a pivotal role in its unrelenting growth.

In addition, the Manila center recently held a four-day Career Carnival recruitment event in early July at The Peninsula Hotel, Makati City. The festival, themed recruitment expo, gathered more than 1,000 applicants from all over the Greater Manila area and neighboring provinces.

Career Carnival Recruitment event at The Peninsula Hotel, Makati City 

“Filipinos continue to be of great demand globally, and the success of our recent recruitment event serves as proof of Ingram Micro’s commitment to developing and promoting the Filipino talent,” said Sam White, director for HR. “It’s been 13 years since we launched our Shared Service center here in Manila, and despite the changing landscapes because of the pandemic, there are many opportunities for growth on the horizon. The post pandemic world ushers a new era, and we are more than excited to take this journey with our employees and shape the future with them.”

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.