, 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); })(); The name on the wall - News & Stories | 黄大仙高手论坛

黄大仙高手论坛

Skip to main content

Spark

The name on the wall

Thu, Sep 15, 2016

Whenever I am visiting Washington, D.C., I feel a strong pull to the Vietnam Veterans Memorial near the Lincoln Memorial.

There鈥檚 something uniquely powerful about Maya Lin鈥檚 presentation of the more than 58,000 names of the dead and missing etched in a long, shiny black granite wall, reflecting the images of those passing by.

Like no other memorial I鈥檝e seen, the聽memorial drives home the human cost of conflict. War takes sons, daughters, fathers, mothers, sisters, brothers, wives, husbands, friends. There are cards tucked in the panels, flowers, pictures. I鈥檝e witnessed tears and people praying with one hand on the wall.

For me, the memorial stands as representative of all armed conflicts, including today鈥檚 frightening turn toward terrorist attack as a war 鈥渟trategy.鈥

On my last visit to the memorial, I thought about a person whose name is on that wall, mentioned to me by Dan Vandersteen, a Calvin colleague who recently retired from his position as a Broene Center counselor.

For Dan, the war took his residence hall suitemate.

Kenneth Lee Brinks, a hard-working and faith-professing farm kid from Cadillac, Michigan鈥攁nd a Calvin sophomore鈥攅nlisted in the Army on Nov. 30, 1967, and left for Vietnam about a year later.

鈥淚 spent hours with Ken, listening as he struggled with making a decision about continuing at Calvin or leaving. He knew that leaving meant enlisting,鈥 said Vandersteen.

Brinks suffered a leg wound in combat a few months after arriving and was sent to Japan for convalescence, eventually returning to his unit.

On May 12, 1969, he was killed in action in Quang Nai Province. Brinks was 21.

The memorial has a website at which you can look up a name on the wall and leave an online comment or picture. On the site for Kenneth Lee Brinks, two comments are telling.

One is from a friend from back home who wrote that Brinks 鈥渨as much older than I was, but he became very special to me as a youngster. I was just a little kid, with red hair and freckles and had a speech defect. Ken took me under his arms, and when I started school I came to know him as my protector on the school bus. He was a hero to me most of my earlier childhood days and he will never be forgotten.鈥

Another, from his Army unit, very simply states: 鈥淗e saved my life on the Saigon River.鈥

Brinks never got to graduate from Calvin. His college suitemate just wants him to be remembered.

鈥淜enneth Lee Brinks鈥 is etched on the black granite of the Vietnam Veterans Memorial鈥攑anel 25W, row 62.

May all of the graduates of Calvin College, old and young, dedicate themselves anew 鈥渢o think deeply, to act justly, and to live whole-heartedly as Christ鈥檚 agents of renewal in the world.鈥

And in doing so, help to bring the shalom that will prevent more names from being etched on memorial walls in all the countries on earth.