You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/values.ts
+10-15Lines changed: 10 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,28 +1,23 @@
1
1
constvalues=[
2
2
{
3
-
title: "Empathy",
4
-
description:
5
-
"Only by understanding our own and our counterpart's values, perspectives, and feelings can we communicate and collaborate efficiently with them. Empathy drives us to actively listen, support one another, and approach challenges with compassion, whether we're working with teammates, customers, or partners.",
3
+
titleKey: "values.empathy.title",
4
+
descriptionKey: "values.empathy.description",
6
5
},
7
6
{
8
-
title: "Transparency",
9
-
description:
10
-
"Open communication builds trust. We maintain transparent processes and decisions, ensuring everyone has the information they need. Direct communication helps us resolve conflicts quickly and avoid misunderstandings.",
"Taking ownership means embracing end-to-end responsibility for our work and its impact. We empower each member to act as a leader in their roles, driving results with accountability and pride. Ownership is about taking charge, being proactive, learning from mistakes, and continuously improving.",
11
+
titleKey: "values.ownership.title",
12
+
descriptionKey: "values.ownership.description",
16
13
},
17
14
{
18
-
title: "Passion",
19
-
description:
20
-
"Our enthusiasm for how we work and the people and technologies we work with fuels innovation and creativity. Whether it's engaging with our community, exploring emerging technologies, advocating for FOSS, or indulging our innate curiosity, our passion keeps us inspired and motivated. We celebrate nerdity and the joy of lifelong learning.",
15
+
titleKey: "values.passion.title",
16
+
descriptionKey: "values.passion.description",
21
17
},
22
18
{
23
-
title: "Simplicity",
24
-
description:
25
-
"Be it in our communication, designs, code, or contracts, we eliminate unnecessary complexity in all we do. By focusing on what truly matters and communicating it in simple words, we make it easier for our team, clients, and partners to work together effectively and meaningfully",
Copy file name to clipboardExpand all lines: src/i18n/en.ts
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,21 @@ const en = {
50
50
51
51
// Values Section
52
52
"values.title": "Our Values",
53
+
"values.empathy.title": "Empathy",
54
+
"values.empathy.description":
55
+
"Only by understanding our own and our counterpart's values, perspectives, and feelings can we communicate and collaborate efficiently with them. Empathy drives us to actively listen, support one another, and approach challenges with compassion, whether we're working with teammates, customers, or partners.",
56
+
"values.transparency.title": "Transparency",
57
+
"values.transparency.description":
58
+
"Open communication builds trust. We maintain transparent processes and decisions, ensuring everyone has the information they need. Direct communication helps us resolve conflicts quickly and avoid misunderstandings.",
59
+
"values.ownership.title": "Ownership",
60
+
"values.ownership.description":
61
+
"Taking ownership means embracing end-to-end responsibility for our work and its impact. We empower each member to act as a leader in their roles, driving results with accountability and pride. Ownership is about taking charge, being proactive, learning from mistakes, and continuously improving.",
62
+
"values.passion.title": "Passion",
63
+
"values.passion.description":
64
+
"Our enthusiasm for how we work and the people and technologies we work with fuels innovation and creativity. Whether it's engaging with our community, exploring emerging technologies, advocating for FOSS, or indulging our innate curiosity, our passion keeps us inspired and motivated. We celebrate nerdity and the joy of lifelong learning.",
65
+
"values.simplicity.title": "Simplicity",
66
+
"values.simplicity.description":
67
+
"Be it in our communication, designs, code, or contracts, we eliminate unnecessary complexity in all we do. By focusing on what truly matters and communicating it in simple words, we make it easier for our team, clients, and partners to work together effectively and meaningfully",
0 commit comments