Skip to content

Commit

Permalink
[vault/initiatives,#97][xs]: fix frontmatter status values and add in…
Browse files Browse the repository at this point in the history
…itiatives list component
  • Loading branch information
khalilcodes committed Apr 4, 2023
1 parent 3ee2f8c commit a9ce926
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion vault/initiatives/blind-spot-series.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ team:
alumni:
size: m
state: closed
status: complete
status: completed
created: 2023-03-21
---

Expand Down
2 changes: 1 addition & 1 deletion vault/initiatives/embodying-collective-transformation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ team:
- catherine-tran
size: l
status: closed
resolution: complete
resolution: completed
created: 2023-03-20
---

Expand Down
15 changes: 12 additions & 3 deletions vault/initiatives/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
title: "Our Projects"
decription: "Life Itself is a multi-level, multi-disciplinary organisation. This page showcases all our projects present and past."
created: 2023-03-23
data:
- initiatives
---

import InitiativeCard from "components/custom/InitiativeCard.jsx"
import InitiativesList from "components/custom/InitiativesList.jsx"

How do we bring about the shifts in being, culture and systems necessary to transform our social paradigm, and steer humanity and the planet into a flourishing future?

Here at Life Itself, we engage in many different projects. Some are experiments, others stand alone works, and others are ongoing explorations. All are designed to create a wiser, weller world. Our projects fall under two broad themes:
Expand All @@ -23,6 +29,11 @@ We are undergoing one of the greatest paradigm shifts in history. At it’s foun

Our work brings inner transformation out of the domain of the purely spiritual, and seeks to cement it as a pillar of social change that works for all. We use rigorous enquiry and sensemaking to better understand how we can make this paradigm shift a positive transformation for society.

<InitiativesList heading="Active projects" initiatives={initiatives} status={["active", "dormant", "incubating"]} />

<InitiativesList heading="Currently Inactive Projects" initiatives={initiatives} status={["completed", "retired", "merged", "cancelled", "closed"]} />

{/*
## Our Projects

### Active Projects
Expand Down Expand Up @@ -52,6 +63,4 @@ Our work brings inner transformation out of the domain of the purely spiritual,
- [[possibility-now |Possibility Now]]
- [[sustainable-wellbeing |Sustainable Wellbeing]]
- [[wisdom-colloquia |Wisdom Colloquia]]



*/}

0 comments on commit a9ce926

Please sign in to comment.