, 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); })(); Ana Barahona Reyes | 黄大仙高手论坛

黄大仙高手论坛

Skip to main content

Ms. Ana Barahona Reyes

International student

Biography

  • Name: Ana Barahona
  • Major: Accounting
  • Year at Calvin: Junior
  • Country or countries you grew up in: Honduras
  • Nationality: Honduran
  • High school: International School, Tegucigalpa

What’s the best class or the best professor you’ve had?

So many! Just recently, I took a global literature class with professor Lew Klatt and it made me wish I were English major. We read and analyzed several different works from different eras and around the world, and my homework consisted of reading novels and short stories. It was great. 

What is the community like at Calvin?

It is very hospitable and tight. From the people on your floor, to your professors and staff members, people are interested in the students’ well-being and they want to see you succeed. Your friends will become your second family, and you’ll make fun memories with them, like midnight runs to IHOP.

How have you been helped by the student resources available to you?

Where to begin? I had a tutor for my very first accounting class, it was helpful to have a more knowledgeable student to talk things through and help me understand concepts better. Librarians have been a great resource for research, I know I can rely on CIT every time something funky happens to my computer, going to a calculus study group with upperclassmen tutors my freshman year was great too.

What puts the “Grand” in Grand Rapids? Or, what do you like most about GR?

It’s a charming town, not big enough to have bad traffic, yet big enough to have everything you need. It is very close to Chicago and it is very convenient to be just a short drive away from the airport. There are so many good local restaurants and coffee shops, and I even found a couple markets that sell some of my favorite foods from home! It is a very safe and clean city, and the people are incredibly hospitable.

Anything that surprised you about MI?

All the trees. I love trees!