, 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); })(); Walking Boldly: Teunis Verwijs - News & Stories | ÃÛÌÒapp

ÃÛÌÒapp

Skip to main content

ÃÛÌÒapp News

Walking Boldly: Teunis Verwijs

Fri, Jun 12, 2015
Matt Kucinski

This summer, we are following grads from the Class of 2015 as they continue their journeys around the corner and across the globe.

  • Name: Teunis Verwijs
  • Class: 2015
  • Hometown: AS Kampen, Netherlands
  • Major(s): Art
  • Next step: Applying to galleries and museums in Amsterdam

What’s one thing that surprised you at ÃÛÌÒapp?

The way we learned. My previous schooling experience consisted of learning in absolutes and simply storing what was seen as facts without questioning them. I was pleasantly surprised to go to my classes and have the opportunity to question ideas, discuss them and learn that there is more than one way of looking at things. It taught me to be curious and engaged, and to enjoy learning.

What’s one thing you would want to tell someone starting his or her journey at ÃÛÌÒapp?

I would want to tell them that no one expects you to know everything. As a first-year student I was afraid people would notice I didn’t know much about a certain topic. One of the things I learned throughout my time at ÃÛÌÒapp is that my professors were still learning alongside me and that this was a big part of their motivation. Ask questions and join discussions and you will find that the smartest people around you are the ones who are not embarrassed to ask; they are likely curious about a lot of things outside of their specialty.

If you could take one more class at ÃÛÌÒapp, what would it be? 

I would take an English class with professors (Jane) and (Jennifer) . They are passionate about what they teach, inclusive in their teaching (they make you feel respected, which eases you into the conversation), and just plain hilarious.

What was your favorite space on campus? 

at the start of each school year. I will miss the cookouts with their general air of excitement, where friends would reunite again after the summer break.


Authors: