Skip to content

Commit

Permalink
[site/pages,vault,#97][s]: move initiatives index page
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilcodes committed Apr 5, 2023
1 parent de1432a commit fc1dad0
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 8 deletions.
8 changes: 0 additions & 8 deletions site/content/getters/initiatives.js

This file was deleted.

77 changes: 77 additions & 0 deletions site/pages/initiatives.jsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
import Link from "next/link";
import { allInitiatives } from "contentlayer/generated";
import InitiativeCard from "@/components/custom/InitiativeCard";

export default function Initiatives({ activeProjects, inactiveProjects }) {
return (
<div className="relative mx-auto lg:max-w-4xl px-4 sm:px-16 lg:px-20 mt-16 sm:mt-20 space-y-8">
<h1 className="text-4xl font-bold font-headings tracking-tight text-zinc-800 dark:text-zinc-100 sm:text-5xl">Our Projects</h1>
<div className="docs prose prose-headings:font-headings prose-a:break-words">
<p>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?</p>

<p>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:</p>

<h3>Pioneering Community Living</h3>

<p>At the core of what we do is the thesis that community living is key to embodying true transformation
of ourselves and society.</p>

<p>Why is community living so important? Because we need to combine inner transformation and outer development.
This is difficult, but living in a conscious community makes it easier. You have mutual support, accountability,
responsibility, connection.</p>

<p>This is why we dedicate ourselves to creating pathways and providing tools for people to live in intentional communities.</p>

<p>Examples: <Link href="/hubs">Co-living Hubs</Link>, <Link href="/initiatives/embodying-collective-transformation">Transformational Community Residencies</Link></p>

<h3>Transforming the Narrative</h3>

<p>We are undergoing one of the greatest paradigm shifts in history. At it’s foundations this shift requires a new way of being and new ways of doing.</p>

<p>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.</p>
</div>
<div>
<h3 className="text-2xl font-bold font-headings tracking-tight text-zinc-800 dark:text-zinc-100">Active Projects</h3>
<ul role="list" className="mx-auto mt-6 !pl-0 grid max-w-2xl grid-cols-1 sm:grid-cols-2 gap-x-12 gap-y-14 lg:mx-0 lg:max-w-none lg:grid-cols-3">
{activeProjects?.map(initiative => (
<InitiativeCard key={initiative._id} initiative={initiative} />
))}
</ul>
</div>
<div>
<h3 className="text-2xl font-bold font-headings tracking-tight text-zinc-800 dark:text-zinc-100">Currently Inactive Projects</h3>
<ul role="list" className="mx-auto mt-6 !pl-0 grid max-w-2xl grid-cols-1 sm:grid-cols-2 gap-x-12 gap-y-14 lg:mx-0 lg:max-w-none lg:grid-cols-3">
{inactiveProjects?.map(initiative => (
<InitiativeCard key={initiative._id} initiative={initiative} />
))}
</ul>
</div>
</div>
)
}

export async function getStaticProps() {
const initiatives = await allInitiatives
.filter(initiative => initiative.url_path !== "initiatives")
.sort((a,b) => new Date(b.created) - new Date(a.created))

const active = ["active", "incubating"]

const activeProjects = initiatives
.filter(initiative => active.includes(initiative.status))

const inactive = ["inactive", "completed"]

const inactiveProjects = initiatives
.filter(initiative => inactive.includes(initiative.status))

return {
props: {
activeProjects,
inactiveProjects
}
}
}
47 changes: 47 additions & 0 deletions vault/initiatives/index-old.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
<<<<<<< HEAD
title: "Our Initiatives"
decription: "Life Itself is a multi-level, multi-disciplinary organisation. This page showcases all our initiatives present and past."
created: 2023-03-23
Expand All @@ -12,6 +13,16 @@ 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 initiatives. 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:
=======
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
---

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:
>>>>>>> e39ef01 ([site/pages,vault,#97][s]: move initiatives index page)
### Pioneering Community Living

Expand All @@ -21,14 +32,19 @@ Why is community living so important? Because we need to combine inner transform

This is why we dedicate ourselves to creating pathways and providing tools for people to live in intentional communities.

<<<<<<< HEAD
Examples: [[hubs|Co-living Hubs]], [[embodying-collective-transformation|Transformational Community Residencies]]
=======
Examples: [[hubs |Co-living Hubs]], [[embodying-collective-transformation |Transformational Community Residencies]]
>>>>>>> e39ef01 ([site/pages,vault,#97][s]: move initiatives index page)
### Transforming the Narrative

We are undergoing one of the greatest paradigm shifts in history. At it’s foundations this shift requires a new way of being and new ways of doing.

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.

<<<<<<< HEAD
## Our Initiatives

### Active Initiatives
Expand Down Expand Up @@ -61,3 +77,34 @@ Our work brings inner transformation out of the domain of the purely spiritual,



=======
## Our Projects

### Active Projects

- [[hub-bergerac |The Bergerac Praxis Hub]]
- [[hub-berlin |The Berlin Hub]]
- [[columinate |Columinate]]
- [[conscious-parenting |Conscious Parenting]]
- [[ecosystem-mapping |Ecosystem Mapping]]
- [[exploring-web3-and-crypto |Exploring Web3 & Crypto]]
- [[hubs |Hubs]]
- [[labs |Labs]]
- [[hub-petit-bois-martin |The Petit Bois Martin Hub]]
- [[podcast |The Life Itself Podcast]]
- [[residencies |Residencies]]
- [[tao-of-life-itself |The Tao of Life Itself]]


### Currently Inactive Projects

- [[blind-spot-series |Blind Spots]]
- [[collective-intelligence |Collective Intelligence]]
- [[collective-wisdom |Collective Wisdom]]
- [[contemplative-activism |Contemplative Activism]]
- [[embodying-collective-transformation |Embodying Collective Transformation]]
- [[ontological-politics |Ontological Politics]]
- [[possibility-now |Possibility Now]]
- [[sustainable-wellbeing |Sustainable Wellbeing]]
- [[wisdom-colloquia |Wisdom Colloquia]]
>>>>>>> e39ef01 ([site/pages,vault,#97][s]: move initiatives index page)

0 comments on commit fc1dad0

Please sign in to comment.