ADVERTISEMENT

These motorcyclist groups helps out with charity rides

Published Nov 20, 2020 10:05 pm

TRiP and MRCPh promote responsible driving and outreach initiatives

After parts of Luzon were badly hit by recent calamities, there were several groups who responded immediately. This includes motorcycle groups who extended help in a jiffy. Before Typhoon Ulysses battered Luzon, Tagaligtas Riders Philippines (TRiP) were already monitoring what was happening, and deciding that their first plan of action was to collect noodles and canned goods from its members. That’s why right after the devastation of Ulysses, they were able to distribute relief goods in Marikina and Rizal.

Ride to educate
TRiP is a motorcycle group that aims to produce disciplined, law-abiding, and responsible motorcycle riders in the Philippines. They have tie ups with government agencies like Metro Manila Development Authority (MMDA) to educate members about motorcyclist’s rights, safety riding, and volunteerism. According to its founder Vonn Vincent Quiñones, their 1,300 riders undergo various training on first-aid and life support so that whenever they see an accident on the road they can help those people who got hurt. Through this kind of volunteerism, they are able to live truly by their club’s name Tagaligtas (savior).

TRiP members give out food packs to Marikeños who were affected by typhoon Ulysses

They don’t step on the breaks when it comes to helping because giving back is their core value. Thus, all of their rides are for a cause. More than seeing scenic views along the road, they look forward to seeing smiles from locals in their chosen destinations.

Tagaligtas Riders Philippines distributes relief goods to a long line of typhoon victims in Marikina 

As for helping more typhoon’s victims, they’ve gathered from members monetary and in-kind donations they can contribute. They also accept donations from non-members. They only take goods or items like food, water, toiletries and clothes, which they can pick up directly from the donor’s home. “TRiP avoids monetary donation from non-members to avoid corruption. And we document whatever we received so as to be transparent to the group,” says Quinoñes. Whatever they will collect, they plan to distribute these to those who were greatly affected by the disaster in Cagayan and Bicol on their charity ride coming November 28. 

Ride and help
Another motorcycle group that will conduct a charity ride on the same date to Bicol is Motorcycle Riders Club of the Philippines (MRCPh). “It is supposed to be a bonding ride, but due to what happened, we shifted it to a charity ride so we could help our fellow Filipinos in Bicol, specifically in Brgy. San Francisco, Guinobatan Albay,” shares its founder James Bon.

MRCPh riders in charity action

The said ride will be participated by different chapters from Batangas, Bulacan, Cavite, and Laguna, but the event is also open to other motorcycle groups. MRCPh is still accepting in-kind and monetary donations from members and non-members that will enable them to pack most needed goods such as rice, water, noodles, biscuits, toiletries, and other items except used clothes due to Covid-19.

Motorcycle Riders Club of the Philippines poses for a photo opp after their national meeting on their charity rides to Bicol

Recently, the club organized a charity drive per chapter that was able to help different typhoon casualties in different areas in Marikina.  Charity is one of the club’s priorities and obligations that’s why they are also setting up a charity ride to Cagayan. All of their adventure rides also end with reaching out from disaster victims to orphanages to prisoners to even animals in need. Prior to being involved in charitable works, the club’s 2,700 members nationwide also abide by three more rules: Be faithful to family; Be dedicated to profession; And be devoted to religion.

Good morals and right conduct are what keeps the organization running smoothly. MRCPh is also into producing responsible motorcyclists that’s why they also give free seminars on road safety, traffic laws, and anything about motorcycling. They also have a YouTube channel that aims to disseminate information on safe riding. 

So now, if you see these motorcyclists zoom past you like daredevils without fear for their lives, remember these guys who ride to help. 

Related Tags

trip Noel Pabalete help motorcyclists MRCPh Typhoon Ulysses
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.