, 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: Jeremy Smith - News & Stories | 麻豆区

麻豆区

Skip to main content

Calvin News

We Are Calvin: Jeremy Smith

Mon, Aug 05, 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: junior Jeremy Smith of Grand Rapids, Mich., a strategic communications major at Calvin College. This summer, Jeremy is interning with Bayshore Christian Ministries.

Where are you?

I鈥檓 in East Palo Alto, CA.

Why are you there?

I鈥檓 out here with Bayshore Christian Ministries learning about a particular avenue of ministry: holistic development. They鈥檝e been invested in the EPA community for about 30 years doing community work saturated in the Gospel and rooted in Christian Community Development principles inspired by leader and Civil Rights activist John Perkins.

What's your typical day like?

As an intern, the (school) day begins at 7 a.m. We begin by preparing for our students in the classroom and teaching language arts, writing, math and other literacy skills. We do this until lunch, and after lunch we prepare for workshops that alternate every other day. Following our workshops we transport our students to a sports camp and pick them up later in the afternoon. On top of our classroom work we do home visits to build intentional and lasting relationships with the families of the students and take them on at least one field trip a week.

What (technically) are you doing?

My work as a BCM intern is to love on the elementary-age students in a holistic manner. Most of my job takes place in the classroom encouraging literacy skills, building relationships and affirming them as a diverse body of young community members. All this while growing as a young Christian leader on a team with about 15 other interns.

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

I鈥檓 interning on a diverse team of Christian leaders from around the country, teaching elementary students a variety of literacy and workshop skills and learning effective avenues of Christian Community Development and principles.

How has Calvin prepared you for this?

This past school year during my resident assistant training I was introduced to the CCDA through campus minister and friend, Nate Bradford. Calvin provided me with an opportunity to be exposed to this amazing area of ministry and experience it first hand. Also, I believe serving and learning at Calvin has prepared me to think more creatively and effectively as a teammate, not just as an individual.

What has surprised you so far?

The amount of behind the scenes work that elementary teachers, or teachers in general, have to do!! It鈥檚 wild but worth it!

How do you see this shaping your future?

Holistic development and (youth) ministry are both totally in my future. I鈥檓 not sure where I鈥檒l be called but I know that this is a game-changer decision in my life. Definitely looking forward to growth and clarity for the next steps in life, not to mention the boldness it took to come to a new place, by myself, unknown to others and begin to make a name and reputation for myself. God is so good!

Best thing you鈥檝e eaten?

This is tough, I really dig In-N-Out burgers though so I鈥檒l go with that. Especially the Animal Style fries!

Best picture you鈥檝e taken?

Probably out in San Jose at the top of a hill overlooking the city. Definitely a sweet experience.

What鈥檚 gone wrong?

One night one of our housemates got locked out of the house and had to sleep in his car! All of our phones were on silent and it was late when he got home so we were all asleep. We all felt terrible (But laughed about it looking back)!!

Met anybody memorable?

I鈥檇 say our BCM coordinator, and boss, Amy Joh. To me she embodies Jesus. Super quality woman!!


Authors: