ADVERTISEMENT

Red Cross facilities now for rent

Published Jul 18, 2018 07:19 pm
By Jel Santos Some of Philippine Red Cross’ (PRC) facilities--- warehouses and training and events centers--- are now up for rent. PRC said this is “another opportunity for organizations and private companies to contribute to its mission to save lives as it opened its facilities for public use.” “From an appeal for a hot meal to an appeal for shelter, livelihood, and medical assistance, PRC provides support to communities affected by disasters, emergencies, and conflicts. This is why we are creating an opportunity to organizations and companies to contribute in our humanitarian mission by offering our most valuable assets,” Richard Gordon, PRC chairman, said. As per PRC, facilities—Events and Training Hall and the Logistics and Multipurpose Center in Mandaluyong City, the Logistics and Training Center in Subic, the Regional Logistics and Disaster Management Training Center in Passi, Iloilo, and the Training Center in Tagaytay—are up for rental for a reasonable price. Also, the humanitarian body said it will soon offer its vocational training centers in Subic and Tacloban, as well as its warehouses in Mandaluyong, Subic, Laoag, Batangas, Mandaue, Passi, Tacloban, and Cagayan de Oro. “Funds generated from the assets will be used to fuel PRC’s humanitarian projects, such as training of volunteers and staff members and providing first aid and lifeline kits, hot meals, and relief packs during emergency situations, through its major services—Blood, Disaster Management, Safety, Health, Welfare, Red Cross Youth, and Volunteer.” Logistics and Multipurpose Center 37 EDSA corner Boni, Mandaluyong City The 1,000-square meter facility has an event hall that can house up to 600 guests, an in-room dressing room, kitchen, and a grand foyer. It is ideal for shows, parties, seminars, and in-door trainings. Venue inclusions: Eight-hour use of the pavilion with A/C Two hours ingress and one hour egress 5,000 Lumens LCD projector with 8x8 screen Stage panels Electricity Back-up generator Valet service Caterer’s area Pavilion lounge Security, engineering, and maintenance staff during the event Event and Training Hall PRC Tower, 37 EDSA corner Boni, Mandaluyong City The PRC Tower in EDSA corner Boni Avenue, Mandaluyong houses an event/training hall that has sufficient space to host meetings, trainings, seminars, workshops, and other ceremonial occasions. The hall can accommodate up to 200 guests. Venue inclusions: Eight-hour use of the pavilion with A/C Two hours ingress and one hour egress 5,000 Lumens LCD projector with screen Electricity Back-up generator Caterer’s area Security, engineering, and maintenance staff during the event Subic Logistics and Training Center East Ilanin Forest Area, Corregidor Hi-Way, Subic Bay Free Port Zone, Olongapo The Training Center has its doors open for conferences, seminars, jungle-survival, retreats, and team-building activities. It has a 1,000-seater events hall, 2 classroom-type halls, 3 multipurpose rooms, mess hall, activity area, and female and male dormitories. Regional Logistics and Disaster Management Training Center Brgy. Sablogon, LGU Housing Road, Passi City, Iloilo The Logistics and Training Center is ideal for in-house seminars, workshops, trainings, and retreats. It houses two training rooms, mess hall, activity area, covered parking, and dormitories for male and female guests. Tagaytay Training Center Kaybagal South, Tagaytay City, Cavite With its event and training hall, dormitories, and mess hall, the Tagaytay Training Center is a perfect venue for in-house seminars, workshops, trainings, and retreats. It is located near various recreational and tourist sites in Tagaytay. PRC said they also partnered with caterers to provide quality food service to its guests. For more details, interested clients may contact PRC at (02) 790-2300 local 603/839 or (+63) 9178348114 or via email at [email protected]/[email protected].
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.