Skip to content

Commit

Permalink
basic linting + reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyangg committed Aug 28, 2024
1 parent 299839a commit c7cba3d
Showing 1 changed file with 71 additions and 121 deletions.
192 changes: 71 additions & 121 deletions content/en/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,164 +8,114 @@ hideScrollCTA: true
---

<InfoBlock>

<Box>

# Building a better web together, block by block

Kernel is an open, peer-to-peer learning environment focused on building a better web.

<Flex sx={{alignItems: 'center'}}>

<Button to='https://apply.kernel.community' inline>
Applications open for KBX
</Button>

<Button to='/start/' outline inline>
About Kernel
</Button>



</Flex>

</Box>

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

<Box>
# Building a better web together, block by block
Kernel is an open, peer-to-peer learning environment focused on building a better web.
<Flex sx={{alignItems: 'center'}}>
<Button to='https://apply.kernel.community' inline>
Applications open for KBX
</Button>
<Button to='/start/' outline inline>
About Kernel
</Button>
</Flex>
</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>
<Aligner center>
<Fellows />
</Aligner>

</Box>

<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>
</InfoBlock>


<Aligner center>

## Kernel Principles

## 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>

<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>
</Aligner>

<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 sx={{width:'80%', margin:'0 auto'}}>
<Column>
<Box>
### ⌛️ Web 3 Principles
<Process>
Trust is not only transactional.

<Box>
Shared truths create value.

### 🌈 Personal Principles
Learn the limits. Then you're free.

<Process>
Money means speech.

Play with pattern.
Incentives inform everything.

Develop the means to mean.
Liberate radical institutions.

Ask better questions.
Resist censorship economically.

Consider your intention first.
Scale ability.

Listen to and tell better stories.
</Process>
</Box>
<Box>
### 🌈 Personal Principles
<Process>
Play with pattern.

Together, individuals govern well.
Develop the means to mean.

Learn how to love learning.
Ask better questions.

Giving is sacred.
Consider your intention first.

</Process>
Listen to and tell better stories.

</Box>
Together, individuals govern well.

</Column>
Learn how to love learning.

Giving is sacred.
</Process>
</Box>
</Column>
</Box>


<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"}}>
## Meet The Kernel Fellows
</Aligner>
</Flex>
</InfoBlock>

<Aligner center>

<Fellows />

</Aligner>


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

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

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

## Projects & Teams

</Aligner>

</Flex>

<Flex sx={{flexDirection:"column"}}>
<Aligner center sx={{marginTop:"-4rem"}}>
## Projects & Teams
</Aligner>
</Flex>
</InfoBlock>

<Aligner center>

<Projects />

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

0 comments on commit c7cba3d

Please sign in to comment.