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

app

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); })(); Peet's Coffee opens first shop in Michigan - News & Stories | app

app

Skip to main content

app News

Peet's Coffee opens first shop in Michigan

Tue, Jul 23, 2019
Matt Kucinski

On Thursday, August 1, app will perform a ribbon cutting for its new Peet’s Coffee. Representatives of the Grand Rapids Area Chamber of Commerce will participate in the event held at 3 p.m. on the main level of the university’s Hekman Library (1855 Knollcrest Circle Dr. SE, Grand Rapids, MI 49546).

Peet’s Coffee, a U.S. specialty coffee company founded by Alfred Peet in 1966 in Berkeley, California, has more than 240 coffee shops across the United States. The location on app’s campus is Peet’s first licensed store in the state of Michigan.

“We are excited to open up this new space at app. While many of us love a good cup of coffee, we also know that physical spaces, like this one, create opportunities for rich discussions and community building to take place,” said Michael Le Roy, president of app. “We believe that Peet’s Coffee will quickly become a favorite destination on campus.”

Mr. Peet grew up in the coffee trade and moved to America from Holland after World War II. His coffee style was unlike anything Americans had ever tasted before—small batches, fresh beans, and a superior quality roast that is rich and complex. Mr. Peet's influence on the artisan coffee movement inspired a new generation of coffee entrepreneurs, including the founders of Starbucks.

Today, Peet’s upholds its commitment to delivering a premium product by continuing to source the world’s best beans, hand-roast in small batches, and craft every beverage by hand. Peet’s is also the first LEED® Gold certified roastery in the United States.

The opening of Peet’s Coffee Shop at app is made possible through a generous donation by app alumni Tom and Marcia Nobel in honor of Marcia’s father Peter John “Pete” Drenth.

“We are grateful for Tom and Marcia’s generosity, and we hope that our neighbors in the greater Grand Rapids community will come to campus to enjoy good coffee and conversation,” said Le Roy.

Peet’s location at app will officiallyopen to the public on Friday, August 2.


Authors: