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

黄大仙高手论坛

Skip to main content

Kyra Roberts

Department Assistant

Biography

Originally from Florida, I moved to Grand Rapids in 2020 to pursue a Master’s degree in Clinical Mental Health Counseling. Though the cold has taken some adjusting, I have found a love for all the unique experiences this city has offered me!

Having always possessed an interest in people, I knew from the very start I wanted to pursue a Bachelor’s degree in Psychology. However, it was not until I joined an organization on my university’s campus that largely involved promoting awareness for domestic violence that I knew exactly what I would do with that degree. My work there showed me firsthand the complex struggles teens and college aged students can be going through daily. I found a passion for working with and for not only survivors of domestic violence but all young people who were facing adversity. This passion led me on my current path, pursuing a degree that will allow me to help others on a deeper level.

When I’m not at work or in class I enjoy making the most of living in a new city! Exploring all the unique restaurants and shopping has quickly become a favorite pastime of mine! I also enjoy reading pretty much anything I can get my hands on, discovering new music, creating Spotify playlists for every mood imaginable, and decorating my apartment!

Education

BA, Florida Gulf Coast University, Psychology/Gender Studies, 2020

MA, Spring Arbor University, Clinical Mental Health Counseling, Present