, 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); })(); We Are Calvin: Adam Wiersma - News & Stories | 麻豆区

麻豆区

Skip to main content

Calvin News

We Are Calvin: Adam Wiersma

Tue, Jul 30, 2013
Matt Kucinski

Every summer, hundreds of Calvin students scatter across the U.S. and around the world, researching, interning and exploring. This summer, some of these students are keeping us informed about their adventures. Next up: Adam Wiersma of Holland, Mich., a 2013 international development studies grad from Calvin College. This summer, Adam's cycling coast to coast for a good cause.

Where are you?

Cycling across North America from Los Angeles, Calif. to New York City, N.Y..

Why are you there?

I am participating in Sea to Sea, a cross-continental bicycle tour to raise money and awareness for the fight against the cycle of poverty.聽

What鈥檚 your typical day like?

Wake up before dawn, eat breakfast and pack lunch, ride for around 70 miles (depending on elevation change, etc.), share about our cause along the way, arrive at the next days camp, set up our tents, eat dinner, meet with our small groups, and rest up to do it again the next day.

What (technically) are you doing?

Participating in a nine-week, cross-continental bicycle tour from Los Angeles, Calif. to New York City, N.Y. that averages 70 miles per day. The tour is sponsored by the Reformed Church of America, World Renew of the Christian Reformed Church of North America and Partners Worldwide. The aim of this tour is to raise awareness as well as funds to help end the cycle of poverty. The money raised will be distributed between the sponsoring organizations as well as local efforts.

What (in layperson's terms) are you doing?

Biking across the country.

How has Calvin prepared you for this?

While studying international development, Calvin taught me how to love and care for our neighbors, whether they are down the road or across the globe. Calvin has helped structure a perspective that while no single effort is conclusive, we must act, take a step and join God in the good work He is already doing.

What has surprised you so far?

The remarkable sense of community that has already been built between the riders.

How do you see this shaping your future?

This tour will further my passion for doing the work of God's Kingdom and caring for His people. It will be another experience in which I will be challenged spiritually leading to a further enhanced perspective of humility. I anticipate building solid relationships based on Christ that will last long after the tour is over.

Best thing you鈥檝e eaten?

Every meal the wonderful kitchen volunteers have prepared for us!

Best picture you鈥檝e taken?

Our entire group lined up on the west coast dipping our back tires into the Pacific Ocean.

What鈥檚 gone wrong?

There have been a few injuries in the first days as well as extreme heat.

Met anybody memorable?

Every cyclist here has a unique and fascinating story of how God has worked in their life!


Authors: