ADVERTISEMENT

Migs Villanueva shares her pandemic story with her latest exhibit 'In The Meantime'

Published Jul 1, 2021 11:26 am

‘Find your happy face’ (36x72 Acrylic on Canvas 2021)

If there is a common thread among our pandemic story, it is the sense of loss. During its initial months, we were all confused. Even our leaders were exploring possible things to do, making our early at-home life less comfortable and more worrisome. The same feelings happened to Migs Villanueva. The painter and multi-awarded poet stayed at home with her children and, although she was filled with fear during that time, she found a sense of direction through her craft.

“I had to stay indoors. Like everyone else, I was afraid to go out. Life changed," Migs says. "At first, I did not know what to do. I was focused on checking what was happening to the world. Then I started painting to raise funds for our frontliners. There were so many who supported my efforts. Gradually, I found my stride again.”

And paint she did. After months of jumping from one community quarantine to another, Migs has completed all the pieces for her 12th solo exhibit. Dubbed as "In The Meantime," it is also in celebration of her 60th birthday.

‘Penny For Your Thoughts’ (24x24 Acrylic on Canvas 2021)

Her exhibition is visually divided into three phases. Like a good story, there is a beginning, a middle, and a wonderful end, which is inspired by our collective story of this pandemic. The first works, almost monochromatic, mark the early phases of our story, as we realized that COVID-19 was here. Reduced to basic activities and routines as we adjusted to life living indoors, the monochromatic works echo the simple life we all suddenly found ourselves living.

‘Get Funny’ (30x30 Acrylic on Canvas 2021)

“It was such a sudden change. So I wanted to portray that visually, with a more basic palette, which gives way to more color and more detail, as we progress," Migs explains. "I focused on children. How they coped, given that they have been indoors now for more than a year and a half. Children have a natural resilience because their imagination allows them to be anywhere they want to be, even if they’re just in the house. Sometimes, a change of perspective can do wonders to our well-being. This is what we can all do, in the meantime.”

Migs did not plan to be a painter. But with her zeal in excelling on anything she takes up, she has had 12 years in this serendipitous career. Tutored by Malang, she has risen the ranks of the Saturday Group to become one of its presidents. Since then, she has exhibited all over the Philippines, in various art fairs both local and abroad, and in neighboring countries like Hong Kong and Malaysia.

‘Inauguration’ (36x36 Acrylic on Canvas 2021)

Like her mentor, she has mastered the evocative through the use of color, outline, and diffused brush strokes. Through the use of just three dots, she can express an innocent stare, a joyful laugh, a nervous giggle, longing, or a child’s impetuous sulking after something has been denied to him. Evolving her own style which conjures beauty through an austere simplicity and a “wabi-sabi” sensibility, Migs helps us recall how we once valued a leaf, shadows cast as we sit under moonlight, a tiring afternoon of play, or the reassuring presence of a sibling or a friend.

“In The Meantime” is a proposition for a healthy perspective, given the situation we are in. With the contentment and imagination of children, we can transform the dreary and the dreadful into a life that is not survival, but rather, embraced and truly lived.

“I always enjoy my apos. If they draw on the walls, I don’t scold them,” Migs muses. “Innocence is so precious. I would like them to have it for as long as I could. COVID-19, like all the hard things in this world, can make us worry, even cynical. But if we look at children, we will realize that we can still be happy despite everything. It is just a matter of perspective.”

“In the Meantime” is presented by Art Lounge Manila, which is at the ground floor of The Podium Mall in Ortigas Center. The exhibit runs until July 26, 2021.

Related Tags

in the meantime migs Villanueva Arts and Culture
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.