ADVERTISEMENT

Shop site features work of singing Pinoy artist Tommy Aquino

Published Jul 2, 2021 03:31 pm
Austria-based artist Tommy Aquino is pictured here with his family when he won a songwriting contest held in Vienna in 2013.  

Global online marketplace Etsy, an established shop site for handmade, vintage, and collectible items, has partnered with Filipino artist Tommy Aquino with the recent launch of limited edition-clothing, bags, and more that showcase his award-winning artwork “Mother and Child.”

The online collaboration is a milestone for the pure Pinoy painter who relocated to Vienna, Austria more than 20 years ago. He has been making a name for himself in the art community, having done exhibits at the UN Vienna International Center and toured the world over with his artworks. His obras  had been lauded by art collectors in popular cities like London, Shanghai, and Busan. He had been hailed by some quarters as a Pablo Picasso renaissance.   

“Sa mga Pinoy po na nakakakilala sa akin at masaya sa aking tagumpay, salamat po. Nais ko pong makasama ang bawat Pilipino sa aking golden journey,” he expressed in seemingly poetic terms.      

Some of the Tommy Aquino artwork-designed items posted for sale on the said site include the following: men’s tee, men’s rash guard, small tote bag, youth swimsuit, dress variants, crop tee, towel, unisex top tank, minimalist backpack, among others.

One of his friends, Ronnie Castillo, mused, “Pag suot mo Tommy Aquino, aba! Bongga ka talaga!”

Another supporter, Wilmer Gentolia, praised Tommy’s work in deeper detail: “The Mother and Child of Tommy 'Picasso' elevates the collective consciousness towards a high value of human existence.”

Among Tommy Aquino’s most revered paintings are “The Blond Hair Woman,” "Sunflowers Field,” and “The Heart, Body, and Soul.”

The e-commerce specialist upped the items last June 26. Another compatriot expressed on social media, addressing the artist who takes pride in being a philanthropist, “Oorder ako sa ETSY kasi ipinagmamalaki ko ang isang Pinoy Picasso na tulad mo!”  

Singing Pinoy artist in Europe

Tommy Aquino, looking groovy in his early 60s, used to go around the Manila gig circuit as a young folk singer. Upon the invitation of a friend, he moved to Vienna, found love, raised his own family, and continued playing his music through live performances. He met his singer-wife Kathy in the Vienna music scene.

The internationally recognized visual artist, with his guitar and fedora hat, impressed audiences in Vienna and in some cities he went to promote his artworks. Having started writing songs at age 10, Tommy submitted his composition “Kay Sarap Mamuhay Sa Sariling Bayan” in a 2013” songwriting competition held in the capital city of Austria, which is culturally among the most admired in all of Europe. The song won.

Tommy’s competent originals and classic covers like his take of Jim Croce's "Time In A Bottle" and Michael Johnson's "I'll Always Love You" provide his character extra bite and charm. In one of his YouTube videos, he played the world-famous folk favorite “Anak” on his guitar spot-on.

Sounding always down-to-earth and approachable, he implied, “If you are a Filipino musician, just enjoy and share your craft. Bonus na if magustuhan ka ng audience mo. Never ever feel frustrated if hindi nakikilala ang gawa mo kasi you have something good to offer. Kailangan lang ng taimtim na dasal and you will eventually be discovered.”    

That's coming from a Pinoy whose work quietly won the admiration of the world. 

Related Tags

tommyaquino
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.