, but this code // executes before the first paint, when

is not yet present. The // classes are added to so styling immediately reflects the current // toolbar state. The classes are removed after the toolbar completes // initialization. const classesToAdd = ['toolbar-loading', 'toolbar-anti-flicker']; if (toolbarState) { const { orientation, hasActiveTab, isFixed, activeTray, activeTabId, isOriented, userButtonMinWidth } = toolbarState; classesToAdd.push( orientation ? `toolbar-` + orientation + `` : 'toolbar-horizontal', ); if (hasActiveTab !== false) { classesToAdd.push('toolbar-tray-open'); } if (isFixed) { classesToAdd.push('toolbar-fixed'); } if (isOriented) { classesToAdd.push('toolbar-oriented'); } if (activeTray) { // These styles are added so the active tab/tray styles are present // immediately instead of "flickering" on as the toolbar initializes. In // instances where a tray is lazy loaded, these styles facilitate the // lazy loaded tray appearing gracefully and without reflow. const styleContent = ` .toolbar-loading #` + activeTabId + ` { background-image: linear-gradient(rgba(255, 255, 255, 0.25) 20%, transparent 200%); } .toolbar-loading #` + activeTabId + `-tray { display: block; box-shadow: -1px 0 5px 2px rgb(0 0 0 / 33%); border-right: 1px solid #aaa; background-color: #f5f5f5; z-index: 0; } .toolbar-loading.toolbar-vertical.toolbar-tray-open #` + activeTabId + `-tray { width: 15rem; height: 100vh; } .toolbar-loading.toolbar-horizontal :not(#` + activeTray + `) > .toolbar-lining {opacity: 0}`; const style = document.createElement('style'); style.textContent = styleContent; style.setAttribute('data-toolbar-anti-flicker-loading', true); document.querySelector('head').appendChild(style); if (userButtonMinWidth) { const userButtonStyle = document.createElement('style'); userButtonStyle.textContent = `#toolbar-item-user {min-width: ` + userButtonMinWidth +`px;}` document.querySelector('head').appendChild(userButtonStyle); } } } document.querySelector('html').classList.add(...classesToAdd); })(); Calvin College brings 'Q Commons' back to Grand Rapids - News & Stories | 鶹

Skip to main content

Calvin News

Calvin College brings 'Q Commons' back to Grand Rapids

Thu, Feb 19, 2015
Matt Kucinski

On Thursday, Feb. 26, Calvin College is bringing , an abbreviated version of the , back to Grand Rapids. The event, which Calvin first hosted last October, aims to inspire people to learn and consider how to advance the common good in their city. The event runs from 7 to 9 p.m. and is hosted at the Ladies Literary Club downtown.

The (three national, three local) who will be giving TED-style talks. The three nationally acclaimed speakers include New York Times bestselling author Malcolm Gladwell talking about legitimacy in work; award-winning journalist, documentarian and news anchor Soledad O’Brien speaking about race in America, and six-time Emmy Award winning television producer Mark Burnett will talk about virtue in entertainment.

The local lineup of speakers includes Andy Soper, founder of the , which provides shelter for minor Human Trafficking victims in Michigan. He will talk about the issue of homeless teens in our community and how the Church can help. , longtime mayor of Grand Rapids, will talk about some of the good things happening in the city of Grand Rapids in the area of green initiatives and sustainability, and why this is important for a flourishing city. And, Christina Edmondson, dean for at Calvin College, will talk about the importance of and what it means to have intercultural interactions within a community.

“Last October was a great event and we are looking forward to building on its success in a way that allows like-minded individuals to gather together to hear from national and local thought leaders, be inspired with new ideas and hopefully build synergy in our community to pursue common good,” said Kristi Potter, director of the at Calvin College.

“For many years Q has challenged Christian leaders to ‘recover a vision for their historic responsibility to renew and restore cultures,” said Tim Ellens, director of communications and brand steward at Calvin. "We are excited to once again be able to bring this conversation to the local level as we explore how we can advance the common good in Grand Rapids.”

Q Commons is happening in more than 65 cities around the world and is expected to attract more than 10,000 participants. For more information about the Feb. 26 event, including ticket info, .


Authors: