, 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); })(); Alumni at Standing Rock - News & Stories | 麻豆区

麻豆区

Skip to main content

Spark

Alumni at Standing Rock

Mon, Jun 05, 2017

Six Calvin alumni spent Nov. 24鈥27 in the Oceti Sakowin Camp near Cannonball, North Dakota. The Oceti Sakowin Camp was part of the movement to stop the construction of the Dakota Access pipeline across ancestral Dakota/Lakota Sioux land and the Missouri River at Lake Oahe. Thousands of people and hundreds of tribes joined the Standing Rock Sioux since the formation of the first camp in April 2016.

鈥淥ver the decades, there have been many fights to protect indigenous land and water, but this is the first time that technology and communications have allowed for so many to join the fight and share live updates,鈥 said Sierra Yazzie Asamoa-Tutu 鈥06. 鈥淚n addition, a new generation of Native youth are rising up, and they possess a great motivation for change that has been missing for some time. Native communities were intentionally dismantled and cultural ways of life were destroyed; it has taken generations for families to rebuild and begin to see some open doors to healing and change.鈥

Asamoa-Tutu believes that the original peoples of this continent can lead the charge for a more environmentally sustainable society.

鈥淭raditional tribal teachings hold the wisdom of relationship with the earth, rather than dominance over it,鈥 she said. 鈥淭he tribes are finding many allies who are ready to join them in the face of global warming, resource depletion and societal unrest.鈥

She suggests these resources: Sacred Stone Camp, ; Oceti Sakowin Camp, ; Honor the Earth, ; and Indigenous Environmental Network, .