ADVERTISEMENT

Davao City unveils new logo, theme song for 38th Kadayawan Festival this year

Published Jul 18, 2023 09:22 am
DAVAO CITY – The city government of Davao unveiled on July 17, Monday, the brand-new logo and theme song for this year’s 38th Kadayawan Festival which is set to make a grand comeback in August. The city government launched the 38th Kadayawan Festival at Seda Abreeza on J.P. Laurel, Bajada, with the theme: “Colors of Abundance, Vibrance of Diversity, Festival of Festivals.” It also revealed the new logo with “Kada Kadayawan” as the official theme song. Davao City Tourism Operations Office (DCTOO) officer-in-charge Jennifer R. Romero said in a press conference during the 38th Kadayawan Festival Media Launch that the combination of modern, symbolic, and inclusive logo draws inspiration from various sources. The logo includes the waves that pay homage to the origin of Davao’s name, previous festival logos, and cultural patterns from the 11 tribes in Davao City, said Francis Mark Layog, acting city administrator. Layog added that each pattern incorporated in the logo had received the approval and blessing of the tribal deputy mayors, ensuring their representation and respect and that event logos under the Kadayawan Festival 2023 will follow a coherent design, reinforcing the festival’s unified image. Inspired by the colorful culture of the tri-people and how Kadayawan has embraced the new age, the Kada Kadayawan theme song aims to invite tourists all around the Philippines and the world to experience the festival. With lyrics in English, Filipino, and Bisaya, the song writer, Willenito Tormis Jr., aimed to promote inclusivity and open the festival to everyone. The music’s fusion of pop, tribal, and modern beats uplifts spirits, ignites joy, and celebrates the essences of Kadayawan Festival. Mayor Sebastian “Baste” Duterte, in his message read by Vice Mayor J. Melchor Quitain Jr., invited everyone to go out and celebrate this year’s festival of festivals hich promises a line-up of many exciting events. Duterte defined the importance of the Kadayawan Festival as the time of the year to honor the 11 ethnolinguistic tribes of this city and acknowledge the gifts of nature. “This year, we are back and bigger than ever. We are excited to stage a more exciting Kadayawan Festival for everyone. Let us come together to celebrate the vibrant culture, rich heritage, and abundant harvest of our city,” Duterte said. He urged the people of Davao to embrace the soul of gratitude and acknowledge the shared reverence for the distinctiveness of individual customs and traditions that unites everyone as one Dabawenyo community. Romero said the city government is confident to host the 38th Kadayawan Festival with all their preparations, which they started in the first week of June. She added that they believe this year’s event would be successful. Layog said the city government has been coordinating with the Public Safety and Security Command Center (PSSCC), Davao City Police Office (DDCPO), Task Force Davao (TFD), and City Transport and Traffic Management Office (CTTMO), among others, for peace and order. “Peace and order have been a priority and will always be a priority in Davao City. I can safely say that Davao City is safe. Davao City is conducive for tourists. We have the best police office in the country based on last year’s recognition,” Layog said. Regarding traffic, Committee on Tourism and Beautification chairperson Councilor Al Ryan Alejandre said the CTTMO would soon release their traffic advisories for the vehicles and commuters’ guidance on which roads have ongoing events and are accessible to pass by. The 38th Kadayawan Festival, which has a P65-million budget (P12 million from private sector and P53 million from the government), includes Pag-abli sa Kadayawan, Habi Kadayawan, Agong ug Kulintang sa Kadayawan Competition, Tabuan sa Kadayawan, Hiyas sa Kadayawan, Indak-Indak sa Kadayawan, Dula Kadayawan, Bantawan Cultural Celebration, Kasikas Kadayawan, and Pamulak ug Hudyaka sa Kadayawan. This city resumed face-to-face celebration for the festival last year as pandemic restrictions have eased.

Related Tags

Kadayawan Festival Davao City
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.