, 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); })(); Walking Boldly: Addison Sung - News & Stories | 麻豆区

麻豆区

Skip to main content

Calvin News

Walking Boldly: Addison Sung

Fri, Jun 19, 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: Addison Sung
  • Class: 2015
  • Hometown: West Chester, Ohio
  • Major(s): ,
  • Next step: HR specialist at

What鈥檚 fun about your workplace?

The people here are so nice. The other employees have such a big heart and willingness to help the clients we serve. The clients we serve are children and adults with disabilities. So far, it has been a humbling and good experience. Also, we have monthly potlucks. As a foodie and the former president of the Calvin Culinary Club, I get to plan and pick the themes for these potlucks. To me, that鈥檚 very exciting!

What class at Calvin uniquely prepared you for this position?

(Human Resource Management) really prepared me for this position because it introduced me to this field and gave me a good overview of what a career in HR would entail.

What about Calvin specifically prepared you for this position?

Calvin offers so many opportunities to grow and work on personal development. Being a MAC (multicultural activities coordinator), mentor and member of the multicultural student advisory board with the (MSDO) has helped me learn more about other cultures, appreciate them and recognize the issues regarding race in the United States. Being able to participate in the and living in the dorms has helped me develop relationships that will last a lifetime. Taking part in has built my patience, as well as increased my willingness to serve others. Overall, the , MSDO, , and my professors at Calvin have really helped prepare me for this position.

How have Calvin professors impacted your life?

The professors for most of my classes have had a really great impact on me because of their support and interest in wanting me to do well. A number of them noticed that I didn鈥檛 talk much in class, but told me that I have good ideas and thoughts that are worth sharing too. It鈥檚 something that I still have to work on, but because of them I have more confidence and plan on developing this skill for my career. Speaking up is a must, especially in the business world.

Tell us one 鈥渁ha鈥 moment at Calvin when things seemed to come together.

At the end of summer 2014, my Project Neighborhood house had one final time together before some of us parted ways. We had a time of reflection and discussion to reflect on our experience together and say nice things to one another. I got to see how much I grew, not only that summer, but in my time at Calvin. I鈥檓 still a shy introvert, like I was in high school. But, I鈥檓 a shy introvert who tries. I still get involved, build relationships and always try my best.


Authors: