diff --git a/src/components/Group.vue b/src/components/Group.vue new file mode 100644 index 000000000..66e9b7f5e --- /dev/null +++ b/src/components/Group.vue @@ -0,0 +1,54 @@ + + + \ No newline at end of file diff --git a/src/pages/About.vue b/src/pages/About.vue index c7ce26ecd..a54ed5a75 100644 --- a/src/pages/About.vue +++ b/src/pages/About.vue @@ -56,21 +56,21 @@ created. Below are the three pillars that ThreeFold is built on:

-

EQUALITY

+
EQUALITY

Equality is the foundation for a fair world where everyone is given the opportunity to be empowered and to achieve their full potential.

-

AUTONOMY

+
AUTONOMY

Being empowered to learn, partake, dream and succeed is fundamental to achieve peace and fulfillment of humankind's potential

-

SUSTAINABILITY

+
SUSTAINABILITY

Sustainability ensures the future of life on earth. It is about adopting the behavior and mindset to minimize our footprint. @@ -148,6 +148,12 @@

+
+
+
+
+
+
diff --git a/src/templates/People.vue b/src/templates/People.vue index 3a16e31e1..1fa864dd3 100644 --- a/src/templates/People.vue +++ b/src/templates/People.vue @@ -2,14 +2,13 @@
- +
- query ($private: Int){ entries: allPerson (sortBy: "rank", order: DESC, filter: { private: { ne: $private }}){ totalCount @@ -35,23 +34,68 @@ query ($private: Int){ } } } + + memberships: allMembership{ + edges{ + node{ + id + title + path + } + } + } }