Skip to content

Commit

Permalink
Merge pull request #1618 from LauraUmana/copy-updates-for-site
Browse files Browse the repository at this point in the history
Copy updates for site
  • Loading branch information
Mephistic authored Sep 11, 2024
2 parents 8c57181 + d16390f commit 0141a9f
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 40 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,7 @@ const OurMissionCardContent = () => {
<Row>
<Col
className={`p-3 fs-6 fs-sm-5 tracking-tight text-start lh-sm pt-4 pb-3 pb-sm-4`}
>
<p className="text-center">{t("mission.callout")}</p>
</Col>
></Col>
</Row>
<Row>
<Col>
Expand All @@ -156,29 +154,6 @@ const OurMissionCardContent = () => {
</Col>
</Row>

<Row className="align-items-end mt-5">
<Col lg={4} className="text-lg-center text-start pb-0">
<StepsImage
fluid
src="/step-1.svg"
alt="step 1 of the legislative process"
/>
</Col>
<Col lg={4} className="text-lg-center text-end pb-0">
<StepsImage
fluid
src="/step-2.svg"
alt="step 2 of the legislative process"
/>
</Col>
<Col lg={4} className="text-lg-center text-start ps-lg-0">
<StepsImage
fluid
src="/step-3.svg"
alt="step 3 of the legislative process"
/>
</Col>
</Row>
{!authenticated && (
<>
<Row className="text-center">
Expand Down
8 changes: 4 additions & 4 deletions components/OurTeam/AdvisoryBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ export const AdvisoryBoard = () => {
<Col className="my-3">
<SectionContainer className="py-1">
<MemberItem
name="Danielle Allen"
descr="Danielle is the James Bryant Conant University Professor at Harvard University, Director of the Allen Lab for Democracy Renovation at Harvard Kennedy School's Ash Center for Democratic Governance and Innovation, and President of Partners in Democracy. She is a professor of political philosophy, ethics, and public policy. She is also a seasoned nonprofit leader, democracy advocate, tech ethicist, distinguished author, and mom."
name="John Griffin"
descr="John Griffin is the Managing Partner for Strategy at Partners in Democracy. He has spent a decade working in Massachusetts policy and politics, including as Massachusetts Policy Director at Democrats for Education Reform. John holds a Master in Public Policy degree from the Harvard Kennedy School."
/>
<Divider />
<MemberItem
Expand All @@ -37,8 +37,8 @@ export const AdvisoryBoard = () => {
/>
<Divider />
<MemberItem
name="Beth Noveck"
descr="Beth Simone Noveck is a professor at Northeastern University, where she directs the Burnes Center for Social Change and its partner project, The Governance Lab (The GovLab) and its MacArthur Research Network on Opening Governance. The author of Solving Public Problems: How to Fix Our Government and Change Our World (Yale Press 2021), named a Best Book of 2021 by Stanford Social Innovation Review, she is a member of the faculty at Northeastern’s Institute for Experiential AI. New Jersey governor Phil Murphy appointed her as the state’s first Chief Innovation Officer and Chancellor Angela Merkel named her to her Digital Council in 2018."
name="David Fields"
descr="David Fields, Ph.D., is Professor of the Practice within the Graduate School of Education at Northeastern University and Senior Fellow with The Burnes Center for Social Change. He brings over 20 years of higher education experience building, launching, and scaling industry aligned programs. At the Burnes Center, his work includes supporting AI for Impact, and its InnovateMA co-op program in partnership with the Commonwealth of Massachusetts."
/>
<Divider />
<MemberItem
Expand Down
34 changes: 27 additions & 7 deletions components/OurTeam/SteeringCommittee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,48 @@ export const SteeringCommittee = () => {
name="Dan Jackson"
descr="Dan Jackson directs Northeastern University School of Law’s NuLawLab, where he draws on his design and law backgrounds to educate the legal inventors of the future."
/>
<Divider />
<MemberItem
name="John Griffin"
descr="John Griffin is the Managing Partner for Strategy at Partners in Democracy. John spent a decade working in Massachusetts policy and politics, including as Massachusetts Policy Director at Democrats for Education Reform. He has experience advising nonprofits, campaigns, and civil society organizations on achieving their policy goals."
/>
<Divider />
<MemberItem
name="Elaine Almquist"
descr="Elaine F. Almquist is the founder and principal of Almquist & Associates, where she advises candidates and organizations on how to build political power, win office, and nurture long-term movements. Elaine has spent twenty years on the ground in campaigns and organizations, and serves on the advisory board of Rank The Vote."
/>
</SectionContainer>
</Col>
</Row>
<Row>
<Col className="my-3">
<SectionContainer>
<SectionTitle className="p-2">
User Experience Design & Engineering Leads
User Experience, Design & Engineering Leads
</SectionTitle>
<MemberItem
name="Alex Ball"
descr="Alex Ball is a full-stack software developer. He enjoys building useful user experiences, learning new technologies, and helping other developers be productive. He currently works at Cyvl.ai on geospatial applications to help governments manage their infrastructure assets."
name="James Vasquez"
descr="James Vasquez is a User Experience Product Designer who has been in the digital product industry for 9 years (professionally, and volunteering for projects). He currently works at CVS Health, mentors UX students at Designlab, and is a Board Member of UXPA Boston. "
/>
<Divider />
<MemberItem
name="Matt King"
descr="Matt King is a Full-Stack Software Engineer. He received a Bachelor's Degree in Computer Science and Cognitive Psychology from Northeastern University."
/>
<Divider />
<MemberItem
name="Sasha Goldberg"
descr="Sasha Goldberg has volunteered with Code for Boston for over seven years and is a full stack developer. Before entering the software development profession, Sasha was a video editor and motion graphic designer."
name="Merritt Baggett"
descr="Merritt Baggett is a freelance React Front-End Web Developer. He received a Bachelor's Degree in Psychology from Virginia Tech."
/>
<Divider />
<MemberItem
name="James Vasquez"
descr="James Vasquez is a User Experience Product Designer who has been in the digital product industry for 9 years (professionally, and volunteering for projects). He currently works at CVS Health, mentors UX students at Designlab, and is a Board Member of UXPA Boston. "
name="Kimin Kim"
descr="Kimin Kim is a Lead Front-end Developer at the Data Lab for Tech Impact with a Bachelor's Degree of Computer Science from Northeastern University. His hobbies are playing volleyball/badminton, eating good food, and learning new skills."
/>
<Divider />
<MemberItem
name="Minqi Chai"
descr="Minqi Chai is a social scientist and user experience researcher, advocating for human-centered approaches in digital transformation. She received her PhD in Political Science and Government from Cornell University."
/>
</SectionContainer>
</Col>
Expand Down
2 changes: 1 addition & 1 deletion pages/bills/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default createPage({
Page: () => {
return (
<Container fluid="md" className="mt-3">
<h1>All Bills</h1>
<h1>Browse Bills</h1>
<BillSearch />
</Container>
)
Expand Down
4 changes: 2 additions & 2 deletions public/locales/en/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"resources": "Resources"
},
"links": {
"learnWriting": "To Writing Effective Testimony",
"learnWriting": "To Write Effective Testimony",
"learnProcess": "About the Legislative Process",
"learnWhy": "Why use MAPLE",
"learnWhy": "Why Use MAPLE",
"supportMaple": "Support MAPLE",
"ourMission": "Mission & Goals",
"team": "Team",
Expand Down

0 comments on commit 0141a9f

Please sign in to comment.