Skip to content

Commit

Permalink
Update Values (#315)
Browse files Browse the repository at this point in the history
* changed values

* Change values justify-content to space-around

Co-authored-by: Kyu Won (Frederick) Kim <[email protected]>
  • Loading branch information
jasonzbao and kwfk committed Jan 1, 2020
1 parent e9ca390 commit 4e3d0d0
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 17 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/pages/about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
.values-container {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
justify-content: space-around;

.value {
position: relative;
Expand Down
22 changes: 16 additions & 6 deletions app/views/pages/about.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,28 @@ section.about-page-values-section#values
.values-container
.value
div.value-num 01
h3.value-title Craft
p.value-desc = t ".values.craft"
h3.value-title Mission First
p.value-desc = t ".values.mission"

.value
div.value-num 02
h3.value-title Culture
p.value-desc = t ".values.culture"
h3.value-title Perpetual Growth
p.value-desc = t ".values.growth"

.value
div.value-num 03
h3.value-title Heart
p.value-desc = t ".values.heart"
h3.value-title Cherish Each Other
p.value-desc = t ".values.cherish"

.value
div.value-num 04
h3.value-title Always Innovate
p.value-desc = t ".values.innovate"

.value
div.value-num 05
h3.value-title Be Humble
p.value-desc = t ".values.humble"

section.photo-carousel.about-page-photo-carousel
.wrapper
Expand Down
30 changes: 20 additions & 10 deletions config/locales/en/about.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,26 @@ en:
To make beautiful engineering accessible and useful
for those who create communities and promote public welfare.
values:
craft: >
Our projects are carefully constructed from the first contact with the nonprofit to project
deployment and live use. We are meticulous about our design, our process, and our code.
culture: >
Bloopers work hard and play hard. When we’re not developing, we eat, play,
and volunteer together. We value a good sense of humor and think that there's fun to be had
wherever we go.
heart: >
We believe that our education and abilities should be used for good. Our motivation pushes us to
constantly learn, work hard, and find solutions where others haven't looked.
mission: >
We as Blueprint members ultimately unify under one goal - achieving our mission. We place the interests of
the people and partners we serve above our own. Our primary measure of success is the amount of positive
impact we create through our work.
growth: >
We as Blueprint members value the academic, social, and personal growth of our peers. We constantly seek
to perpetuate the cycle of learning and teaching, for our benefit and for others. We strive to offer a helping
hand in times of need and push each other to succeed.
cherish: >
We as Blueprint members seek to cherish our time spent together. We develop meaningful relationships that
extend well beyond the scope of the organization. We value each other as individuals and appreciate our
differences.
innovate: >
We as Blueprint members recognize that change is both inevitable and necessary. We are committed to
innovate and emphasize effective solutions as needed in order to remain relevant - nothing is sacred. We
welcome new ideas and diverse thinking.
humble: >
We as Blueprint members strive to remain humble, accept our imperfections, and be receptive to feedback.
We approach challenges with an open mind and remember that anyone can pursue social good, not just
Blueprint.
team:
title: The Team
description: >
Expand Down

0 comments on commit 4e3d0d0

Please sign in to comment.