Skip to content

Commit

Permalink
Add ShelterTech Values to About Us page. (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardxia authored Jul 23, 2024
1 parent d354aab commit 999d84e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
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

0 comments on commit 999d84e

Please sign in to comment.