, 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); })(); Tom Hartzell | 澳门六合彩开奖记录资料

澳门六合彩开奖记录资料

Skip to main content

Tom Hartzell

Campus Sustainability Program Coordinator; Director of Sustainability Fellows Cohort

Biography

Growing up in a home where we grew much of our own food, paired with a love of cooking, instilled in me an appreciation for good food and the connections it creates. This led me to work in three different restaurants during and after college. That was enough to show me it wasn’t the right career, but I carry a deep understanding and gratitude for the many hands and systems involved in our nourishment.

During summers in college, I was fortunate to work at a canoeing camp in Ontario, Canada. Building community and teamwork among a group of kids, while surrounded by beautiful wilderness on a multi-day canoe trip, gave me a foundational understanding of the key elements of sustainability. It’s about connection, mutual support, care, equity, aesthetics, and living within your means.

I spent a year in service with AmeriCorps, which helped me become aware of my dual passions of environment and education. That spurred me on to graduate school at the Merry Lea Environmental Learning Center of Goshen College, where I am grateful to have worked for 10 years before joining Calvin in 2022. There, I was steeped in experiences involving sustainability, leadership, food systems, learning communities, curriculum development, mentorship, event planning, and more…all in the context of a beautiful nature preserve. That pattern continues here at Calvin, where I lead the Sustainability Fellows Cohort (and a good deal of student and community programming) from my cozy office overlooking the scenic Calvin Ecosystem Preserve and Native Gardens.

Education

BS in Environmental Science from Juniata College, 2008
MA in Environmental Education from Goshen College, 2012

Academic Interests

Interests

  • I’m all about community and connection. I love meeting new people and new places, connecting with them, and connecting people to each other and their places.
  • I am a growing theology student, and particularly drawn to Creation Care and the ways God speaks through nature – in the Bible and today.
  • I am absolutely fascinated by brain science and astronomy.
  • I love canoeing, hiking, camping…and pretty much anything outdoors.
  • I love games – from board games, to card games, to sports (especially soccer and ice hockey)
  • I am obsessed with my awesome spouse and our two amazing kids.