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 ShelterTech Values to About Us page. #390

Merged
merged 1 commit into from
Jul 23, 2024
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
6 changes: 5 additions & 1 deletion src/components/grid-aware/ImageHeader/ImageHeader.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
font: var(--font-body-large);
}

.description :first-child {
.description > :first-child {
margin: 0;
}

Expand All @@ -106,6 +106,10 @@
margin-top: 30px;
}

.description li:not(:first-child) {
margin-top: 8px;
}

.ctaButtonRow {
display: flex;
flex-flow: row wrap;
Expand Down
33 changes: 33 additions & 0 deletions src/pages/about/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,39 @@ export default () => (
ShelterTech programs and build awareness
</li>
</ul>
<h2>ShelterTech Values</h2>
<ul>
<li>
<b>COLLABORATION:</b> We create and embrace partnerships as fuel
to propel our own work and innovation, and to drive the best
possible outcomes.
</li>
<li>
<b>COMMUNITY:</b> We cultivate and amplify the voices of people
and organizations in our community with the experience and
expertise to best serve it.
</li>
<li>
<b>HUMANITY:</b> We are committed to upholding the dignity, needs
and rights of all.
</li>
<li>
<b>INCLUSIVITY:</b> We champion equity and belonging as
fundamental.
</li>
<li>
<b>INNOVATION:</b> We are scrappy. We use people power to meet the
most urgent needs of our community.
</li>
<li>
<b>INTEGRITY:</b> We embrace responsibility and accountability in
all of our work.
</li>
<li>
<b>RESILIENCY:</b> We champion the resiliency of our community and
the individuals who are part of it.
</li>
</ul>
</>
}
image1={{
Expand Down
Loading