ADVERTISEMENT

Beauty in the eyes of the anti-portraitist

Pepe Mendoza's journey through women's portraits.

Published Jun 12, 2023 02:39 am
Pepe Mendoza pushed the boundaries of portraiture in his recently-concluded exhibit in Gallery 928 “Grace in Brokenness,” inspired by his personal experience during the pandemic. Having witnessed his wife’s unwavering dedication and selflessness while they both battled Covid-19, Mendoza sought to create a collection that goes beyond conventional portraits of women, delving into their raw power and beauty, transcending mere aesthetics. Pepe Mendoza; 'Serpentine,' 31x27 inches, encapsulated paint on acrylic, undated
Departing from the traditional approach of capturing exact likeness, Mendoza embraces the anti-portrait tradition, prioritizing mood, expressionism, and symbolism. The portraits are imbued with intricate brushwork, rich textures, vibrant colors, meticulously crafted still-life details, adding layers of implication and depth to each subject. Reflecting on his artistic journey, Mendoza shares, “This exhibition reflects every page of my life over the past five years. Each piece I painted in a layered style represents the accumulated emotions of everyday life. Each brushstroke is personal, leaving a lasting impression on the heart and mind. It symbolizes the cyclical nature of life, the rising and setting of the sun.” 'Ophelia,' 42x30 inches, encapsulated paint on acrylic, undated; 'In Bloom,' 42x30 inches, encapsulated paint on acrylic, undated
Spanning two years of intensive work, this series marks a significant evolution in Mendoza’s artistic style. Layer upon layer of resin is painstakingly applied, creating complexity and meaning within each composition.  “The carved fragments of glass, meticulously joined together to form a whole, serve as a reminder to myself that we cannot let go of the things we go through in life,” Mendoza explains. “We must gather ourselves, stand tall, and face the future head on.” 'Grace in Brokenness 1,' 14 x 9 x 5 12 inches, sculpted, upcycled glass, 2022; 'Grace in Brokenness 4,' 14 x 9 x 5 12 inches, sculpted, upcycled glass, 2022
The curated collection is divided into two acts. The first act, “Grace in Brokenness,” features upcycled glass sculptures transformed into torsos and tangible curves, embodying a focused sensuality. In the second act, the exhibition shifts its focus to the “Fullness of Grace,” within each subject. The portraits adopt a multi-angled and multi-perspective approach, reminiscent of the Cubist movement, merged with surreal-expressionist elements.  “Painting and sculpting in this unfamiliar style are not a transition of my emotions but a rediscovery of myself. It is a challenge I continue to embrace. I will keep carving on every shard I hold dear, loving them for a lifetime, constantly challenging my skills as an artist, manipulating my emotions to bring forth beautiful works,” Mendoza shares.  'Grace in Brokenness 5,' 14 x 9 x 5 12 inches, sculpted, upcycled glass, 2022; 'Grace in Brokenness 8,' 14 x 9 x 5 12 inches, sculpted, upcycled glass, 2022
Peeling back the layers of Mendoza’s artwork is akin to embarking on a journey of discovery, where each composition reveals a restorative narrative. Through his art, Mendoza encourages viewers to embrace and celebrate the diverse and profound essence of women, capturing their strength, resilience, and beauty in every brushstroke. Pepe Mendoza’s “Grace in Brokenness” exhibition serves as a testament to the transformative power of art, as well as a tribute to the women who inspire and shape our world. Indeed, Mendoza’s series offers a fresh perspective on portraiture, reminding us that true beauty transcends the superficial and resides within the depth of the human spirit. *Gallery 928 is at Shangri-la Mall, Shaw Boulevard, 4th Level, Main Wing, Art Plaza, Ortigas Center, Mandaluyong City*.

Related Tags

Artist At Work Arts and Culture Pepe Mendoza
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.