Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ag/landing page update #651

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repo hosts the code for a new type of online learning environment, which mi
**Dependencies**

1. Yarn
2. Node v14 (we recommend [nvm](https://github.com/nvm-sh/nvm))
2. Node v16 (we recommend [nvm](https://github.com/nvm-sh/nvm))

```
git clone https://github.com/kernel-community/kernel-v2.git
Expand All @@ -24,23 +24,23 @@ Check out the `guiding` directory under `content/en` for everything you need to

## Roadmap

_The red road lies bare before us,_
_a path of joy, and life's good water_
_which wanders into rainbow fire_
_as it finds its way around the four_
_part turning harmony._
_Hear, dear friends, that old vision_
_our grandparents of the good mind gave:_
_a hoop of many hoops woven together_
_hoping the tree might bloom again,_
_though there is no king who will return._
_It is us_
_who must roll in time's dust_
_and gather the ash of past fires_
_to help grow a garden that holds_
_the light, and shifts it into_
_something sweet,_
_ripe, juicy,_
_redemptive._
_The red road lies bare before us,_
_a path of joy, and life's good water_
_which wanders into rainbow fire_
_as it finds its way around the four_
_part turning harmony._

_Hear, dear friends, that old vision_
_our grandparents of the good mind gave:_
_a hoop of many hoops woven together_
_hoping the tree might bloom again,_
_though there is no king who will return._

_It is us_
_who must roll in time's dust_
_and gather the ash of past fires_
_to help grow a garden that holds_
_the light, and shifts it into_
_something sweet,_
_ripe, juicy,_
_redemptive._
187 changes: 44 additions & 143 deletions content/en/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,168 +8,69 @@ hideScrollCTA: true
---

<InfoBlock>
<Box>

<Box>

# <span style="font-size:larger;">Kernel</span> is a peer-learning institution

A Kernel Block welcomes you into Kernel with ~200 unique, talented, and diverse peers.

In a block, fellows hone a craft, further projects, and explore fundamental ideas related to the web.

Each block is a unique experience - co-directed by fellows, dedicated to building a better web, together.
<Heading1>
Building a better web together, block by block
</Heading1>

Kernel is an open, peer-to-peer learning environment focused on building a better web.
<Flex sx={{alignItems: 'center'}}>

<Button to='/start/' secondary inline>
Curious?
</Button>

<Button to='https://apply.kernel.community' inline>
Apply
Applications open for KBX
</Button>
<Button to='/start/' outline inline>
About Kernel
</Button>

</Flex>

**Kernel Block 9 runs July-September 2024.**

</Box>

<Image src="/images/kernel_lp.png" title="Welcome to Kernel" />

</InfoBlock>

<InfoBlock>

<Image src="/images/kernel_learn.png" title="Learn" />

<Box>

# Learn & Craft

Our web is our shared environment. The Kernel book displays how decentralized, peer-to-peer, open-source, and onchain technologies help us relate and serves as a source of dialogue for Kernel Fellows during a block.

<Button to="/start/">Explore the Kernel Book</Button>

</Box>

</Box>
<Image src="/images/kernel-kbx-plant.png" title="Welcome to Kernel" />
</InfoBlock>


<Aligner center>

## Kernel Principles

</Aligner>

<Aligner center>

<Box sx={{width:'80%', textAlign:'center'}}>

Kernel is about balance. Each week we explore two principles through dialogue and our chosen craft. The priority is relating well.

</Box>

<Flex sx={{
flexDirection: 'column',
flexGap: '2px',
alignItems: 'center',
justifyContent: 'center'
}}>
<Heading3>
Celebrating 4 years of Kernel Blocks
</Heading3>
<Heading1>
Meet the Kernel Fellows
</Heading1>
</Flex>
</Aligner>
<Fellows />

<Box sx={{width:'80%', margin:'0 auto'}}>

<Column>

<Box>

### ⌛️ Web 3 Principles

<Process>

Trust is not only transactional.

Shared truths create value.

Learn the limits. Then you're free.

Money means speech.

Incentives inform everything.

Liberate radical institutions.

Resist censorship economically.

Scale ability.

</Process>

</Box>

<Box>

### 🌈 Personal Principles

<Process>

Play with pattern.

Develop the means to mean.

Ask better questions.

Consider your intention first.

Listen to and tell better stories.

Together, individuals govern well.

Learn how to love learning.

Giving is sacred.

</Process>

</Box>

</Column>

</Box>

<Stats />

<InfoBlock sx={{width:'80%'}}>

<Flex sx={{flexDirection:"column"}}>

<Aligner center sx={{marginTop:"-4rem"}}>

## Meet The Kernel Fellows

</Aligner>

</Flex>

<Flex sx={{flexDirection:"column"}}>
<Aligner center sx={{marginTop:"-4rem"}}>
<Heading2>
Featured Projects by Kernel Fellows
</Heading2>
</Aligner>
</Flex>
</InfoBlock>

<Aligner center>

<Fellows />

<Aligner center>
<Projects />
</Aligner>


<InfoBlock sx={{width:'80%'}}>

<Flex sx={{flexDirection:"column"}}>

<Aligner center sx={{marginTop:"-4rem"}}>

## Projects & Teams

<Aligner center>
<Heading2>
Explore the Kernel Book
</Heading2>
</Aligner>

</Flex>

</InfoBlock>

<Aligner center>
<Box sx={{width:'80%', textAlign:'center'}}>
Kernel topics are open source and open access. Explore the content and apply to be in the next Kernel block to learn alongside like-minded individuals creating change in web3 and beyond.
</Box>
</Aligner>

<Projects />

</Aligner>
<LearnTable />
Loading
Loading