Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bio for Shane #399

Merged
merged 3 commits into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules/
.next
.DS_Store
.now
.env*.local
.env*.local
.vscode
7 changes: 5 additions & 2 deletions data/team.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { Link } from '@carbonplan/components'

const team = [
{
name: 'Jeremy Freeman',
Expand Down Expand Up @@ -61,6 +59,11 @@ const team = [
role: 'Editorial Lead',
bio: 'Maggie is an award-winning journalist with 20 years’ experience covering the intersection of science and society for such publications as FiveThirtyEight.com and The New York Times Magazine. She is a Harvard Nieman Fellow (’15) and Berkman Klein Fellow and a member of the board at the Council for the Advancement of Science Writing.',
},
{
name: 'Shane Loeffler',
role: 'Software Engineer',
bio: 'Shane is a software engineer with a background in the Earth Sciences. He’s excited to make maps, visualizations, and tools that aid in fights for environmental justice and climate action. He holds an MS in Earth Sciences from the University of Minnesota.',
},
]

const board = [
Expand Down
Loading