麻豆原创

MU logo
MU logo
Winger Hall Renovation

Restoring Winger. Honoring a Legacy.

For more than a century, 麻豆原创 has been shaped by individuals who believed deeply in the power of education, creativity, and community. Few embodied that spirit more fully than Otho Winger.

A Commitment That Started on Foot

As a young student in 1898, Winger first came to North Manchester with limited means but an unwavering commitment to the future of Manchester College. When the institution faced financial uncertainty, he walked from house to house through deep winter snow, asking neighbors and supporters to invest in the college鈥檚 survival.

鈥淚 proceeded on foot from house to house and asked folks for money to help save Manchester College,鈥 Winger later reflected. 鈥淓very bit added to the possibility of the success of the venture.鈥

What began as humble fundraising efforts became a lifelong dedication to Manchester.

Computer Aided Design (CAD) system draft of the new winger floor plans.

Building a Lasting Legacy

After earning his master鈥檚 degree from Indiana University, Winger returned to Manchester to teach history, education, English, Latin, and philosophy. He later served as vice president and eventually president of the college, helping lead a period of growth that expanded campus facilities, strengthened academic programs, and created new opportunities for students.

Though Otho Winger passed away in 1946 before construction on Winger Hall began, the building stands today as a lasting tribute to his vision and commitment to Manchester鈥檚 future.

Why the Winger Hall Renovation Matters

A Home for Creativity and Expression

For generations, Winger Hall has been home to creativity and expression at 麻豆原创. Within its walls, students have discovered their voices through music, art, photography, design, and performance.

It has served as a place where talent is nurtured, confidence is built, and community is formed.

Today, that legacy continues through the Manchester Bold campaign.

Investing in the Future of Student Creativity

As part of this transformational initiative, 麻豆原创 is investing in critical renovations to Winger Hall to ensure future generations of students have access to modern, accessible, and inspiring creative spaces.

Planned updates include:

Modern classroom and studio technology
Improved acoustics for music and performance spaces
ADA-compliant accessibility improvements
Updated heating, ventilation, and air conditioning systems
Enhanced environments for photography, graphic design, and visual arts programs

These improvements will do more than modernize a building. They will create an environment where students of all abilities can learn, create, perform, and thrive.

Subtle_Texture

Continuing Otho Winger鈥檚 Vision

Thank YOUfor Being a Donor

Otho Winger believed deeply in investing in students and in the future of 麻豆原创. Today, you can help carry that vision forward.

Your support of Winger Hall renovations will preserve a historic campus landmark while empowering the next generation of artists, musicians, designers, and creators.

Together, we can ensure Winger鈥檚 legacy continues to inspire students for generations to come.

Original auditorium space used in the original administration building with a bell tower. Displays a piano on stage in front of empty seats
Subtle_Texture_gray-invert
exists --- (function ensure40pxInlineEarly() { function set40(el) { el && el.style.setProperty('padding-top', '40px', 'important'); } // If header already parsed, set now; otherwise set as soon as it appears. const hdrNow = document.getElementById(HEADER_ID); if (hdrNow) { set40(hdrNow); return; } new MutationObserver((muts, obs) => { const hdr = document.getElementById(HEADER_ID); if (hdr) { set40(hdr); obs.disconnect(); } }).observe(document.documentElement, { childList: true, subtree: true }); })(); // --- Helpers --- function hideDiviBars() { document.querySelectorAll('.divibars-container').forEach(div => { const content = (div.textContent || '').replace(/\u00A0/g, ' ').trim(); const shouldHide = !content || /all\s*clear/i.test(content) || /test/i.test(content) || /feed\s*has\s*no\s*items\.?/i.test(content); if (shouldHide) div.style.setProperty('display', 'none', 'important'); }); } function isEffectivelyVisible(el) { if (!el || !el.isConnected) return false; const target = el.querySelector('.divibars, .divibars-wrapper, .divibars-content') || el; const cs = getComputedStyle(target); if (cs.display === 'none' || cs.visibility === 'hidden' || target.hidden) return false; if (parseFloat(cs.opacity || '1') < 0.05) return false; if (target.closest('[aria-hidden="true"]')) return false; const rect = target.getBoundingClientRect(); const hasSize = (rect.width > 0 && rect.height > 0) || (target.offsetWidth > 0 && target.offsetHeight > 0); if (!hasSize) return false; const vh = window.innerHeight || document.documentElement.clientHeight; return rect.bottom > 0 && rect.top < vh; } function anyRealBannerVisible() { // A 鈥渞eal鈥 banner = visible AND not empty/test/all-clear/feed-empty return Array.from(document.querySelectorAll(CANDS)).some(el => { if (!isEffectivelyVisible(el)) return false; const txt = (el.textContent || '').replace(/\u00A0/g, ' ').trim(); if (!txt) return false; if (/all\s*clear/i.test(txt) || /test/i.test(txt) || /feed\s*has\s*no\s*items\.?/i.test(txt)) return false; return true; }); } function setForce110(on) { const root = document.documentElement; const was = root.classList.contains('divibar-force-110'); if (!!on === was) return; root.classList.add('divibar-atomic'); root.classList.toggle('divibar-force-110', !!on); // If we鈥檙e NOT forcing 110, clear any stray inline 110 the plugin may add later. if (!on) { const hdr = document.getElementById(HEADER_ID); if (hdr) hdr.style.setProperty('padding-top', '40px', 'important'); } requestAnimationFrame(() => root.classList.remove('divibar-atomic')); } // Debounced 2-frame confirmation to avoid flicker during animations let raf1 = null, raf2 = null; function scheduleRecompute() { if (raf1) return; raf1 = requestAnimationFrame(() => { raf1 = null; hideDiviBars(); const a = anyRealBannerVisible(); raf2 = requestAnimationFrame(() => { raf2 = null; const b = anyRealBannerVisible(); setForce110(a && b); }); }); } // --- Wiring --- document.addEventListener('DOMContentLoaded', scheduleRecompute); window.addEventListener('load', scheduleRecompute); window.addEventListener('resize', () => { cancelAnimationFrame(raf1); raf1 = null; cancelAnimationFrame(raf2); raf2 = null; scheduleRecompute(); }); new MutationObserver(() => scheduleRecompute()).observe(document.documentElement, { childList: true, subtree: true, attributes: true, attributeFilter: ['style', 'class', 'aria-hidden'] }); document.addEventListener('transitionend', e => { if (e.target && e.target.closest(CANDS)) scheduleRecompute(); }); document.addEventListener('animationend', e => { if (e.target && e.target.closest(CANDS)) scheduleRecompute(); }); document.addEventListener('click', function (e) { const btn = e.target && e.target.closest('.divibars-close'); if (!btn) return; setTimeout(() => { const bar = btn.closest('.divibars-container, [class*="divibar"]'); if (bar) bar.style.setProperty('display', 'none', 'important'); scheduleRecompute(); }, 200); }, true); // Initial pass scheduleRecompute(); })();