├── .all-contributorsrc
├── .env.example
├── .eslintignore
├── .eslintrc.js
├── .flowconfig
├── .github
├── CODEOWNERS
├── ISSUE_TEMPLATE
│ ├── bug_report.md
│ ├── create-a-new-task.md
│ ├── create-an-epic.md
│ └── feature_request.md
├── dependabot.yml
├── pr-labeler.yml
├── pull_request_template.md
└── workflows
│ ├── deploy-gh-pages.yml
│ ├── main.yml
│ └── poolparty.yml
├── .gitignore
├── .kodiak.toml
├── .nvmrc
├── .prettierignore
├── .prettierrc.js
├── Dockerfile
├── LICENSE
├── README.md
├── blogPosts
└── en
│ └── blog
│ ├── Editorial
│ ├── arranging-participation.mdx
│ ├── constituting-consensus.mdx
│ ├── kernel-returns.mdx
│ ├── launching-kb3.mdx
│ ├── signature-stories.mdx
│ ├── summer-of-love.mdx
│ └── what-is-kernel.mdx
│ └── community
│ ├── celo-space.mdx
│ ├── free-learn.mdx
│ ├── freedom-in-learning.mdx
│ ├── kernel-a-refreshed-definition.mdx
│ ├── number-one-identity.mdx
│ ├── scholarships.mdx
│ ├── setting-prison-art-free.mdx
│ └── web3-contracting.mdx
├── content
├── all-contributors.json
├── cn
│ ├── UI.json
│ └── start
│ │ ├── code-of-conduct.mdx
│ │ ├── index.mdx
│ │ └── principled-people.mdx
├── en
│ ├── UI.json
│ ├── build
│ │ ├── culture
│ │ │ └── index.mdx
│ │ ├── dance
│ │ │ ├── classes.mdx
│ │ │ ├── glossary.mdx
│ │ │ ├── index.mdx
│ │ │ └── inspiration.mdx
│ │ ├── daos
│ │ │ ├── cosmic-reality.mdx
│ │ │ ├── expanding-universe.mdx
│ │ │ ├── index.mdx
│ │ │ ├── infinite-learning.mdx
│ │ │ ├── open-multiverse.mdx
│ │ │ ├── past-light.mdx
│ │ │ └── record.mdx
│ │ ├── decentralized-ai
│ │ │ ├── analogue-imaginings.mdx
│ │ │ ├── generative-adversaries.mdx
│ │ │ ├── index.mdx
│ │ │ ├── into-the-ocean.mdx
│ │ │ └── punks-python.mdx
│ │ ├── defi
│ │ │ ├── funding-grants.mdx
│ │ │ └── index.mdx
│ │ ├── desci
│ │ │ ├── index.mdx
│ │ │ └── open-questions.mdx
│ │ ├── games
│ │ │ ├── freedom.mdx
│ │ │ ├── index.mdx
│ │ │ ├── infinite.mdx
│ │ │ ├── patterns.mdx
│ │ │ ├── recordings.mdx
│ │ │ └── value.mdx
│ │ ├── index.mdx
│ │ ├── nfteasy
│ │ │ ├── character-types.mdx
│ │ │ ├── index.mdx
│ │ │ ├── long-life-libraries.mdx
│ │ │ ├── perma-network-culture.mdx
│ │ │ └── woulds-tries.mdx
│ │ ├── open-data
│ │ │ ├── index.mdx
│ │ │ ├── trans-local.mdx
│ │ │ ├── transact.mdx
│ │ │ ├── transcend.mdx
│ │ │ └── transfinity.mdx
│ │ ├── outsmarting-contracts
│ │ │ ├── index.mdx
│ │ │ ├── lifting-the-veil.mdx
│ │ │ ├── random-order.mdx
│ │ │ ├── reenter-the-kingdom.mdx
│ │ │ └── true-store.mdx
│ │ ├── regeneration
│ │ │ ├── index.mdx
│ │ │ ├── locus-of-control.mdx
│ │ │ ├── phoenix.mdx
│ │ │ ├── points-of-leverage.mdx
│ │ │ └── principled-patterning.mdx
│ │ └── sati
│ │ │ ├── citta.mdx
│ │ │ ├── dhamma.mdx
│ │ │ ├── index.mdx
│ │ │ ├── kayagata.mdx
│ │ │ └── vedana.mdx
│ ├── conversation
│ │ ├── hospitality
│ │ │ ├── deep-response.mdx
│ │ │ └── index.mdx
│ │ ├── in-visibility.mdx
│ │ ├── index.mdx
│ │ ├── oral-testimony.mdx
│ │ ├── power-less.mdx
│ │ ├── reciprocity.mdx
│ │ ├── sand-talk.mdx
│ │ ├── thanksgiving.mdx
│ │ └── true-voice.mdx
│ ├── guiding
│ │ ├── engineers
│ │ │ ├── index.mdx
│ │ │ ├── navigation.mdx
│ │ │ ├── search.mdx
│ │ │ └── translation.mdx
│ │ ├── guides
│ │ │ ├── index.mdx
│ │ │ ├── interviews.mdx
│ │ │ ├── juntos.mdx
│ │ │ └── mentors.mdx
│ │ ├── index.mdx
│ │ ├── privacy.mdx
│ │ ├── terms-of-service.mdx
│ │ └── writers
│ │ │ ├── frontmatter.mdx
│ │ │ ├── how-to.mdx
│ │ │ ├── index.mdx
│ │ │ ├── recipes
│ │ │ ├── components.mdx
│ │ │ ├── icons.mdx
│ │ │ └── index.mdx
│ │ │ └── translation.mdx
│ ├── index.mdx
│ ├── koans
│ │ ├── index.mdx
│ │ ├── module-1.mdx
│ │ ├── module-3.mdx
│ │ └── module-7.mdx
│ ├── learn
│ │ ├── index.mdx
│ │ ├── module-0
│ │ │ ├── conversation.mdx
│ │ │ ├── index.mdx
│ │ │ ├── money-language.mdx
│ │ │ ├── play-of-pattern.mdx
│ │ │ ├── purpose.mdx
│ │ │ ├── trust.mdx
│ │ │ └── weird-ways.mdx
│ │ ├── module-1
│ │ │ ├── dreamers.mdx
│ │ │ ├── index.mdx
│ │ │ ├── joyful-subversion.mdx
│ │ │ ├── meaning.mdx
│ │ │ ├── playdough-protocols.mdx
│ │ │ ├── understanding-ethereum.mdx
│ │ │ └── value.mdx
│ │ ├── module-2
│ │ │ ├── banking.mdx
│ │ │ ├── better-questions.mdx
│ │ │ ├── debt.mdx
│ │ │ ├── engineering.mdx
│ │ │ ├── index.mdx
│ │ │ ├── money-speech.mdx
│ │ │ └── shelling-out.mdx
│ │ ├── module-3
│ │ │ ├── freedom.mdx
│ │ │ ├── humility.mdx
│ │ │ ├── index.mdx
│ │ │ ├── intention.mdx
│ │ │ ├── lock-it-open.mdx
│ │ │ ├── remember.mdx
│ │ │ └── time.mdx
│ │ ├── module-4
│ │ │ ├── art.mdx
│ │ │ ├── consensus.mdx
│ │ │ ├── governance.mdx
│ │ │ ├── index.mdx
│ │ │ ├── liberal-radical.mdx
│ │ │ ├── self-enquiry.mdx
│ │ │ └── the-garden.mdx
│ │ ├── module-5
│ │ │ ├── amazon-unbounded-search.mdx
│ │ │ ├── incentives.mdx
│ │ │ ├── index.mdx
│ │ │ ├── listening-stories.mdx
│ │ │ ├── prosocial-value.mdx
│ │ │ ├── reveal-the-universe.mdx
│ │ │ └── the-peoples-narrative.mdx
│ │ ├── module-6
│ │ │ ├── censorship-resistance.mdx
│ │ │ ├── duende.mdx
│ │ │ ├── index.mdx
│ │ │ ├── inventing-on-principle.mdx
│ │ │ ├── learn.mdx
│ │ │ ├── participate.mdx
│ │ │ └── serenity.mdx
│ │ ├── module-7
│ │ │ ├── giving.mdx
│ │ │ ├── index.mdx
│ │ │ ├── no-paradigm.mdx
│ │ │ ├── perfection.mdx
│ │ │ ├── scale-ability.mdx
│ │ │ └── the-gift.mdx
│ │ └── module-metta
│ │ │ ├── beautiful-homes.mdx
│ │ │ ├── build-native-altars.mdx
│ │ │ ├── index.mdx
│ │ │ ├── relating-kernel.mdx
│ │ │ ├── school-sucks.mdx
│ │ │ └── start-small.mdx
│ ├── resources
│ │ ├── culture.mdx
│ │ ├── design-ux.mdx
│ │ ├── development.mdx
│ │ ├── index.mdx
│ │ ├── research.mdx
│ │ └── security.mdx
│ ├── start
│ │ ├── code-of-conduct.mdx
│ │ ├── faq.mdx
│ │ ├── free-learning.mdx
│ │ ├── how-to-use.mdx
│ │ ├── index.mdx
│ │ └── principled-people.mdx
│ ├── tokens
│ │ ├── index.mdx
│ │ ├── token-studies
│ │ │ ├── dap-ps.mdx
│ │ │ ├── free-learn
│ │ │ │ ├── index.mdx
│ │ │ │ ├── learnings.mdx
│ │ │ │ ├── og-paper.mdx
│ │ │ │ └── spec.mdx
│ │ │ ├── honour.mdx
│ │ │ ├── index.mdx
│ │ │ ├── maker-difference.mdx
│ │ │ ├── pan.mdx
│ │ │ ├── rai.mdx
│ │ │ ├── restoring-justice.mdx
│ │ │ ├── rocket-pool.mdx
│ │ │ └── signature-economies.mdx
│ │ └── tokenomics
│ │ │ ├── adaptive-sharing.mdx
│ │ │ ├── communal-treasure.mdx
│ │ │ ├── flying-high.mdx
│ │ │ ├── index.mdx
│ │ │ ├── math.mdx
│ │ │ ├── mounting-up.mdx
│ │ │ ├── nouns.mdx
│ │ │ ├── ocean-curves.mdx
│ │ │ ├── regenerative-commons.mdx
│ │ │ └── shared-wisdom.mdx
│ └── track-gaming
│ │ ├── index.mdx
│ │ ├── module-0
│ │ ├── crafted.mdx
│ │ ├── curated.mdx
│ │ └── index.mdx
│ │ ├── module-1
│ │ ├── crafted.mdx
│ │ ├── curated.mdx
│ │ └── index.mdx
│ │ ├── module-2
│ │ ├── crafted.mdx
│ │ ├── curated.mdx
│ │ └── index.mdx
│ │ ├── module-3
│ │ ├── crafted.mdx
│ │ ├── curated.mdx
│ │ └── index.mdx
│ │ ├── module-4
│ │ ├── crafted.mdx
│ │ ├── curated.mdx
│ │ └── index.mdx
│ │ ├── module-5
│ │ ├── crafted.mdx
│ │ ├── curated.mdx
│ │ └── index.mdx
│ │ ├── module-6
│ │ ├── crafted.mdx
│ │ ├── curated.mdx
│ │ └── index.mdx
│ │ └── x-genesis
│ │ ├── collected.mdx
│ │ └── index.mdx
├── es
│ ├── UI.json
│ ├── build
│ │ └── outsmarting-contracts
│ │ │ ├── index.mdx
│ │ │ ├── lifting-the-veil.mdx
│ │ │ ├── random-order.mdx
│ │ │ ├── reenter-the-kingdom.mdx
│ │ │ └── true-store.mdx
│ └── learn
│ │ ├── module-0
│ │ ├── conversation.mdx
│ │ ├── index.mdx
│ │ ├── money-language.mdx
│ │ ├── play-of-pattern.mdx
│ │ ├── purpose.mdx
│ │ └── trust.mdx
│ │ ├── module-1
│ │ ├── dreamers.mdx
│ │ ├── index.mdx
│ │ ├── joyful-subversion.mdx
│ │ ├── meaning.mdx
│ │ ├── playdough-protocols.mdx
│ │ ├── understanding-ethereum.mdx
│ │ └── value.mdx
│ │ └── module-2
│ │ └── better-questions.mdx
├── fellows.json
├── fr
│ ├── UI.json
│ ├── index.mdx
│ ├── resources
│ │ ├── culture.mdx
│ │ ├── design-ux.mdx
│ │ ├── development.mdx
│ │ ├── index.mdx
│ │ ├── research.mdx
│ │ └── security.mdx
│ └── start
│ │ ├── faq.mdx
│ │ ├── free-learning.mdx
│ │ ├── how-to-use.mdx
│ │ ├── index.mdx
│ │ └── principled-people.mdx
├── pr
│ ├── UI.json
│ └── learn
│ │ ├── index.mdx
│ │ └── module-0
│ │ ├── conversation.mdx
│ │ ├── index.mdx
│ │ ├── money-language.mdx
│ │ ├── play-of-pattern.mdx
│ │ ├── purpose.mdx
│ │ └── trust.mdx
└── projects.json
├── docker-compose.yml
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── package.json
├── scripts
└── allcontributors-transformer.js
├── src
├── build-utils.js
├── gatsby-plugin-theme-ui
│ ├── components.js
│ └── index.js
├── honour
│ ├── connect.js
│ └── constants.js
├── modules
│ ├── audioPlayer
│ │ ├── PlayControl.js
│ │ ├── ProgressBar.js
│ │ ├── index.js
│ │ ├── pause.svg
│ │ └── play.svg
│ ├── authors
│ │ ├── Authors.js
│ │ ├── components
│ │ │ ├── GridCell.js
│ │ │ ├── ListElement.js
│ │ │ └── index.js
│ │ ├── data
│ │ │ ├── allContributorKeys.js
│ │ │ └── index.js
│ │ ├── index.js
│ │ └── transformers
│ │ │ ├── MDXtoAuthor.js
│ │ │ ├── contributorsData.js
│ │ │ ├── contributorsFilter.js
│ │ │ └── index.js
│ ├── blog
│ │ ├── BlogAuthor.js
│ │ ├── BlogCard.js
│ │ ├── BlogContributors.js
│ │ ├── BlogHome.js
│ │ ├── BlogResult.js
│ │ └── index.js
│ ├── fellows
│ │ ├── Fellows.js
│ │ ├── all-fellows.js
│ │ └── index.js
│ ├── flashcard
│ │ ├── card.js
│ │ ├── flash.js
│ │ └── index.js
│ ├── layouts
│ │ ├── blogPost_layout.js
│ │ ├── default_layout.js
│ │ ├── global.css
│ │ └── site_layout.js
│ ├── localization
│ │ ├── LanguageSelector.js
│ │ ├── context.js
│ │ ├── index.js
│ │ └── useTranslation.js
│ ├── navigation
│ │ ├── Breadcrumbs.js
│ │ ├── Footer.js
│ │ ├── Header.js
│ │ ├── Link.js
│ │ ├── MobileNav.js
│ │ ├── Pager
│ │ │ ├── Pager.js
│ │ │ ├── index.js
│ │ │ └── pager-utils.js
│ │ ├── Sidenav.js
│ │ ├── Sidenav_Node.js
│ │ ├── TableOfContents.js
│ │ ├── calculateTreeData.js
│ │ ├── context.js
│ │ ├── getLinkIcon.js
│ │ └── index.js
│ ├── notifications
│ │ └── context.js
│ ├── pageMoneySpeech
│ │ ├── ConnectButton.js
│ │ ├── Content.js
│ │ ├── HonourButton.js
│ │ ├── HonourConnector.js
│ │ └── index.js
│ ├── projects
│ │ ├── Projects.js
│ │ └── index.js
│ ├── search
│ │ ├── SearchHit.js
│ │ ├── SearchInput.js
│ │ └── index.js
│ ├── testimonials
│ │ ├── Card.js
│ │ ├── CardGrid.js
│ │ ├── helpers
│ │ │ ├── emojis.js
│ │ │ └── parsingConfig.js
│ │ └── index.js
│ ├── ui
│ │ ├── Accordion.js
│ │ ├── Button.js
│ │ ├── CTA.js
│ │ ├── Callout.js
│ │ ├── Categories.js
│ │ ├── Checklist.js
│ │ ├── Chocolate.js
│ │ ├── Code.js
│ │ ├── Column.js
│ │ ├── Divider.js
│ │ ├── FlipCard.js
│ │ ├── FlipCardContainer.js
│ │ ├── InfoBlock.js
│ │ ├── List.js
│ │ ├── Process.js
│ │ ├── Select.js
│ │ ├── StatusBanner.js
│ │ ├── Table.js
│ │ ├── Tout.js
│ │ ├── cardData.js
│ │ ├── heading
│ │ │ ├── Heading.js
│ │ │ ├── components
│ │ │ │ ├── Heading1.js
│ │ │ │ ├── Heading2.js
│ │ │ │ ├── Heading3.js
│ │ │ │ ├── Heading4.js
│ │ │ │ ├── Heading5.js
│ │ │ │ └── Subtitle.js
│ │ │ └── index.js
│ │ └── index.js
│ ├── utility
│ │ ├── Aligner.js
│ │ ├── Indent.js
│ │ ├── Sound.js
│ │ ├── Video.js
│ │ ├── icon-512x512.png
│ │ ├── index.js
│ │ └── seo.js
│ └── web3
│ │ ├── button.js
│ │ ├── constants.js
│ │ ├── index.js
│ │ └── modal.js
├── pages
│ ├── 404.js
│ ├── en
│ │ ├── blog.js
│ │ ├── learn
│ │ │ └── module-2
│ │ │ │ └── money-speech.js
│ │ └── love.js
│ └── index.js
└── utils.js
├── static
├── CNAME
├── fonts
│ ├── LibreFranklin-Bold.ttf
│ ├── LibreFranklin-BoldItalic.ttf
│ ├── LibreFranklin-Light.ttf
│ ├── LibreFranklin-LightItalic.ttf
│ ├── MiriamLibre-Bold.ttf
│ └── MiriamLibre-Regular.ttf
└── images
│ ├── FreeLearn_v3.png
│ ├── Learning-Curve-v2.png
│ ├── Logo-Dai-4x.png
│ ├── Logo_Dai.png
│ ├── Logo_Maker.png
│ ├── Logo_Maker_White.svg
│ ├── Mark_Maker@4x.png
│ ├── RocketPool.png
│ ├── RocketPool1.png
│ ├── avatar-default.png
│ ├── blog_headers
│ ├── 1000platos-1914-14-800.png
│ ├── 3D-monster-maze.png
│ ├── brainwave.jpg
│ ├── ceci-nest-pas-un-esprit.png
│ ├── community_1.png
│ ├── community_2.png
│ ├── community_3.png
│ ├── community_4.png
│ ├── discourse.png
│ ├── editorial_1.png
│ ├── editorial_2.png
│ ├── editorial_3.png
│ ├── editorial_4.png
│ ├── fellows.png
│ ├── general_1.png
│ ├── general_2.png
│ ├── general_3.png
│ ├── general_4.png
│ ├── governance_1.png
│ ├── governance_2.png
│ ├── governance_3.png
│ ├── governance_4.png
│ ├── impact_cert.png
│ ├── juntos.png
│ ├── kb3.png
│ ├── kernel.png
│ ├── pa_flow_of_funds.png
│ ├── rebrand.png
│ ├── rebrand_head.png
│ ├── scholarships.webp
│ ├── self_map.png
│ ├── signature_derrida.png
│ ├── structure.png
│ ├── t-shirts.png
│ ├── testimonials.png
│ ├── web3_contractor.jpg
│ └── what-is-kernel.png
│ ├── build
│ ├── LeibnizCombinatorics.gif
│ ├── digital-tree.jpg
│ ├── flammarion_engraving.jpg
│ ├── forest-of-gratitude.jpg
│ ├── impermanence.png
│ ├── infinite-game.png
│ ├── natural-composability.png
│ ├── revolution.png
│ ├── rochdale.png
│ ├── rule_30.png
│ ├── sealed_book.jpg
│ ├── student-debt.webp
│ ├── tat_tvam_asi.jpg
│ ├── truetype.png
│ ├── uni.jpg
│ ├── wisdom.webp
│ ├── zodiac.png
│ ├── zodiac_meanings.png
│ ├── zodiac_moonlit_night.jpg
│ ├── zodiac_songline.png
│ ├── zodiac_suite.png
│ └── zodiac_system.png
│ ├── ethereum.png
│ ├── fellows
│ ├── Abe_Uccello.jpg
│ ├── Alex_Masmej.png
│ ├── Alexandra_McCarroll.png
│ ├── Alisa_Khieu.jpg
│ ├── Alisha.jpg
│ ├── Aliya.png
│ ├── Amarnath.jpg
│ ├── Anett_Rolikova.jpg
│ ├── Angela_GIlhotra.jpg
│ ├── Anna_Kryukova.jpg
│ ├── Anuj.jpg
│ ├── Ben_Lakoff.png
│ ├── Ben_Percifield.jpg
│ ├── Brittney_Scott.jpg
│ ├── Claudie_Linke.jpg
│ ├── Daanish.jpg
│ ├── Darrell_Jones.jpg
│ ├── David_Phelps.jpg
│ ├── Denham_Preen.png
│ ├── Diana_Chen.jpg
│ ├── Dilan_Shah.jpg
│ ├── Divine_Artis.jpg
│ ├── Elena_Giralt.jpg
│ ├── Eman_Herawy.jpg
│ ├── En_Canada.jpg
│ ├── Greg_Becker.jpg
│ ├── Guillermo_Acuna.jpg
│ ├── Harsh_Rajat.png
│ ├── Holly-Grimm.jpg
│ ├── Jack_Sanford.jpg
│ ├── Jad_Esber.jpg
│ ├── James_Young.png
│ ├── Jasmine_Wang.jpg
│ ├── Jenil_Thakker.jpg
│ ├── Jess_Sun.png
│ ├── Joann_Hamilton.png
│ ├── Julia_Wu.jpg
│ ├── Julian_Traversa.jpg
│ ├── Juliette_Chevalier.jpg
│ ├── Kelsey_Chen.jpg
│ ├── Kris_Urbas.png
│ ├── Kyle_Smith.jpg
│ ├── Liz_Strong.jpg
│ ├── Manu.png
│ ├── Martin_Etzrodt.jpg
│ ├── Matt_Stephenson.jpg
│ ├── Matthew_Scott_Jones.jpg
│ ├── Michael_Keating.jpg
│ ├── Michelle_Ma.jpg
│ ├── Milensu_Kapaipi.png
│ ├── Muhammad_Hameed.jpg
│ ├── Nate_Gosselin.jpg
│ ├── Nazarivy_Vavryk.png
│ ├── Nichanan_Kesonpat.jpg
│ ├── Paul_Gadi.png
│ ├── Paulo_Almeida.jpg
│ ├── Pranay_Walson.png
│ ├── Rachel_Black.png
│ ├── Rafaella_Baraldo.png
│ ├── Rebecca_Mqamelo.jpg
│ ├── Renee_Maria_Lee.jpg
│ ├── Rich_Blundell.jpg
│ ├── Richa_Joshi.png
│ ├── Richard_Blythman.jpg
│ ├── Sarah_Hamburg.jpg
│ ├── Sebnem_Rusitschka.jpg
│ ├── Simona_Pop.jpg
│ ├── Sister_Tibebwa.jpg
│ ├── Stephanie_Bazley.jpg
│ ├── Sylvia_R.jpg
│ ├── Tagan.jpg
│ ├── Tim_Courtney.jpg
│ ├── Val_Mack.jpg
│ ├── Veronica_Coutts.jpg
│ ├── William_Schwab.png
│ ├── Yuguang_Ipsen.jpg
│ ├── Yulia.jpg
│ ├── Zayi_Reyes.jpg
│ ├── Zsuzsanna_Tasi.jpg
│ ├── bitsikka.jpg
│ ├── davidhuntmateo.jpg
│ ├── philipsheldrake.png
│ ├── sidcode.jpg
│ └── thetagan.jpg
│ ├── gaming-img
│ ├── 5domains.jpg
│ ├── ScrollingRequests.gif
│ ├── WriteLetter.gif
│ ├── adcap.png
│ ├── amongus.jpg
│ ├── amongus.png
│ ├── archetype.jpg
│ ├── br-logo.png
│ ├── decade.png
│ ├── epiccreator.jpg
│ ├── game3js.png
│ ├── gamedevstory.png
│ ├── gaming_track.jpg
│ ├── genie.svg
│ ├── kakuro.png
│ ├── learn.png
│ ├── lichess.jpg
│ ├── loopy.gif
│ ├── loopy.png
│ ├── metaverse.png
│ ├── ncsht.jpg
│ ├── niftyink.png
│ ├── openmetaverse.png
│ ├── opensourceloopy.gif
│ ├── passage.png
│ ├── patterngames.png
│ ├── sims.jpg
│ ├── spiritcreatures.png
│ ├── trust.png
│ ├── valheim.jpg
│ ├── virtualgoods.png
│ └── week-0-syllabus-brianstorm.png
│ ├── governance-hero.png
│ ├── header.jpg
│ ├── humans-of-makerdao.png
│ ├── icons
│ ├── apple-touch-icon.png
│ ├── favicon.ico
│ ├── icon-16x16.png
│ ├── icon-192x192.png
│ ├── icon-32x32.png
│ └── icon-512x512.png
│ ├── illus_funding-2.png
│ ├── illus_funding.png
│ ├── illus_home.png
│ ├── illus_learn.png
│ ├── illus_work.png
│ ├── illustrations
│ ├── Astro-1.png
│ ├── Astro-2.png
│ ├── Astro-3.png
│ ├── Astro-4.png
│ ├── Robot-1.png
│ ├── Robot-2.png
│ ├── Robot-3.png
│ ├── Robot-4.png
│ ├── Short-1.png
│ ├── Short-2.png
│ ├── Short-3.png
│ ├── Short-4.png
│ ├── Squid-1.png
│ ├── Squid-2.png
│ ├── Squid-3.png
│ ├── Squid-4.png
│ ├── Tall-1.png
│ ├── Tall-2.png
│ ├── Tall-3.png
│ ├── Tall-4.png
│ ├── blank.txt
│ ├── ghost-1.png
│ ├── ghost-2.png
│ ├── ghost-3.png
│ └── ghost-4.png
│ ├── kb5_orientation_questions.png
│ ├── kernel-returns.png
│ ├── kernel_balance.png
│ ├── kernel_heart.png
│ ├── kernel_learn.png
│ ├── kernel_lp.png
│ ├── kernel_play.png
│ ├── kernel_process.png
│ ├── kernel_spiral.png
│ ├── kernel_work.png
│ ├── koans
│ ├── bud_of_bud.png
│ ├── candid_syzygy.png
│ ├── heartmap.png
│ ├── i_ching_genetic_code.jpeg
│ └── na_kuja_abad_nft.svg
│ ├── learn-curves.png
│ ├── learning-01.jpg
│ ├── mod0-img
│ ├── banner.jpg
│ ├── bauhaus.webp
│ ├── bb.png
│ ├── david_bohm_and_jiddu_krishnamurti.jpg
│ ├── impossible.jpg
│ ├── jazz_pattern.png
│ ├── trust.jpg
│ ├── trust1.png
│ ├── trust2.png
│ ├── trust3.png
│ └── vangoghselfportrait.jpg
│ ├── mod1-img
│ ├── indusseals.gif
│ ├── merkle-trie.png
│ └── new_language.jpg
│ ├── mod2-img
│ ├── modern-money-pyramid.png
│ ├── modern_money_pyramid.gif
│ ├── penny.jpg
│ ├── shells.jpg
│ └── stripe.png
│ ├── mod3-img
│ ├── clockaganda.png
│ ├── evolution.png
│ ├── freedom.jpg
│ ├── havel_artoftheimpossible.webp
│ ├── illich-celebration.png
│ ├── insight-making.png
│ ├── plumbing.png
│ ├── semantic-data.png
│ ├── think.jpg
│ ├── ttft.png
│ └── web-evolution.png
│ ├── mod4-img
│ ├── abayomi.png
│ ├── artificial.webp
│ ├── blessing.jpg
│ ├── circles-net.png
│ ├── forest.jpg
│ ├── forking-memes.png
│ ├── future_present.png
│ ├── graeber-consensus.png
│ ├── ietf.gif
│ ├── mother-earth-board.jpg
│ └── what-they-beheld.png
│ ├── mod5-img
│ ├── algo-live.jpg
│ ├── amazon.jpg
│ ├── bankless.png
│ ├── lost-garden.png
│ ├── tiktok.png
│ └── trust-diagram.png
│ ├── mod6-img
│ ├── duende.jpg
│ ├── ether-love.webp
│ └── liesel_mueller.jpg
│ ├── mod7-img
│ ├── cosmic-gift.png
│ ├── eric-raymond.jpeg
│ ├── giving_dana_paramita.png
│ ├── heart_sutra.jpg
│ ├── mary_oliver.jpg
│ ├── newspapers.gif
│ ├── riemann-zeta.jpg
│ └── the_gift_of_help.jpg
│ ├── module-6.png
│ ├── placeholder.png
│ ├── projects
│ ├── akropolis.png
│ ├── atlantis.png
│ ├── beyondnft.png
│ ├── charged_particles.png
│ ├── coinshift.jpg
│ ├── cryptonative.jpg
│ ├── dada.jpg
│ ├── defisafety.png
│ ├── depay.jpg
│ ├── dorg.png
│ ├── eba.jpg
│ ├── epns.png
│ ├── goodghosting.png
│ ├── ideamarket.png
│ ├── impactmarket.jpg
│ ├── llama.png
│ ├── metaverseai.jpg
│ ├── myco.jpg
│ ├── nifty_ink.png
│ ├── opendive.jpg
│ ├── paladin.jpg
│ ├── parcel.png
│ ├── planck.png
│ ├── prisonart.png
│ ├── reach.png
│ ├── revert.jpg
│ ├── sherlock.jpg
│ ├── stakegg.png
│ ├── swivel.png
│ ├── timeless.png
│ ├── toucan.jpg
│ ├── trybonfire.jpg
│ ├── trycrypto.png
│ └── zapper.png
│ ├── sand-talk.png
│ ├── shares
│ ├── better-questions.png
│ ├── censorship-resistant.png
│ ├── favicon.ico
│ ├── freedom.png
│ ├── giving.png
│ ├── govern.png
│ ├── incentives.png
│ ├── intention.png
│ ├── learn.png
│ ├── liberally-radical.png
│ ├── listening-stories.png
│ ├── logo192.png
│ ├── meaning.png
│ ├── money-speech.png
│ ├── play-of-pattern.png
│ ├── scale-ability.png
│ ├── sig-eco.png
│ ├── trust.png
│ └── value.png
│ ├── starfox.png
│ ├── start
│ ├── dragonfly_eyes.png
│ ├── how-to-1.png
│ ├── how-to-2.png
│ ├── how-to-3.png
│ ├── how-to-4.png
│ └── how-to-5.png
│ ├── what_is_kernel.png
│ └── wol
│ ├── QuotationsPurple.svg
│ ├── QuotationsYellow.svg
│ ├── Slack.svg
│ └── Twitter.svg
└── yarn.lock
/.env.example:
--------------------------------------------------------------------------------
1 | GATSBY_TELEMETRY_DISABLED=1
2 | GATSBY_LOCAL_HONOUR_ADDRESS="locally-deployed-deschool-address"
3 | INFURA_ID=
4 |
--------------------------------------------------------------------------------
/.eslintignore:
--------------------------------------------------------------------------------
1 | node_modules/
2 | public/
--------------------------------------------------------------------------------
/.flowconfig:
--------------------------------------------------------------------------------
1 | [ignore]
2 |
3 | [include]
4 |
5 | [libs]
6 |
7 | [lints]
8 |
9 | [options]
10 | esproposal.export_star_as=enable
11 | esproposal.optional_chaining=enable
12 | module.ignore_non_literal_requires=true
13 |
14 | [strict]
15 |
--------------------------------------------------------------------------------
/.github/CODEOWNERS:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/bug_report.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Bug report
3 | about: Create a report to help us improve
4 | title: ''
5 | labels: bug
6 | assignees: ''
7 |
8 | ---
9 |
10 | **Describe the bug**
11 | A clear and concise description of what the bug is.
12 |
13 | **To Reproduce**
14 | Steps to reproduce the behavior:
15 | 1. Go to '...'
16 | 2. Click on '....'
17 | 3. Scroll down to '....'
18 | 4. See error
19 |
20 | **Expected behavior**
21 | A clear and concise description of what you expected to happen.
22 |
23 | **Screenshots**
24 | If applicable, add screenshots to help explain your problem.
25 |
26 | **Desktop (please complete the following information):**
27 | - OS: [e.g. iOS]
28 | - Browser [e.g. chrome, safari]
29 | - Version [e.g. 22]
30 |
31 | **Smartphone (please complete the following information):**
32 | - Device: [e.g. iPhone6]
33 | - OS: [e.g. iOS8.1]
34 | - Browser [e.g. stock browser, safari]
35 | - Version [e.g. 22]
36 |
37 | **Additional context**
38 | Add any other context about the problem here.
39 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/create-a-new-task.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Create a new issue
3 | about: Use this template for creating new tasks
4 | title: 'Project/Section name + Actionable item (Example: Security Track - Create Modules)'
5 | labels: ''
6 | assignees: ''
7 |
8 | ---
9 |
10 | ## Description
11 |
12 | Short 1-2 sentence project description (Example: Kernel Security is a community-curated list of resources and content to which anyone can contribute. This should be self-maintaining, where anyone can get paid to contribute, with clear guidelines around how to update the resource.)
13 |
14 | [Working or Proposed Project Doc](https://hackmd.link)
15 |
16 | ## Tasks
17 |
18 | - [ ] Task 1 / [If relevant, any linked Github Issue number](https://link)
19 | - [ ] Example: Standardize operation procedures / [#359](https://github.com/makerdao/community/issues/359)
20 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/create-an-epic.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Create an Epic
3 | about: Use this template for creating an Epic Issue to parent multiple issues.
4 | title: 'Project Name + "Epic" (Example: DIY Meetups Program Epic)'
5 | labels: Epic
6 | assignees: ''
7 |
8 | ---
9 |
10 | ## Description
11 |
12 | Short 1-2 sentence project description (Example: Kernel Security is a community-curated list of resources and content to which anyone can contribute. This should be self-maintaining, where anyone can get paid to contribute, with clear guidelines around how to update the resource.)
13 |
14 | [Project Working Doc](https://link.me)
15 |
16 | ## Goals
17 |
18 | - [ ] High level goal 1 / [Linked Github Issue Number](https://link)
19 | - [ ] Example: Standardize operation procedures / [#359](https://github.com/makerdao/community/issues/359)
20 |
21 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/feature_request.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Feature request
3 | about: Suggest an idea for this project
4 | title: ''
5 | labels: enhancement
6 | assignees: ''
7 |
8 | ---
9 |
10 | **Is your feature request related to a problem? Please describe.**
11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12 |
13 | **Describe the solution you'd like**
14 | A clear and concise description of what you want to happen.
15 |
16 | **Describe alternatives you've considered**
17 | A clear and concise description of any alternative solutions or features you've considered.
18 |
19 | **Screenshots and Additional context**
20 | Add any other context or screenshots about the feature request here.
21 |
--------------------------------------------------------------------------------
/.github/dependabot.yml:
--------------------------------------------------------------------------------
1 | # To get started with Dependabot version updates, you'll need to specify which
2 | # package ecosystems to update and where the package manifests are located.
3 | # Please see the documentation for all configuration options:
4 | # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5 |
6 | version: 2
7 | updates:
8 | - package-ecosystem: "npm" # See documentation for possible values
9 | directory: "/" # Location of package manifests
10 | target-branch: "r2d"
11 | schedule:
12 | interval: "monthly"
13 |
--------------------------------------------------------------------------------
/.github/pr-labeler.yml:
--------------------------------------------------------------------------------
1 | automerge: ['!wip*','!sync*']
2 |
--------------------------------------------------------------------------------
/.github/workflows/deploy-gh-pages.yml:
--------------------------------------------------------------------------------
1 | name: Build and Deploy
2 | on:
3 | push:
4 | branches:
5 | - production
6 | jobs:
7 | build-and-deploy:
8 | runs-on: ubuntu-latest
9 | steps:
10 | - name: Use Node.js 14.x
11 | uses: actions/setup-node@v1
12 | with:
13 | node-version: 14.x
14 |
15 | - name: install yarn
16 | run: npm install -g yarn
17 |
18 | - name: Checkout 🛎️
19 | uses: actions/checkout@v2
20 | with:
21 | persist-credentials: false
22 |
23 | - name: Install and Build 🔧
24 | run: |
25 | yarn
26 | yarn build
27 |
28 | - name: Deploy 🚀
29 | uses: JamesIves/github-pages-deploy-action@releases/v3
30 | with:
31 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32 | BRANCH: gh-pages
33 | FOLDER: public
34 |
--------------------------------------------------------------------------------
/.github/workflows/main.yml:
--------------------------------------------------------------------------------
1 | name: IPFS
2 |
3 | on:
4 | push:
5 | branches: [ master ]
6 |
7 | jobs:
8 | build:
9 | runs-on: ubuntu-latest
10 |
11 | steps:
12 | - uses: actions/checkout@v2
13 |
14 | - name: Upload to IPFS
15 | uses: aquiladev/ipfs-action@v0.1.3
16 | with:
17 | # Directory path to upload
18 | path: governance/
19 | # Level of verbosity
20 | verbose: true
21 |
--------------------------------------------------------------------------------
/.github/workflows/poolparty.yml:
--------------------------------------------------------------------------------
1 | name: PoolParty Deploy
2 |
3 | on:
4 | pull_request:
5 | types: [assigned, opened, synchronize, reopened]
6 |
7 | jobs:
8 | lifeguard:
9 | if: github.base_ref == 'r2d' || github.base_ref == 'main' || github.base_ref == 'production'
10 | runs-on: ubuntu-latest
11 |
12 | steps:
13 | - uses: actions/checkout@v2
14 | with:
15 | ref: r2d
16 | - name: Label this PR with automerge #NOTE(Rejon): This will fail if the PR is from a fork.
17 | uses: TimonVS/pr-labeler-action@v3.1.0
18 | with:
19 | configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default value
20 | env:
21 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22 |
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | public
2 | .cache
3 | node_modules
4 | *.DS_Store
5 | *DS_Store
6 | *.env
7 | *.swp
8 | yarn-error.log
9 | package-lock.json
10 | .vscode
11 | .env
--------------------------------------------------------------------------------
/.kodiak.toml:
--------------------------------------------------------------------------------
1 | # Minimal config. version is the only required field.
2 | version = 1
3 |
4 | [merge]
5 | # label to use to enable Kodiak to merge a PR
6 | automerge_label = "automerge" # default: "automerge"
7 |
8 | # require that the automerge label be set for Kodiak to merge a PR. if you
9 | # disable this Kodiak will immediately attempt to merge every PR you create
10 | require_automerge_label = true
11 |
12 | # if these labels are set Kodiak will not merge the PR
13 | blacklist_labels = ["wip", "sync"]
14 |
15 | # if there is a merge conflict, make a comment on the PR and remove the
16 | # automerge label. this is disabled when require_automerge_label is enabled
17 | notify_on_conflict = true # default: true
18 |
19 | # if there are running status checks on a PR when it's up for merge, don't
20 | # wait for those to finish before updating the branch
21 | optimistic_updates = false
22 |
23 | # once a PR is merged into master, delete the branch
24 | delete_branch_on_merge = true # default: false
25 |
--------------------------------------------------------------------------------
/.nvmrc:
--------------------------------------------------------------------------------
1 | 14
--------------------------------------------------------------------------------
/.prettierignore:
--------------------------------------------------------------------------------
1 | # Ignore artifacts:
2 | public
3 | .cache
4 | node_modules
5 | static
6 | .github
7 | .vscode
8 | package.json
9 | README.md
10 |
--------------------------------------------------------------------------------
/.prettierrc.js:
--------------------------------------------------------------------------------
1 | module.exports = {
2 | bracketSameLine: true,
3 | trailingComma: 'es5',
4 | semi: false,
5 | singleQuote: true,
6 | }
7 |
--------------------------------------------------------------------------------
/Dockerfile:
--------------------------------------------------------------------------------
1 | # Name the node stage "builder"
2 | FROM node:14 AS builder
3 | # Set working directory
4 | WORKDIR /app
5 | # Copy all files from current directory to working dir in image
6 | COPY . .
7 | # install node modules and build assets
8 | RUN yarn
9 | RUN yarn build
10 | RUN ls -lt
11 |
12 | # nginx state for serving content
13 | FROM nginx:alpine
14 | # Set working directory to nginx asset directory
15 | WORKDIR /usr/share/nginx/html
16 | # Remove default nginx static assets
17 | RUN rm -rf ./*
18 | # Copy static assets from public folder
19 | COPY --from=builder /app/public .
20 | RUN ls -lt
21 | # Containers run nginx with global directives and daemon off
22 | ENTRYPOINT ["nginx", "-g", "daemon off;"]
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | Copyright (c) 2022 KERNEL Community
2 |
3 | Permission is hereby granted, free of charge, to any person obtaining a copy
4 | of this software and associated documentation files (the "Software"), to deal
5 | in the Software without restriction, including without limitation the rights
6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7 | copies of the Software, and to permit persons to whom the Software is
8 | furnished to do so, subject to the following conditions:
9 |
10 | The above copyright notice and this permission notice shall be included in all
11 | copies or substantial portions of the Software.
12 |
13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19 | SOFTWARE.
--------------------------------------------------------------------------------
/blogPosts/en/blog/community/freedom-in-learning.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Freedom in Learning"
3 | authors: ["thetagan"]
4 | keywords: "kernel, learn, community, poetry, teach, lead"
5 | description: "A poem contributed by the one and only Tagan. We teach, we lead, we love."
6 | date: 2021-07-01
7 | image: "/images/shares/giving.png"
8 | recommend:
9 | [
10 | "blogPosts/en/blog/Editorial/what-is-kernel",
11 | "blogPosts/en/blog/community/free-learn",
12 | "blogPosts/en/blog/community/scholarships",
13 | ]
14 | ---
15 |
16 | # There is freedom in learning
17 |
18 | Not all teachers are leaders.
19 | But all leaders are teachers.
20 |
21 | Let me lead you through a desert.
22 | Here your mouth will turn dry
23 | And your throat will learn to thirst for knowledge.
24 | It will be knowledge unknown to us both.
25 |
26 | Not all teachers are mothers.
27 | But all mothers are teachers.
28 |
29 | Let me carry you towards thirst
30 | As you live in gluttony.
31 | So that you may hunger no more
32 | And you may rest, as your hands grow idle
33 | May your mind and heart listen more deeply.
34 |
35 | Then will you hear me say: I love you.
36 | I love you enough to nurture your growth.
37 | A growth towards the answers you seek
38 | Hidden beneath the realistic fiction you preach
39 | You will find a seed of truth
40 | Covered in a kernel of meaning
41 | Once that freedom has consumed the spaces you locked away
42 | Your throat will shudder as you scream, I love you.
--------------------------------------------------------------------------------
/content/cn/UI.json:
--------------------------------------------------------------------------------
1 | {
2 | "Bug_Report": "报告错误",
3 | "Go_Back": "返回",
4 | "Language": "简体中文",
5 | "Flag": "🇨🇳",
6 | "Search": "搜索",
7 | "No_Results": "没有找到关于 '{{query}}' 的结果",
8 | "Home": "首页",
9 | "Previous": "上一页",
10 | "Next": "下一页",
11 | "Page_Language_Selector": "页面语言选择器",
12 | "Available_Languages": "已有语言",
13 | "LANGUAGES": "语言",
14 | "Available_Languages_none": "无可用语言",
15 | "Need_Another_Language": "需要其他语言?",
16 | "Join_translation_team": "加入翻译团队",
17 | "Translations": "翻译",
18 | "Back_To_Main_Menu": "返回主菜单",
19 | "aria_FooterLogo": "Kernel 页脚标志",
20 | "aria_GithubIcon": "Github",
21 | "aria_TwitterIcon": "Twitter",
22 | "aria_YoutubeIcon": "Youtube",
23 | "aria_ExternalWebsite": "外部网站",
24 | "kernel_icon": "Kernel",
25 | "Chat": "Chat",
26 | "Love": "Love",
27 | "NotFoundPage": {
28 | "seoTitle": "404 页面未找到",
29 | "line_1": "哎呀,你查找的页面不存在。",
30 | "line_2": "我们最近调整了一些内容布局。",
31 | "line_3": "觉得是我们这边出问题了吗?"
32 | },
33 | "Footer": {
34 | "About": "关于",
35 | "What is Kernel?": "什么是 Kernel?",
36 | "How to use this site": "如何使用本网站",
37 | "Principles": "原则",
38 | "Blog": "博客",
39 | "FAQs": "常见问题",
40 | "Participate": "参与",
41 | "Learn": "学习",
42 | "Build": "构建",
43 | "Resources": "资源",
44 | "Contribute": "贡献",
45 | "Contact": "联系",
46 | "Technical Care": "技术支持",
47 | "Privacy Policy": "隐私政策",
48 | "Terms of Service": "服务条款"
49 | },
50 | "Blog": "博客",
51 | "Back_To_Blog": "返回博客",
52 | "Blog_Language_Selector": "博客语言选择器",
53 | "editorial": "社论",
54 | "community": "社区",
55 | "governance": "治理",
56 | "Community_Blog": "Kernel 社区博客",
57 | "Latest_In": "最新 ",
58 | "See_More_Posts": "查看更多文章"
59 | }
60 |
--------------------------------------------------------------------------------
/content/cn/start/index.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | header: true
3 | headerOrder: 0
4 | title: 开始
5 | description: 在此启程,建设更好的网络
6 | featuredImage: images/shares/giving.png
7 | ---
8 |
9 | # 🌱 欢迎来到 Kernel
10 |
11 | Kernel 是一个同伴/点对点学习社区,旨在更好地探索真相:在工作、我们与他人联系、以及我们的内心世界中。
12 |
13 | > 💡 发现他人,享受乐趣,自由学习,并获得资助。
14 |
15 | 我们的问题是:**如何为所关心的人构建更好的网络**?
16 |
17 | 你的问题也许是:**我应该怎样参与进来,从而尊重自己的天赋与真实的内心?**
18 |
19 | 我们的答案:埋下一颗教育性社区的种子,在那里,人们通过亲身体验来**建立信任**, 通过共同学习以用心创造。
20 |
21 | ## 但,Kernel 是什么?
22 |
23 | Kernel 是在由 250 个很棒的人组成的“区块”中的、为期 8 周的对话,它致力于连接创造力与关怀。我们想要改变人们对”做贡献“的理解,以及我们所做贡献的项目。Kernel 关于谦卑、诚实、感激和有意向(intentional)的服务。
24 |
25 |
26 |
27 | 我们谦卑;因为通过我们的好奇心,我们的创造力,我们的苦痛,我们的欢乐——我们得知且亲身展示了每一个孤立个体所能了解的多么少。
28 |
29 | 我们诚实;因为这是最勇敢的生活方式;是让头脑直达心灵,且在两者间建立永恒连接的最简单的路。
30 |
31 | 我们感激,因为别无选择。任何经过审视过的生活总会带来超越理性所能衡量的感激之情。
32 |
33 | 我们的目的是去劳作(serve),因为它——一次又一次——带我们回归谦卑。
34 |
35 | 我们耐心,因为埋下种子还不够:只有在对的季节,核(Kernel)才会破土而出,长成森林。
36 |
37 |
38 |
39 | ## ✨ 转变,而非信息
40 |
41 | Kernel 不会用信息淹没你,而是通过与同伴的反复互动,来逐步构建更好的网络所需的内在和外在模式。这些模式包括谦卑的决断、细致的洞察、同情式的批评、理性的互惠、以及其它涵盖人类意识全部光谱的、互补的二元对立。
42 |
43 | 花时间逐一浏览每个模块。放下手中的事,呼吸,专注一个小时;明天或下周,当你有空做同样的事时,再回来。第一次,我们书写人类历史的工具是基本共享并基于共识的。此刻去暂停、反思、并将注意力转向那些会培养我们——所有的和每一个我们——共同生活的能力的激励类型。
44 |
--------------------------------------------------------------------------------
/content/cn/start/principled-people.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Kernel 原则
3 | order: 0
4 | featuredImage: images/shares/giving.png
5 | description: 首当其冲,Kernel 是关于组成更好网络的人以及我们所共享的心灵品质。
6 | ---
7 |
8 | # Kernel 原则
9 |
10 | Kernel 的主要目标很简单:**一起学习**。我们通过精心设计的同伴学习环境以实现它。在创造这样的环境时,我们遵循两个原则,一个针对 "web3",另一个更个人化:
11 |
12 |
13 |
14 | **不伤害**
15 |
16 | **玩,永无止境**
17 |
18 |
19 |
20 | 根据这两个核心追求,我们可以衍生出 16 个更细致的原则。
21 |
22 |
23 |
24 |
25 |
26 | ### ⌛️ Web3 原则
27 |
28 | 1. 信任不仅限于交易。
29 | 2. 共享的真相创造价值。
30 | 3. 学习限制,然后自由。
31 | 4. 货币即言论。
32 | 5. 激励影响一切。
33 | 5. 解放激进的机构。
34 | 7. 在经济上抵制审查。
35 | 8. 使能力规模化。
36 |
37 |
38 |
39 |
40 |
41 | ### 🌈 个人化原则
42 |
43 | 1. 把玩模式。
44 | 2. 开发工具,抵达意义。
45 | 3. 提出更好的问题。
46 | 4. 首先考虑你的意图。
47 | 5. 听更好的故事,讲更好的故事。
48 | 6. 在一起时,个体就能够很好地治理。
49 | 7. 学习如何爱上学习。
50 | 8. 给予神圣。
51 |
52 |
53 |
54 |
55 |
56 | ## 遇见 Kernel 伙伴们
57 |
58 | .
59 |
60 |
61 |
62 |
63 |
64 |
65 |
66 | ## 先给予
67 |
68 | 在这里我们为彼此服务,因为我们是彼此的环境。真正的服务也引导我们走向任何有意义的自我认知的目标:实际上,没有所谓的他者。
69 |
70 | 我们还有一个共同的外部目标:**支持自由货币的持续创造**。在这个背景下,Kernel 是一份礼物。它确实源于此:Vivek 开始回馈一个曾赋予他生计和宝贵成长经历的社区。Andy 开始为 Vivek 提供实现这一愿景的教育模式。每一期 Kernel 都是由各种才华横溢的人精心打造的,我们独特,但有着与周围世界分享天赋的共同愿望。这是一种老派生活方式依然跳动的心脏,我们正慢慢将其带入数字世界。
71 |
72 | 我们相互学习,奉献自己,直到自我和他者失去那种常常主宰其间互动的分离感。在这个过程中,有一种无法被给予或接受的真相。只有在你开始信任自己已有的价值时,它才会在你心中生根发芽。
73 |
74 | ## 项目与团队
75 |
76 | .
77 |
78 |
79 |
80 |
81 |
82 |
83 |
--------------------------------------------------------------------------------
/content/en/build/daos/infinite-learning.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Infinite Learning
3 | order: 7
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/giving.png
6 | ---
7 |
8 | ## Infinite Learning
9 |
10 | ### Objective
11 |
12 | Continue your journey with Zodiac and learn about cross chain infrastructure. **This is an optional session hosted only in the [Gnosis Guild Discord](https://discord.gg/wwmBWTgyEq) for anyone to join.**
13 |
14 | ### Preparation
15 |
16 | 1. [Zodiac Bridge tutorial](https://gnosis.github.io/zodiac/docs/tutorial-module-bridge/get-started) (2021)
17 |
18 | 
--------------------------------------------------------------------------------
/content/en/build/daos/open-multiverse.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: The Open Multiverse
3 | order: 6
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/giving.png
6 | ---
7 |
8 | # Session IV
9 |
10 | ## Ever Deeper Dimensions
11 |
12 | ### Objective
13 |
14 | Dive deeper into the Zodiac open standard and build your own Zodiac mod.
15 |
16 | ### Preparation
17 |
18 | 1. Follow the tutorial: [https://gnosis.github.io/zodiac/docs/tutorial-build-a-module/setup](https://gnosis.github.io/zodiac/docs/tutorial-build-a-module/setup).
19 |
20 |
21 | ### Application
22 |
23 | - Zodiac: The open standard (5 minutes plus 5 minute Q&A)
24 | - Revisit the Zodiac open standard architecture
25 | - Zodiac Build (50 minutes plus 5 minute Q&A)
26 | - Guided [tutorial](https://gnosis.github.io/zodiac/docs/tutorial-build-a-module/setup) on building your own Zodiac mod
27 |
28 | ### Recording
29 |
30 |
31 |
32 | 
--------------------------------------------------------------------------------
/content/en/build/decentralized-ai/analogue-imaginings.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Analogue Imaginings
3 | order: 8
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/learn.png
6 | ---
7 |
8 | # Analogue Imaginings
9 |
10 | In this session, Trent McConaghy (founder of Ocean Protocol) will join us to chat all things Decentralized AI, AI DAOs, AI in Art/Climate/DeFi, Tokenizing AI communities and more.
11 |
12 | ## Preparation
13 |
14 | Familiarise yourself with some of Trent's work:
15 |
16 | 1. A Wholistic Overview of the Ocean Ecosystem
17 | 2. Towards a Practice of Token Engineering
18 | 3. The web3 Sustainability Loop
19 |
20 | ## Recording
21 |
22 |
--------------------------------------------------------------------------------
/content/en/build/decentralized-ai/generative-adversaries.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Generative Adversaries
3 | order: 6
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/learn.png
6 | ---
7 |
8 | # Generative Adversaries
9 |
10 | This session will be devoted to picking a suitable training dataset and generative model to build during the weekly hacking sessions. The plan is to re-train StyleGAN2 on a lo-res image dataset of an NFT collection such crypto punks.
11 |
12 | ## Preparation
13 |
14 | - Join our [Github repo](https://github.com/AlgoveraAI/generative-art) and familiarise yourself with the resources there.
15 |
16 | ## Recording
17 |
18 |
--------------------------------------------------------------------------------
/content/en/build/decentralized-ai/into-the-ocean.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Into The Ocean
3 | order: 5
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/learn.png
6 | ---
7 |
8 | # Into The Ocean
9 |
10 | In our first session, we will create a plan for future weekly sessions and then go through the process of publishing a dataset/algorithm on testnet. To start, we will use UI tools with no code, so this tutorial is suitable for non-technical people interested in data science/AI on Web3.
11 |
12 | ## Preparation
13 |
14 | - Watch Trent McConaghy speak about [decentralized data economies](https://www.youtube.com/watch?v=sKbVieQ_foo)
15 |
16 | ## Recording
17 |
18 |
19 |
--------------------------------------------------------------------------------
/content/en/build/decentralized-ai/punks-python.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Of Punks and Python Libraries
3 | order: 7
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/learn.png
6 | ---
7 |
8 | # Of Punks and Python Libraries
9 |
10 | In this session, we'll take a look at a live dataset on Ocean (the cryptopunks images) and will discuss the legitimacy of various kinds of data. Then we'll dive into the Ocean Python library and speak a bit about private keys, sample data and how to simplify all the steps we'll walk through for those who follow us.
11 |
12 | ## Preparation
13 |
14 | - Take a look at the [cryptopunks dataset on Ocean](https://market.oceanprotocol.com/asset/did:op:C9D0568838fa670baEe7195Ea443b32EfCAc2281).
15 | - (Stretch goal) consider how [data scientists collaborate](https://arxiv.org/abs/2001.06684).
16 |
17 | ## Recording
18 |
19 |
--------------------------------------------------------------------------------
/content/en/build/index.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | header: true
3 | headerOrder: 2
4 | title: Build
5 | description: Build a better web, together.
6 | keywords: "kernel, web3, build, people, together"
7 | featuredImage: images/kernel_learn.png
8 | hideBreadcrumbs: true
9 | hideLanguageSelector: true
10 | ---
11 |
12 | # Build A Better Web, Together
13 |
14 | The intention of the Learn Track is to present "ever-green" content: _ways of thinking_ that will be relevant and useful for at least the next decade. Of course, this is not possible when looking at specific tools and techniques - as we must do in the Build Track - which change every few months as technology continues to advance along an exponential curve.
15 |
16 | Therefore, the Build Track is organised into more ephemeral "build guilds", which will likely change or be updated every few blocks. The intention is exactly the same: we wish to impart the necessary skills you need to participate meaningfully in web3. The way we do so differs: rather than a largely static syllabus, we invite the best builders, creators, artists, inventors, hackers, tinkerers and gift-givers to present shorter courses in an area of their speciality.
17 |
18 | Over time, we hope to gather here actual web3 legos: really useful building blocks of all shapes and sizes, scattered across multiple blocks, which you can put together yourself into something unique and beautiful.
19 |
20 | 
--------------------------------------------------------------------------------
/content/en/build/nfteasy/character-types.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Character Types
3 | order: 3
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/learn.png
6 | ---
7 |
8 | # Character Types
9 |
10 | We've looked into the nature of Git, Node and Hardhat and have been courageous enough to dive into the infamous `node_modules` directory to understand more about the Open Zeppelin libraries and all they enable us to do in a safe and peer-reviewed manner. We've even written our first smart contract. Now it's time to speak of compilers, networks, types, tests, and tasks.
11 |
12 | Good engineering is about the conscious, clear and precise [management](/learn/module-0/play-of-pattern) of [trade-offs](/learn/module-4/consensus/#brief). More than any specific skill, we wish to illustrate in this session how we think about different trade-offs. This session is not going to be about taking the easy route for “educational” purposes. We’re going to look deeply into the alternatives we pick and why, so that we can come to the end of this guild with a production-ready repo that you can actually understand and use yourself for your own creative work.
13 |
14 | ## Preparation
15 |
16 | 1. Breathe deeply for 20 minutes. This is a session meant to test your character.
17 |
18 |
19 |
20 |
21 |
22 | **Type the Truth**
23 |
24 | 
25 |
26 | Each session in this build guild can be found on its own branch in the repo below:
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 | ## Recording
37 |
38 |
--------------------------------------------------------------------------------
/content/en/build/nfteasy/index.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | order: 2
3 | title: NFTeasy
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/giving.png
6 | ---
7 |
8 | # NFTeasy
9 |
10 | Everybody and their pet penguin has an NFT project these days. This is one of the features of open and permissionless technology: it’s wonderful until everyone starts using it, at which point it immediately feels overwhelming. But don’t grieve, dear heart, nor fear the seeming: here is waking in the dreaming.
11 |
12 | We’ll run through the tools you need to start writing your own contracts and consider whether it’s even interesting at all to create non-fungible digital items. This will not immediately make you into a shadowy super coder, but it will give you the skills and knowledge to understand, analyse and navigate the less fungible and supposedly more permanent parts of web3.
13 |
14 | There will be four lessons, and each will last for ~2hours, as the intention is to have a lot of space for shared explorations, questions, and a calm approach to learning about a new world.
15 |
16 | 
--------------------------------------------------------------------------------
/content/en/build/outsmarting-contracts/index.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | order: 1
3 | title: Outsmarting Contracts
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/giving.png
6 | ---
7 |
8 | # Outsmarting Contracts
9 |
10 | We will be running through a smart contract course created by OpenZeppelin, the team responsible for writing the most widely used and trusted smart contract libraries, and also one of the most respected audit and security firms in web3.
11 |
12 | There will be four lessons, and each will last for ~2hours, as the intention is to have a lot of space for shared explorations, questions, and a calm approach to learning about a new world.
13 |
14 | This guild is intended mostly for people who have never seen a smart contract before. It's not going to make you into a shadowy super coder, but it is going to introduce you to how networks like Ethereum actually work and uncover many of the more subtle aspects which are often skipped over in glib media pieces about the "future of money" or whatever other attention-grabbing title works best in that days A/B test.
15 |
16 | As always in Kernel, the content is secondary to the conversation we have around it. There are already numerous full answers to each of the Ethernaut puzzles which you can find yourself by simply googling it. However, what you won't get anywhere else is the depth of reflection and careful understanding we hope to cultivate together in this guild.
--------------------------------------------------------------------------------
/content/en/build/sati/citta.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | order: 13
3 | title: Heart-Mind
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/giving.png
6 | ---
7 |
8 | # Citta
9 |
10 | The terms "citta" and "dhamma", which form the last two pillars are a little more difficult to translate than body, breath, or feeling. "Citta" means something more like heart-mind: it is certainly not just an intellectual sense, but one that is - as always - embodied, incarnate, spirited.
11 |
12 | We offer here three different guided sessions on various aspects of _citta_.
13 |
14 | ## Attention
15 |
16 |
17 |
18 | ## Heart-Mind
19 |
20 |
21 |
22 | ## Awareness
23 |
24 |
25 |
26 | We also invite you to listen to [Mindfulness of Mind with Joseph Goldtein](https://www.youtube.com/watch?v=RZ0YeBIOaFw) for another, more detaile dperspective of some of the ground covered above.
--------------------------------------------------------------------------------
/content/en/build/sati/dhamma.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | order: 14
3 | title: Principles
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/giving.png
6 | ---
7 |
8 | # Dhamma - Principles or Phenomena
9 |
10 | Similarly to _citta_, we require at least two different sessions to begin exploring the notion of _dhamma_, which means something like both principles (or teaching) and phenomena (each phenomenon of our lives being a lesson and each life itself its own greatest teacher).
11 |
12 | ## Attraction & Repulsion
13 |
14 |
15 |
16 | ## Loving Awareness
17 |
18 |
--------------------------------------------------------------------------------
/content/en/build/sati/vedana.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | order: 13
3 | title: Feeling-Tone
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/giving.png
6 | ---
7 |
8 | # Vedana - Feeling
9 |
10 |
11 |
12 | We also invite you to listen to [Mindfulness of Vedana with Martine Batchelor](https://sangha.live/dharma-library/mindfulness-of-feeling-tone-vedana/) for a slightly longer and more detailed mediation and discussion around this particular pillar.
--------------------------------------------------------------------------------
/content/en/koans/module-1.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: There Will Be Buds
3 | order: 1
4 | hideLanguageSelector: true
5 | featuredImage: images/koans/bud_of_bud.png
6 | ---
7 |
8 | # There Will Be Buds (Solved)
9 |
10 | > "For how many aeons have secret blossoms been budding and falling?"
11 |
12 | _The lotus flower_
13 | _Is unstained by mud;_
14 | _This single dewdrop,_
15 | _Just as it is,_
16 | _Manifests the real body of truth._
17 |
18 | Move with us through [module one](/learn/module-1) in order to find meaning which is valuable within the context of your own life. Honest appreciation of how such patterns play out in your own experience, combined with trust that we all share the same ground, may lead you into a deeper, lived awareness of how value and meaning arises in the space which only seems to separate us.
19 |
20 | For those who make it through, there is a unique NFT courtesy of Adrian le Bas and the ethblock.art team. It is a rare, budding Maurer Rose, uniquely generated from Block 1987064.
21 |
22 | The riddle begins here. _Hamba kahle_.
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/content/en/learn/module-2/money-speech.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: 💸 Speak
3 | order: 2
4 | hideLanguageSelector: true
5 | description: Freedom of speech is complex. Blockchains simplify it by ensuring anyone is free to speak AND that the cost of meaningful speech is well defined everywhere AND that harmful speech costs provably more to the speaker than the community of listeners. It is a profound shift in how we regulate expression.
6 | featuredImage: images/shares/money-speech.png
7 | ---
8 |
9 | # 💸 Money and speech
10 |
--------------------------------------------------------------------------------
/content/en/tokens/tokenomics/flying-high.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Flying High
3 | order: 6
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/learn.png
6 | ---
7 |
8 | # Noble Networks
9 |
10 | Helium is decentralized wireless infrastructure. At nearly 300,000 base stations deployed in just over 2 years, no wireless data carrier has ever grown so quickly. This was possible by incentivizing the participation of tens of thousands of individuals around the world through a new layer one blockchain and token, and a powerful meme about connectivity so affordable, ubiquitous, and decentralized that any device could afford to be connected.
11 |
12 | In this Junto we will discuss the value of the Helium network, their novel Proof of Coverage security model, and what we can learn from Helium that could be applied to other real-world applications of blockchain.
13 |
14 | ## Preparation
15 |
16 | 1. Helium website
17 | 2. Helium Explorer
18 | 3. Proof of Coverage
19 | 4. CoinmarketCap Overview
20 |
21 | ## Group Work
22 |
23 | You can follow the work we did together when in discussion [on this Figma board](https://www.figma.com/file/NbH0TmgPSQZ9Xw1j7HNUt5/Tokens-Guild%3A-Helium---Nov-15-2021).
24 |
25 |
--------------------------------------------------------------------------------
/content/en/tokens/tokenomics/nouns.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Meaningful Nouns
3 | order: 8
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/learn.png
6 | ---
7 |
8 | # Meaningful Nouns
9 |
10 | This conversation revolves around Non-Fungible Tokens for the first time in the guild. We take a look at NounsDAO, their one NFT released every day forever, the governance framework associated with it and consider together what token communities formed around non-fungible assets may look like and what it means to form an open source brand.
11 |
12 | ## Preparation
13 |
14 | 1. Read through their current proposals to get a sense of [governance revolving around NFTs](https://nouns.wtf/vote).
15 | 2. [Shawn's thread](https://twitter.com/sdimantha/status/1439331675826114560?s=21) provides good context for everything from IP to open brands to subDAOs, which are all discussed throughout the call.
16 |
17 | ### Additional Resources
18 |
19 | 1. This article on [legitimacy](https://vitalik.eth.limo/general/2021/03/23/legitimacy.html) will provide useful context.
20 | 2. The NounsDAO monorepo is one of the best there is. The auction house is forked from Zora, the ERC721 from OpenZeppelin (with some small but well thought-out and documented changes), the governance from Compound. Take a look at [this contract in particular](https://github.com/nounsDAO/nouns-monorepo/blob/master/packages/nouns-contracts/contracts/governance/NounsDAOLogicV1.sol) if you're a developer.
21 |
22 | ## Group Work
23 |
24 | You can follow the work we did together when in discussion [on this Figma board](https://www.figma.com/file/m5uqNsC5x0WrY3j29xscgn/Tokens-Guild%3A-NOUNS?node-id=776%3A136)
25 |
26 |
27 |
--------------------------------------------------------------------------------
/content/en/tokens/tokenomics/ocean-curves.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Ocean Curves
3 | order: 11
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/learn.png
6 | ---
7 |
8 | # Ocean Protocol
9 |
10 | In this discussion, we take a look at the Ocean Protocol - an open market for data. We begin by considering the "web3 sustainability loop" and then move into more speculative territory as we try to tease apart use cases, the various changes made to the token model over the years by the core team, whether anyone has actually earned money from data or other interactions in the marketplace, and what all this has to do with vote escrowed tokens.
11 |
12 | ## Preparation
13 |
14 | 1. [The web3 sustainability loop](https://blog.oceanprotocol.com/the-web3-sustainability-loop-b2a4097a36e)
15 | 2. [The Web3 Data Economy: Ocean Protocol](https://www.youtube.com/watch?v=sKbVieQ_foo) by Trent McConaghy at Web3 Summit 2018
16 | 3. [Curating quality data with veOCEAN](https://blog.oceanprotocol.com/introducing-veocean-c5f416c1f9a0)
17 | 4. [The tech whitepaper](https://github.com/oceanprotocol/papers/blob/master/tech-whitepaper.pdf)
18 |
19 | ## Application
20 |
21 | Here is the [figma board](https://www.figma.com/file/RSpbuhdtWdX4BslVHdm6Po/Tokens-Guild%3A-OCEAN-PROTOCOL?node-id=0%3A1) we created during the session.
22 |
23 |
24 |
25 | ## Extra
26 |
27 | While we don't cover it explicitly in this session, we recommend this [three part series on IP and NFTs](https://blog.oceanprotocol.com/nfts-ip-1-practical-connections-of-erc721-with-intellectual-property-dc216aaf005d?gi=78feb69142e4) if you are interested in the topic.
--------------------------------------------------------------------------------
/content/en/tokens/tokenomics/regenerative-commons.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Regenerative Commons
3 | order: 9
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/learn.png
6 | ---
7 |
8 | # Regenerating Communal Commerce
9 |
10 | Celo’s mission is to build a financial system that creates the conditions for prosperity for everyone. In this special holiday edition of the tokenomics guild, we will be asking ourselves how Celo's tokenomics help it bring crypto to the global south and other emerging markets and realise such lofty ambitions.
11 |
12 | ## Preparation
13 |
14 | 1. [An overview of Celo](https://medium.com/celoorg/an-introductory-guide-to-celo-b185c62d3067)
15 | 2. [More in-depth readings on Celo’s stability mechanism](https://docs.celo.org/celo-codebase/protocol/stability)
16 | 3. [A recent interview from Marek on mobile-first Web3](https://www.youtube.com/watch?v=ItREmpQNORI)
17 | 4. Another [good intro from Nansen](https://www.nansen.ai//research/celo-toward-blockchain-mainstream-adoption) whose main addition to this conversation is the comparison in usage between mobile-first apps on Celo (like Ube) and not-mobile first apps from Ethereum that can also be used on Celo (Sushi). The mobile first apps do much better.
18 |
19 | ## Recording
20 |
21 |
22 |
23 | We invited Sep Kumvar and Xochitl Cazador from Celo back for another fireside in KB5, which is also archived below:
24 |
25 |
--------------------------------------------------------------------------------
/content/en/tokens/tokenomics/shared-wisdom.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Shared Wisdom
3 | order: 10
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/learn.png
6 | ---
7 |
8 | # Shared Wisdom - Everipedia
9 |
10 | Selected as the first guild for KB7, the outcome of our conversation about Everipedia was not particularly positive, illustrating that not all of the tokens this guild considers are necessarily well thought-out and clearly designed.
11 |
12 | One comment in particular seemed to capture the vibe of the group: "It could be an interesting machine to study… if only to understand why it didn’t do what it set out to do". We feel that we can learn just as much (sometimes more!) by looking at token experiments which don't work, as we can by considering models that seem to be living up to their stated design goals.
13 |
14 | ## Preparation
15 |
16 | 1. Browse over [the whitepaper](https://github.com/EveripediaNetwork/Everipedia/blob/master/TechnicalWhitepaper.md).
17 | 2. Read [the hype](https://cointelegraph.com/news/everipedia-iq-rallies-400-after-an-nft-collaboration-with-the-associated-press)
18 | 3. Read [the issues](https://theoutline.com/post/2369/everipedia-is-the-wikipedia-for-being-wrong?zd=1&zi=76c4k5rf)
19 |
20 |
21 | ## Group Work
22 |
23 | You can follow the work we did together when in discussion [on this Figma board](https://www.figma.com/file/Wq1V7DG56k16jxq0PwJsTU/Tokens-Guild%3A-EVERIPEDIA?node-id=1031%3A311).
24 |
25 |
--------------------------------------------------------------------------------
/content/en/track-gaming/module-1/curated.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Curated
3 | order: 2
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/giving.png
6 | ---
7 |
8 | # Curated Material - Jamming On Value
9 |
10 | ## 🙌 Web 3 Game Developers To Follow
11 |
12 |
13 |
14 |
15 |
16 | #### Austin Griffith
17 |
18 |
19 |
20 |
21 |
22 | #### Ronan Sanford
23 |
24 |
25 |
26 |
27 |
28 | Please contribute more with a PR! 📝
29 |
30 |
31 |
32 |
33 |
34 | #### Cryptokitties Origin Story
35 |
36 | The story of how a hackathon helped create one of the biggest successes in the NFT space.
37 |
38 |
39 |
40 |
41 |
42 | #### Ethereum Improvement Proposal 721
43 |
44 | The evolving document defining the NFT standard. Used by Cryptokitties and a multitude of other Web 3 games.
45 |
46 |
47 |
48 |
49 |
50 | #### Chain World
51 |
52 | Something to read after watching [May Li Khoe's Subverting the Status Quo](/learn/module-1/joyful-subversion), an engrossing story on Jason Rohrer's subversive game design.
53 |
54 |
55 |
56 |
--------------------------------------------------------------------------------
/content/en/track-gaming/module-2/curated.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Curated
3 | order: 2
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/giving.png
6 | ---
7 |
8 | # Curated Material - The Business of Games
9 |
10 |
11 |
12 |
13 |
14 | #### Game Industry Timeline from 1997 to 2018
15 |
16 | A curated timeline of articles from Gamasutra showing each year's relevant technologies, issues, and industry market size. Links to the articles can be found here.
17 |
18 |
19 |
20 |
21 |
22 | #### 3 Disruptive Game Design Trends To Look Forward To In 2020
23 |
24 | A slightly dated introspective of 2020. Begins with a look into the top mobile games of 2019, which has stayed the same for the past 4 years.
25 |
26 |
27 |
28 |
29 |
30 | #### Flash Game History
31 |
32 | A heartfelt tribute to one of the technologies that defined video games. Jonas Richner breaks down what made Flash so great, and how we can emulate its success.
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/content/en/track-gaming/module-3/curated.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Curated
3 | order: 2
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/giving.png
6 | ---
7 |
8 | # Curated Material - Freedom and Open Source
9 |
10 |
11 |
12 |
13 |
14 | #### The NFT Token Bible
15 |
16 | Everything you need to know about NFTs, written by Devin Finzer of OpenSea. Also provides a useful history of NFT usage across blockchain games and virtual worlds.
17 |
18 |
19 |
20 |
21 |
22 | #### Defold
23 |
24 | Defold is an in-house game engine by King. In May 2020 it spun out of the game company and became fully owned by the Defold Foundation. A good case study on transitioning from closed to open source.
25 |
26 |
27 |
28 |
29 |
30 | #### Machinations
31 |
32 | A more complex system design tool, useful if you want to model your systems more accurately. Also usable for game loop design and token engineering.
33 |
34 |
35 |
36 |
37 |
38 | #### The Open Metaverse OS
39 |
40 | A research paper from Outlier Ventures on building an open metaverse using Web 3.
41 |
42 |
43 |
44 |
45 |
46 | Please contribute more research papers with a PR! 📝
--------------------------------------------------------------------------------
/content/en/track-gaming/module-4/crafted.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Crafted
3 | order: 1
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/giving.png
6 | ---
7 |
8 | # ⌛ Coming Soon!
--------------------------------------------------------------------------------
/content/en/track-gaming/module-4/curated.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Curated
3 | order: 2
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/giving.png
6 | ---
7 |
8 | # ⌛ Coming Soon!
--------------------------------------------------------------------------------
/content/en/track-gaming/module-4/index.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Module 4
3 | order: 4
4 | hideLanguageSelector: true
5 | description: This module is still under construction.
6 | ---
7 |
8 | # ⌛ Coming Soon!
--------------------------------------------------------------------------------
/content/en/track-gaming/module-6/curated.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | title: Curated
3 | order: 2
4 | hideLanguageSelector: true
5 | featuredImage: images/shares/giving.png
6 | ---
7 |
8 | # Curated Material - The Infinite Game
9 |
10 |
11 |
12 |
13 |
14 | #### Grant For The Web
15 |
16 | An initiative by Coil and Mozilla, the Grant for the Web is playing the seemingly infinite game of addressing Web 2.0's issues: loss of privacy, centralization of power, and inequalities in online participation.
17 |
18 |
19 |
20 |
21 |
22 | #### FS on Finite and Infinite Games
23 |
24 | Farnam Street's take on how to apply James Carse's work in our daily lives. Fs.blog helps us see the world better using these and other mental models, and is a great resource for Kernel fellows in our journey of continuous learning.
25 |
26 |
27 |
28 |
29 |
30 | #### Stratechery
31 |
32 | Another indispensable resource for Web 3 builders. Ben Thompson's writings allow us to see the bigger picture of what's happening in tech and business, reminding us that the work we do never takes place in a vacuum.
33 |
34 |
35 |
36 |
--------------------------------------------------------------------------------
/content/es/build/outsmarting-contracts/index.mdx:
--------------------------------------------------------------------------------
1 | ---
2 | order: 1
3 | title: Siendo más lista que los contratos
4 | hideLanguageSelector: false
5 | featuredImage: images/shares/giving.png
6 | ---
7 |
8 | # Siendo más lista que los contratos
9 |
10 | Realizaremos un curso de contratos inteligentes creado por OpenZeppelin, el equipo responsable de escribir las bibliotecas de contratos inteligentes más utilizadas y confiables, y también una de las firmas de auditoría y seguridad más respetadas en web3.
11 |
12 | Habrá cuatro lecciones y cada una durará aproximadamente 2 horas, ya que la intención es tener mucho espacio para exploraciones compartidas, preguntas y un enfoque tranquilo para aprender sobre un mundo nuevo.
13 |
14 | Este gremio está destinado principalmente a personas que nunca antes han visto un "smart contract" (contrato inteligente). No te convertirás en un súper programador, pero aprenderás cómo funcionan realmente redes como Ethereum y descubrirás muchos de los aspectos más sutiles que a menudo se pasan por alto en los artículos de los medios simplistas sobre el "futuro del dinero" o cualquier otro título que llame la atención y que funcione mejor en la pruebas A/B de ese día.
15 |
16 | Como siempre en Kernel, el contenido es secundario a la conversación que mantenemos en torno a él. Ya existen numerosas respuestas completas para cada uno de los acertijos de Ethernaut que puedes encontrar simplemente buscándolas en Google. Sin embargo, lo que no encontrarás en ningún otro lugar es la profundidad de la reflexión y la cuidadosa comprensión que esperamos cultivar juntos en este gremio.
--------------------------------------------------------------------------------
/docker-compose.yml:
--------------------------------------------------------------------------------
1 | version: "3.3"
2 |
3 | services:
4 | kernel-community:
5 | build:
6 | context: .
7 | dockerfile: Dockerfile
8 | restart: "unless-stopped"
9 | environment:
10 | VIRTUAL_HOST: "www.kernel.community,kernel.community"
11 | LETSENCRYPT_HOST: "www.kernel.community,kernel.community"
12 | networks: ["serve"]
13 |
14 | networks:
15 | serve:
16 | external: true
--------------------------------------------------------------------------------
/gatsby-browser.js:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 |
3 | import { TranslationProvider } from '@modules/localization'
4 |
5 | import Layout from '@modules/layouts/site_layout'
6 | import { NavigationProvider } from '@modules/navigation'
7 | import NotificationProvider from '@modules/notifications/context'
8 | import { Provider, createClient } from 'wagmi'
9 | import { connectors, provider, connectorStorageKey } from '@src/honour/connect'
10 | //Load our Primsjs css and Fonts
11 | import '@modules/layouts/global.css' //<- Load in Prismjs css. Our custom styles have to be loaded this way cause Prismjs is blackboxed from our own code.
12 |
13 | const client = createClient({
14 | autoConnect: true,
15 | connectors,
16 | provider,
17 | connectorStorageKey,
18 | })
19 |
20 | export const wrapRootElement = ({ element }) => (
21 |
22 | {element}
23 |
24 | )
25 |
26 | export const wrapPageElement = ({ element, props }) => (
27 |
28 |
29 | {element}
30 |
31 |
32 | )
33 |
--------------------------------------------------------------------------------
/gatsby-ssr.js:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | import { jsx, InitializeColorMode } from 'theme-ui'
3 |
4 | import { TranslationProvider } from '@modules/localization'
5 |
6 | import Layout from '@modules/layouts/site_layout'
7 | import { NavigationProvider } from '@modules/navigation'
8 | import NotificationProvider from '@modules/notifications/context'
9 | import { Provider, createClient } from 'wagmi'
10 | import { connectors, provider, connectorStorageKey } from '@src/honour/connect'
11 | //Load our Primsjs css and Fonts
12 | import '@modules/layouts/global.css' //<- Load in Prismjs css. Our custom styles have to be loaded this way cause Prismjs is blackboxed from our own code.
13 |
14 | const client = createClient({
15 | autoConnect: true,
16 | connectors,
17 | provider,
18 | connectorStorageKey,
19 | })
20 |
21 | export const wrapRootElement = ({ element }) => (
22 |
23 | {element}
24 |
25 | )
26 |
27 | export const wrapPageElement = ({ element, props }) => (
28 |
29 |
30 | {element}
31 |
32 |
33 | )
34 |
35 | export const onRenderBody = ({ setPreBodyComponents }) => {
36 | setPreBodyComponents([jsx(InitializeColorMode, { key: 'theme-ui-no-flash' })])
37 | }
38 |
--------------------------------------------------------------------------------
/scripts/allcontributors-transformer.js:
--------------------------------------------------------------------------------
1 | /* eslint no-console: 'off' */
2 |
3 | const fs = require('fs')
4 | const del = require('del')
5 |
6 | const rootPath = process.cwd()
7 | const contributorJSON = `${rootPath}/content/all-contributors.json`
8 | const contributorORIGINAL = `${rootPath}/.all-contributorsrc`
9 |
10 | const main = async () => {
11 | if (fs.existsSync(contributorJSON)) {
12 | try {
13 | await del(contributorJSON)
14 | } catch (err) {
15 | console.error('There was an issue with deleting all-contributors.json')
16 | }
17 | }
18 |
19 | fs.readFile(contributorORIGINAL, 'utf8', (err, out) => {
20 | if (err) {
21 | console.error(err)
22 | return
23 | }
24 |
25 | fs.writeFile(contributorJSON, out, (err) => {
26 | if (err) return console.error(err, out)
27 | })
28 | })
29 | }
30 |
31 | main()
32 |
--------------------------------------------------------------------------------
/src/honour/connect.js:
--------------------------------------------------------------------------------
1 | import { allChains } from 'wagmi'
2 | import { InjectedConnector } from 'wagmi/connectors/injected'
3 | import { providers } from 'ethers'
4 |
5 | const infuraId = process.env.INFURA_ID
6 |
7 | export const connectors = () => [new InjectedConnector({ allChains })]
8 |
9 | export const Connector = {
10 | INJECTED: 0,
11 | }
12 |
13 | export const provider = ({ chainId }) => {
14 | if (chainId === 1337) {
15 | return new providers.JsonRpcProvider('http://localhost:8545')
16 | }
17 | return new providers.InfuraProvider(chainId, infuraId)
18 | }
19 |
20 | export const connectorStorageKey = 'kernel.community.wallet'
21 |
--------------------------------------------------------------------------------
/src/modules/audioPlayer/PlayControl.js:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 |
3 | import PlayIcon from './play.svg'
4 | import PauseIcon from './pause.svg'
5 |
6 | const PlayControl = ({ isPlaying, handleOnClickPlay, handleOnClickPause }) => {
7 | const controlConfig = isPlaying
8 | ? {
9 | icon: PauseIcon,
10 | handleOnClick: handleOnClickPause,
11 | }
12 | : { icon: PlayIcon, handleOnClick: handleOnClickPlay }
13 |
14 | return (
15 |
16 |
17 |
18 | )
19 | }
20 | const styles = {
21 | container: {
22 | alignItems: 'center',
23 | display: 'flex',
24 | flexGrow: 1,
25 | justifyContent: 'center',
26 | },
27 | }
28 | export default PlayControl
29 |
--------------------------------------------------------------------------------
/src/modules/audioPlayer/pause.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/modules/audioPlayer/play.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/modules/authors/Authors.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 |
3 | import { GridCell, ListElement } from '@modules/authors'
4 | import { Children } from 'react'
5 | import { Grid, jsx } from 'theme-ui'
6 |
7 | import contributorsData from './transformers/contributorsData'
8 |
9 | const Authors = ({
10 | list = false,
11 | all = false,
12 | contributions = true,
13 | noLinks = false,
14 | author,
15 | noUsername = false,
16 | children,
17 | ...props
18 | }) => {
19 | const _children = Children.toArray(children)
20 | const contributors = contributorsData(all, list, author, _children, props)
21 |
22 | return (
23 |
32 | {contributors.map((data, index) =>
33 | list ? (
34 |
42 | ) : (
43 |
50 | )
51 | )}
52 |
53 | )
54 | }
55 |
56 | export default Authors
57 |
--------------------------------------------------------------------------------
/src/modules/authors/components/index.js:
--------------------------------------------------------------------------------
1 | export { default as GridCell } from './GridCell'
2 | export { default as ListElement } from './ListElement'
3 |
--------------------------------------------------------------------------------
/src/modules/authors/data/allContributorKeys.js:
--------------------------------------------------------------------------------
1 | //Keys associated with Allcontributors Emoji Keys.
2 | //Used to identify and filter contributions per author.
3 | //Add your own if you want...
4 | const keys = [
5 | 'audio',
6 | 'a11y',
7 | 'bug',
8 | 'blog',
9 | 'business',
10 | 'code',
11 | 'content',
12 | 'data',
13 | 'doc',
14 | 'design',
15 | 'example',
16 | 'eventOrganizing',
17 | 'financial',
18 | 'fundingFinding',
19 | 'ideas',
20 | 'infra',
21 | 'maintenance',
22 | 'platform',
23 | 'plugin',
24 | 'projectManagement',
25 | 'question',
26 | 'review',
27 | 'security',
28 | 'tool',
29 | 'translation',
30 | 'test',
31 | 'tutorial',
32 | 'talk',
33 | 'userTesting',
34 | 'video',
35 | ]
36 |
37 | const emojis = {
38 | audio: '🔊',
39 | a11y: '♿️',
40 | bug: '🐛',
41 | blog: '📝',
42 | business: '💼',
43 | code: '💻',
44 | content: '🖋',
45 | data: '🔣',
46 | doc: '📖',
47 | design: '🎨',
48 | example: '💡',
49 | eventOrganizing: '📋',
50 | financial: '💵',
51 | fundingFinding: '🔍',
52 | ideas: '🤔',
53 | infra: '🚇',
54 | maintenance: '🚧',
55 | platform: '📦',
56 | plugin: '🔌',
57 | projectManagement: '📆',
58 | question: '💬',
59 | review: '👀',
60 | security: '🛡️',
61 | tool: '🔧',
62 | translation: '🌍',
63 | test: '⚠️',
64 | tutorial: '✅',
65 | talk: '📢',
66 | userTesting: '📓',
67 | video: '📹',
68 | }
69 |
70 | const allContributorKeys = { contributionKeys: keys, emojis }
71 |
72 | export default allContributorKeys
73 |
--------------------------------------------------------------------------------
/src/modules/authors/data/index.js:
--------------------------------------------------------------------------------
1 | export { default as allContributorKeys } from './allContributorKeys'
2 |
--------------------------------------------------------------------------------
/src/modules/authors/index.js:
--------------------------------------------------------------------------------
1 | export { ListElement, GridCell } from './components'
2 | export { MDXtoAuthor, contributorsData } from './transformers'
3 | export { default as Authors } from './Authors'
4 |
--------------------------------------------------------------------------------
/src/modules/authors/transformers/contributorsFilter.js:
--------------------------------------------------------------------------------
1 | import allContributorKeys from '../data/allContributorKeys'
2 |
3 | //1. Takes in Author data in the form of an array (contributors)
4 | //2. Checks for prop filters based on contribution keys
5 | //3. Filters authors if contribution filter is present.
6 | //4. Returns contributors list
7 |
8 | const { contributionKeys } = allContributorKeys
9 |
10 | const contributorsFilter = (contributors, all, props) => {
11 | if (contributors.length <= 0) {
12 | //If we have 0 contributers don't render anything.
13 | return []
14 | }
15 |
16 | const propKeys = Object.keys(props) //Get prop keys
17 | //Check if any of our prop keys match allContributer keys
18 | const propsHasContributorKeys = contributionKeys.some((n) =>
19 | propKeys.includes(n)
20 | )
21 |
22 | //If we're rendering "all" contributers and we DONT have
23 | //a contributer key prop, don't pass any filters.
24 | //Else, pass the filter from the allContributerKeys
25 | const contributionFilters =
26 | all && !propsHasContributorKeys
27 | ? []
28 | : contributionKeys.filter((n) => propKeys.includes(n))
29 |
30 | //Filter our contributers if a contribution prop key is present.
31 | //Else just pass it unscathed.
32 | const filteredContributors =
33 | contributionFilters.length <= 0
34 | ? contributors
35 | : contributors.filter(({ contributions }) =>
36 | contributions.every((c) => contributionFilters.includes(c))
37 | )
38 |
39 | return filteredContributors
40 | }
41 |
42 | export default contributorsFilter
43 |
--------------------------------------------------------------------------------
/src/modules/authors/transformers/index.js:
--------------------------------------------------------------------------------
1 | export { default as contributorsData } from './contributorsData'
2 | export { default as contributorsFilter } from './contributorsFilter'
3 | export { default as MDXtoAuthor } from './MDXtoAuthor'
4 |
--------------------------------------------------------------------------------
/src/modules/blog/BlogHome.js:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | import { BlogCard, BlogResult } from '@modules/blog'
3 | import { Link } from '@modules/navigation'
4 | import { Button } from '@modules/ui'
5 |
6 | const BlogHome = () => {
7 | return (
8 |
9 |
Maker Community Blog
10 |
11 |
12 | - Home
13 | - Governance
14 | - Community
15 | - Editorial
16 |
17 |
18 |
19 | -
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 | Languages
36 |
37 | -
38 | English
39 |
40 | -
41 | Español
42 |
43 | -
44 | Italiano
45 |
46 |
47 |
48 |
49 |
50 |
51 |
52 |
53 | )
54 | }
55 |
56 | export default BlogHome
57 |
--------------------------------------------------------------------------------
/src/modules/blog/BlogResult.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 |
3 | import { BlogAuthor } from '@modules/blog'
4 | import { useTranslation } from '@modules/localization'
5 | import { Link } from '@modules/navigation'
6 | import { jsx } from 'theme-ui'
7 |
8 | const BlogResult = ({ frontmatter, excerpt, fileAbsolutePath }) => {
9 | const { t } = useTranslation()
10 | const { authors, date, description, title, type } = frontmatter
11 | const postLink = fileAbsolutePath
12 | .slice(
13 | fileAbsolutePath.indexOf('/blogPosts/') + 10,
14 | fileAbsolutePath.length
15 | )
16 | .replace(/(.mdx.md|.md|.mdx|index.mdx)$/gm, '')
17 |
18 | return (
19 |
27 | {type && (
28 |
35 | {t(type)}
36 |
37 | )}
38 |
39 |
45 | {title}
46 |
47 |
48 | {authors &&
}
49 |
{description || excerpt}
50 |
51 | )
52 | }
53 |
54 | export default BlogResult
55 |
--------------------------------------------------------------------------------
/src/modules/blog/index.js:
--------------------------------------------------------------------------------
1 | export { default as BlogHome } from './BlogHome'
2 | export { default as BlogAuthor } from './BlogAuthor'
3 | export { default as BlogCard } from './BlogCard'
4 | export { default as BlogResult } from './BlogResult'
5 | export { default as BlogContributors } from './BlogContributors'
6 |
--------------------------------------------------------------------------------
/src/modules/fellows/index.js:
--------------------------------------------------------------------------------
1 | export { default as Fellows } from './Fellows'
2 |
--------------------------------------------------------------------------------
/src/modules/flashcard/index.js:
--------------------------------------------------------------------------------
1 | export { default as Card } from './card'
2 | export { default as Flash } from './flash'
3 |
--------------------------------------------------------------------------------
/src/modules/localization/context.js:
--------------------------------------------------------------------------------
1 | import React, { createContext } from 'react'
2 | import { useStaticQuery, graphql } from 'gatsby'
3 |
4 | export const TranslationContext = createContext()
5 |
6 | const TranslationProvider = ({ children }) => {
7 | const { allDirectory } = useStaticQuery(graphql`
8 | query getDefaultLocale {
9 | allDirectory(
10 | filter: {absolutePath: {regex: "//content/([\\w{2}])[^/]$/"}}
11 | ) {
12 | nodes {
13 | absolutePath
14 | }
15 | }
16 | }
17 | `)
18 |
19 | const localeStrings = {}
20 |
21 | const allLocales = allDirectory.nodes.map((n) => {
22 | const loc = n.absolutePath.split('/').pop() || 'en'
23 |
24 | // eslint-disable-next-line
25 | const uiData = require(`@content/${loc}/UI.json`)
26 |
27 | if (uiData) {
28 | localeStrings[loc] = { ...uiData }
29 | }
30 | return loc
31 | })
32 |
33 | return (
34 |
39 | {children}
40 |
41 | )
42 | }
43 |
44 | export default TranslationContext
45 | export { TranslationProvider }
46 |
--------------------------------------------------------------------------------
/src/modules/localization/index.js:
--------------------------------------------------------------------------------
1 | export { default as LanguageSelector } from './LanguageSelector'
2 | export { default as useTranslation } from './useTranslation'
3 | export { TranslationProvider } from './context'
4 | export const DEFAULT_LOCALE = 'en' //<- Set your default locale for the application. Make sure it matches the locale folder.
5 |
--------------------------------------------------------------------------------
/src/modules/navigation/Pager/index.js:
--------------------------------------------------------------------------------
1 | export * from './Pager'
2 |
--------------------------------------------------------------------------------
/src/modules/navigation/Sidenav.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 | import { jsx, Box } from 'theme-ui'
3 |
4 | import Sidenav_Node from '@modules/navigation/Sidenav_Node'
5 |
6 | const Sidenav = ({ data, currentPath }) => {
7 | return (
8 |
24 | {data && data.items[0] && (
25 |
26 | {data.items[0].items.map((item, index) => (
27 |
32 | ))}
33 |
34 | )}
35 |
36 | )
37 | }
38 |
39 | export default Sidenav
40 |
--------------------------------------------------------------------------------
/src/modules/navigation/index.js:
--------------------------------------------------------------------------------
1 | export { default as Link } from './Link'
2 | export { default as Footer } from './Footer'
3 | export { default as Header } from './Header'
4 | export { default as Sidenav } from './Sidenav'
5 | export { default as Breadcrumbs } from './Breadcrumbs'
6 | export { default as getLinkIcon } from './getLinkIcon'
7 | export { default as NavigationProvider } from './context'
8 | export { default as MobileNav } from './MobileNav'
9 | export { default as SidenavNode } from './Sidenav_Node'
10 | export { default as TableOfContents } from './TableOfContents'
11 |
--------------------------------------------------------------------------------
/src/modules/pageMoneySpeech/ConnectButton.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 |
3 | import { Flex, jsx } from 'theme-ui'
4 | import { useConnect } from 'wagmi'
5 | import { useState } from 'react'
6 |
7 | import { Button as Web3Button } from '@src/modules/web3'
8 | import { Connector } from '@src/honour/connect'
9 |
10 | const ConnectButton = () => {
11 | const { connect, connectors } = useConnect()
12 | const [connector] = useState(connectors[Connector.INJECTED])
13 |
14 | return (
15 |
16 | {
21 | connect(connector)
22 | }}
23 | />
24 |
25 | )
26 | }
27 |
28 | const styles = {
29 | connect: {
30 | margin: '0 auto',
31 | textAlign: 'center',
32 | display: 'inline',
33 | },
34 | }
35 |
36 | export default ConnectButton
37 |
--------------------------------------------------------------------------------
/src/modules/pageMoneySpeech/HonourButton.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 |
3 | import { Flex, jsx } from 'theme-ui'
4 | import { useConnect } from 'wagmi'
5 | import { useState } from 'react'
6 |
7 | import { Button as Web3Button, Modal as Web3Modal } from '@src/modules/web3'
8 | import { Connector } from '@src/honour/connect'
9 |
10 | const HonourButton = ({ onTransactionSuccess }) => {
11 | const { connectors } = useConnect()
12 | const [connector] = useState(connectors[Connector.INJECTED])
13 | const [isModalVisible, setIsModalVisible] = useState(false)
14 |
15 | const handleTransactionSuccess = () => {
16 | setIsModalVisible(false)
17 | onTransactionSuccess()
18 | }
19 |
20 | return (
21 |
22 | {isModalVisible && (
23 |
27 | )}
28 | setIsModalVisible(true)}
33 | />
34 |
35 | )
36 | }
37 |
38 | export default HonourButton
39 |
--------------------------------------------------------------------------------
/src/modules/pageMoneySpeech/HonourConnector.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 |
3 | import { jsx } from 'theme-ui'
4 | import { useState } from 'react'
5 | import { ethers } from 'ethers'
6 | import { useContractRead } from 'wagmi'
7 | import { optimism, abis } from '../../honour/constants'
8 | import Content from './Content'
9 | import HonourButton from './HonourButton'
10 |
11 | const HonourConnector = ({ address }) => {
12 | const [transactionSuccess, setTransactionSuccess] = useState(false)
13 | const { data } = useContractRead(
14 | {
15 | addressOrName: optimism,
16 | contractInterface: abis.honour,
17 | },
18 | 'balanceOf',
19 | {
20 | args: [address],
21 | }
22 | )
23 | const balance = data ? ethers.utils.formatEther(data) : null
24 |
25 | const handleTransactionSuccess = () => {
26 | setTransactionSuccess(true)
27 | }
28 | return (
29 |
30 | {transactionSuccess ? (
31 |
32 | ) : balance && balance !== '0.0' ? (
33 |
34 | ) : (
35 |
36 | )}
37 |
38 | )
39 | }
40 |
41 | export default HonourConnector
42 |
--------------------------------------------------------------------------------
/src/modules/pageMoneySpeech/index.js:
--------------------------------------------------------------------------------
1 | import ConnectButton from './ConnectButton'
2 | import HonourConnector from './HonourConnector'
3 |
4 | export { ConnectButton, HonourConnector }
5 |
--------------------------------------------------------------------------------
/src/modules/projects/index.js:
--------------------------------------------------------------------------------
1 | export { default as Projects } from './Projects'
2 |
--------------------------------------------------------------------------------
/src/modules/search/SearchHit.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 | import { jsx, Text } from 'theme-ui'
3 | import { Link } from '@modules/navigation'
4 |
5 | const SearchHit = ({ title, excerpt, isBlog, url, ...props }) => (
6 |
11 |
22 | {title} {isBlog ? ' - Blog' : ''}
23 |
24 |
34 | {excerpt}
35 |
36 |
37 | )
38 |
39 | export default SearchHit
40 |
--------------------------------------------------------------------------------
/src/modules/testimonials/CardGrid.js:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 | import { Box } from 'theme-ui'
3 | import Card from './Card'
4 |
5 | const CardGrid = (props) => {
6 | return (
7 | <>
8 |
16 | {props.cards.map((card, index) => (
17 |
18 | ))}
19 |
20 | >
21 | )
22 | }
23 |
24 | export default CardGrid
25 |
--------------------------------------------------------------------------------
/src/modules/testimonials/helpers/parsingConfig.js:
--------------------------------------------------------------------------------
1 | /* eslint-disable no-useless-escape */
2 | import { Link, Text } from 'theme-ui'
3 | import Emojis from './emojis'
4 | import React from 'react'
5 |
6 | const config = [
7 | {
8 | regex: /(http|https):\/\/(\S+)\.([a-z]{2,}?)(.*?)( |\,|$|\.)/gim,
9 | fn: (key, result) => (
10 |
11 |
15 | {result[2]}.{result[3]}
16 | {result[4]}
17 |
18 | {result[5]}
19 |
20 | ),
21 | },
22 | {
23 | regex: /(\S+)\.([a-z]{2,}?)(.*?)( |\,|$|\.)/gim,
24 | fn: (key, result) => (
25 |
26 |
30 | {result[1]}.{result[2]}
31 | {result[3]}
32 |
33 | {result[4]}
34 |
35 | ),
36 | },
37 | {
38 | regex: /\@([a-z0-9_\-]+?)( |\,|$|\.)/gim,
39 | fn: (key, result) => (
40 |
41 | {result[0]}
42 |
43 | ),
44 | },
45 | {
46 | regex: /:[^:\s]*(?:::[^:\s]*)*:/gim,
47 | fn: (key, result) => (
48 | {Emojis[result[0].replaceAll(':', '')]}
49 | ),
50 | },
51 | ]
52 |
53 | export default config
54 |
--------------------------------------------------------------------------------
/src/modules/testimonials/index.js:
--------------------------------------------------------------------------------
1 | export { default as CardGrid } from './CardGrid'
2 | export { default as Card } from './Card'
3 |
--------------------------------------------------------------------------------
/src/modules/ui/CTA.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 | import { jsx, Card } from 'theme-ui'
3 |
4 | const CTA = ({ children, ...otherProps }) => (
5 | *:only-child': { m: 0 },
14 | }}>
15 | {children}
16 |
17 | )
18 |
19 | export default CTA
20 |
--------------------------------------------------------------------------------
/src/modules/ui/Callout.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 | import { jsx, Flex } from 'theme-ui'
3 | import { Icon } from '@makerdao/dai-ui-icons'
4 |
5 | const Callout = ({ icon, variant, children }) => {
6 | const colorWarning = variant === 'warning' ? '#000' : 'text'
7 |
8 | return (
9 |
20 | {icon && (
21 |
26 | )}
27 | *': {
32 | color: colorWarning,
33 | },
34 | '& > *:first-of-type': {
35 | mt: 0,
36 | },
37 | '& > *:only-child': {
38 | m: 0,
39 | },
40 | }}>
41 | {children}
42 |
43 |
44 | )
45 | }
46 |
47 | export default Callout
48 |
--------------------------------------------------------------------------------
/src/modules/ui/Checklist.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 | import { Children } from 'react'
3 | import { Box, Flex, jsx } from 'theme-ui'
4 |
5 | const Checklist = ({ children }) => {
6 | const _Children = Children.toArray(children)
7 |
8 | return (
9 |
21 | {_Children.map((child, index) => (
22 |
30 |
40 | *:only-child, & > *:only-child > *': { m: 0 },
44 | }}>
45 | {child}
46 |
47 |
48 | ))}
49 |
50 | )
51 | }
52 |
53 | export default Checklist
54 |
--------------------------------------------------------------------------------
/src/modules/ui/Chocolate.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 | import { Children } from 'react'
3 | import { jsx, Grid } from 'theme-ui'
4 |
5 | const Chocolate = ({ children }) => {
6 | const _Children = Children.toArray(children)
7 |
8 | //Column Widths based on item count
9 | const columnWidth = () => {
10 | if (_Children.length === 1) {
11 | //1 item, full width
12 | return `minmax(100px, 1fr)`
13 | }
14 |
15 | if (_Children.length === 2 || _Children.length === 4) {
16 | // 2 or 4 items (2 x 2)
17 | return `minmax(100px, 1fr) minmax(100px, 1fr)`
18 | }
19 |
20 | //3 - Infinity Items (3 x 3)
21 | return `minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr)`
22 | }
23 |
24 | return (
25 | * > * > img': {
30 | width: '100%',
31 | height: '100%',
32 | objectFit: 'cover',
33 | objectPosition: 'center',
34 | },
35 | mb: 4,
36 | }}>
37 | {children}
38 |
39 | )
40 | }
41 |
42 | export default Chocolate
43 |
--------------------------------------------------------------------------------
/src/modules/ui/Code.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 | import { jsx, Box } from 'theme-ui'
3 |
4 | const Code = ({ children }) => {
5 | return (
6 |
13 |
27 | {children}
28 |
29 |
30 | )
31 | }
32 |
33 | export default Code
34 |
--------------------------------------------------------------------------------
/src/modules/ui/Divider.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 |
3 | import { jsx } from 'theme-ui'
4 |
5 | const Divider = (props) => {
6 | return (
7 |
15 | )
16 | }
17 |
18 | export default Divider
19 |
--------------------------------------------------------------------------------
/src/modules/ui/Process.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 | import { Children } from 'react'
3 | import { Flex, Box, jsx } from 'theme-ui'
4 |
5 | const Process = ({ children }) => {
6 | const _Children = Children.toArray(children)
7 |
8 | return (
9 |
10 | {_Children.map((child, index) => {
11 | return (
12 |
17 |
34 | {`${index + 1}`}
35 |
36 | *:only-child, & > *:last-child': { m: 0 },
46 | }}>
47 | {child}
48 |
49 |
50 | )
51 | })}
52 |
53 | )
54 | }
55 |
56 | export default Process
57 |
--------------------------------------------------------------------------------
/src/modules/ui/Table.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 | import { jsx } from 'theme-ui'
3 |
4 | const Table = ({ children }) => (
5 |
29 | )
30 |
31 | export default Table
32 |
--------------------------------------------------------------------------------
/src/modules/ui/Tout.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 | import { Children } from 'react'
3 | import { Box, Grid, jsx } from 'theme-ui'
4 |
5 | const Tout = ({ children }) => {
6 | const _Children = Children.toArray(children)
7 | const isGrid = _Children.length > 1
8 |
9 | const ToutElement = ({ children }) => (
10 | *:only-child': {
20 | m: 0,
21 | },
22 | '& > *:last-child, & > * > *:last-child': {
23 | m: 0, //NOTE(Rejon): I use important here to override internal styles.
24 | },
25 | p: 4,
26 | '& h2': {
27 | mb: '12px',
28 | },
29 | '& p:not(:last-child)': {
30 | mb: 2,
31 | },
32 | }}>
33 | {children}
34 |
35 | )
36 |
37 | if (isGrid) {
38 | return (
39 |
47 | {_Children.map((child, index) => (
48 | {child}
49 | ))}
50 |
51 | )
52 | }
53 |
54 | return {children}
55 | }
56 |
57 | export default Tout
58 |
--------------------------------------------------------------------------------
/src/modules/ui/heading/Heading.js:
--------------------------------------------------------------------------------
1 | import React from 'react'
2 |
3 | import { Heading1, Heading2, Heading3, Heading4, Heading5 } from '.'
4 |
5 | export default function Heading({ level, ...props }) {
6 | switch (level) {
7 | case 5:
8 | return
9 | case 4:
10 | return
11 | case 3:
12 | return
13 | case 2:
14 | return
15 | default:
16 | return
17 | }
18 | }
19 |
--------------------------------------------------------------------------------
/src/modules/ui/heading/components/Heading1.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 |
3 | import { jsx } from 'theme-ui'
4 | import { Text } from 'theme-ui'
5 |
6 | export default function Heading1(props) {
7 | return (
8 | .anchor-link': {
22 | opacity: 0,
23 | color: 'muted',
24 | fontSize: 7,
25 | position: 'relative',
26 | left: '10px',
27 | top: '-6px',
28 | },
29 | '&:hover > .anchor-link': { opacity: 1 },
30 | '& > .anchor-link:hover': { opacity: 1, color: 'primary' },
31 | }}
32 | {...props}
33 | />
34 | )
35 | }
36 |
--------------------------------------------------------------------------------
/src/modules/ui/heading/components/Heading2.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 |
3 | import { jsx } from 'theme-ui'
4 | import { Text } from 'theme-ui'
5 |
6 | export default function Heading2(props) {
7 | return (
8 | .anchor-link': {
22 | opacity: 0,
23 | color: 'muted',
24 | fontSize: 6,
25 | position: 'relative',
26 | left: '10px',
27 | top: '-4px',
28 | },
29 | '&:hover > .anchor-link': { opacity: 1 },
30 | '& > .anchor-link:hover': { opacity: 1, color: 'primary' },
31 | }}
32 | {...props}
33 | />
34 | )
35 | }
36 |
--------------------------------------------------------------------------------
/src/modules/ui/heading/components/Heading3.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 |
3 | import { jsx } from 'theme-ui'
4 | import { Text } from 'theme-ui'
5 |
6 | export default function Heading3(props) {
7 | return (
8 | .anchor-link': {
22 | opacity: 0,
23 | color: 'muted',
24 | fontSize: 5,
25 | position: 'relative',
26 | left: '10px',
27 | top: '-3px',
28 | },
29 | '&:hover > .anchor-link': { opacity: 1 },
30 | '& > .anchor-link:hover': { opacity: 1, color: 'primary' },
31 | }}
32 | {...props}
33 | />
34 | )
35 | }
36 |
--------------------------------------------------------------------------------
/src/modules/ui/heading/components/Heading4.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 |
3 | import { jsx } from 'theme-ui'
4 | import { Text } from 'theme-ui'
5 |
6 | export default function Heading4(props) {
7 | return (
8 | .anchor-link': {
21 | opacity: 0,
22 | color: 'muted',
23 | fontSize: 7,
24 | position: 'relative',
25 | left: '10px',
26 | top: '-8px',
27 | },
28 | '&:hover > .anchor-link': { opacity: 1 },
29 | '& > .anchor-link:hover': { opacity: 1, color: 'primary' },
30 | }}
31 | {...props}
32 | />
33 | )
34 | }
35 |
--------------------------------------------------------------------------------
/src/modules/ui/heading/components/Heading5.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 |
3 | import { jsx } from 'theme-ui'
4 | import { Text } from 'theme-ui'
5 |
6 | export default function Heading5(props) {
7 | return (
8 | .anchor-link': {
16 | opacity: 0,
17 | color: 'muted',
18 | fontSize: 7,
19 | position: 'relative',
20 | left: '10px',
21 | top: '-8px',
22 | },
23 | '&:hover > .anchor-link': { opacity: 1 },
24 | '& > .anchor-link:hover': { opacity: 1, color: 'primary' },
25 | }}
26 | {...props}
27 | />
28 | )
29 | }
30 |
--------------------------------------------------------------------------------
/src/modules/ui/heading/components/Subtitle.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 |
3 | import { jsx } from 'theme-ui'
4 | import { Text } from 'theme-ui'
5 |
6 | export default function Subtitle(props) {
7 | return (
8 | .anchor-link': {
22 | opacity: 0,
23 | color: 'muted',
24 | fontSize: 5,
25 | position: 'relative',
26 | left: '10px',
27 | top: '-3px',
28 | },
29 | '&:hover > .anchor-link': { opacity: 1 },
30 | '& > .anchor-link:hover': { opacity: 1, color: 'primary' },
31 | }}
32 | {...props}
33 | />
34 | )
35 | }
36 |
--------------------------------------------------------------------------------
/src/modules/ui/heading/index.js:
--------------------------------------------------------------------------------
1 | export { default as Heading1 } from './components/Heading1'
2 | export { default as Heading2 } from './components/Heading2'
3 | export { default as Heading3 } from './components/Heading3'
4 | export { default as Heading4 } from './components/Heading4'
5 | export { default as Heading5 } from './components/Heading5'
6 | export { default as Heading } from './Heading'
7 | export { default as Subtitle } from './components/Subtitle'
8 |
--------------------------------------------------------------------------------
/src/modules/ui/index.js:
--------------------------------------------------------------------------------
1 | export { default as StatusBanner } from './StatusBanner'
2 | export { default as Categories } from './Categories'
3 | export { default as InfoBlock } from './InfoBlock'
4 | export { default as Callout } from './Callout'
5 | export { default as Chocolate } from './Chocolate'
6 | export { default as List } from './List'
7 | export { default as Button } from './Button'
8 | export { default as Process } from './Process'
9 | export { default as CTA } from './CTA'
10 | export { default as Tout } from './Tout'
11 | export { default as Table } from './Table'
12 | export { default as Accordion } from './Accordion'
13 | export { default as Checklist } from './Checklist'
14 | export { default as Column } from './Column'
15 | export { default as Code } from './Code'
16 | export { default as Divider } from './Divider'
17 | export { default as Select } from './Select'
18 | export { default as FlipCardContainer } from './FlipCardContainer'
19 |
--------------------------------------------------------------------------------
/src/modules/utility/Aligner.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 | import { Flex, jsx } from 'theme-ui'
3 |
4 | const Aligner = ({ children, center, right, bottom, yCenter, xCenter, sx }) => {
5 | const xAlignment = () => {
6 | if (right) {
7 | return 'flex-end'
8 | } else if (xCenter || center) {
9 | return 'center'
10 | }
11 | }
12 |
13 | const yAlignment = () => {
14 | if (bottom) {
15 | return 'flex-end'
16 | } else if (yCenter || center) {
17 | return 'center'
18 | }
19 | }
20 |
21 | return (
22 |
30 | {children}
31 |
32 | )
33 | }
34 |
35 | export default Aligner
36 |
--------------------------------------------------------------------------------
/src/modules/utility/Indent.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 | import { Box, jsx } from 'theme-ui'
3 |
4 | const Indent = ({ pad, children }) => (
5 | {children}
6 | )
7 |
8 | export default Indent
9 |
--------------------------------------------------------------------------------
/src/modules/utility/Sound.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 | import { Box, jsx } from 'theme-ui'
3 |
4 | //This sound component is a basic recreation of what the remark-gatsby-video plugin creates.
5 | //We inline the allowances and styles as needed, but this can be used for anything that can be embed into an iframe.
6 | const Sound = ({ src, title }) => (
7 |
15 |
16 |
29 |
30 |
31 | )
32 |
33 | export default Sound
34 |
--------------------------------------------------------------------------------
/src/modules/utility/Video.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 | import { Box, jsx } from 'theme-ui'
3 |
4 | //NOTE(Rejon): This is to support playlists for youtube embed specifically!
5 | //This video component is a basic recreation of what the remark-gatsby-video plugin creates.
6 | //We inline the allowances and styles as needed, but this can be used for anything that can be embed into an iframe.
7 | const Video = ({ src, title }) => (
8 |
16 |
17 |
30 |
31 |
32 | )
33 |
34 | export default Video
35 |
--------------------------------------------------------------------------------
/src/modules/utility/icon-512x512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/src/modules/utility/icon-512x512.png
--------------------------------------------------------------------------------
/src/modules/utility/index.js:
--------------------------------------------------------------------------------
1 | export { default as Video } from './Video'
2 | export { default as Sound } from './Sound'
3 | export { default as Aligner } from './Aligner'
4 | export { default as SEO } from './seo.js'
5 | export { default as Indent } from './Indent'
6 |
--------------------------------------------------------------------------------
/src/modules/web3/button.js:
--------------------------------------------------------------------------------
1 | /** @jsx jsx */
2 |
3 | import { jsx, Text, Box } from 'theme-ui'
4 | import { Button } from '@modules/ui'
5 |
6 | const Web3Button = ({
7 | children,
8 | onClickButton,
9 | buttonText,
10 | descriptionText,
11 | isDisabled,
12 | }) => {
13 | return (
14 |
15 |
16 | {descriptionText}
17 |
18 |
24 | {children}
25 |
26 | )
27 | }
28 |
29 | const styles = {
30 | connectText: {
31 | textAlign: 'center',
32 | fontWeight: 'bold',
33 | marginX: 'auto',
34 | },
35 | }
36 |
37 | export default Web3Button
38 |
--------------------------------------------------------------------------------
/src/modules/web3/index.js:
--------------------------------------------------------------------------------
1 | import Modal from './modal'
2 | import Button from './button'
3 |
4 | export { Modal, Button }
5 |
--------------------------------------------------------------------------------
/src/pages/index.js:
--------------------------------------------------------------------------------
1 | import React, { useEffect } from 'react'
2 | import { Helmet } from 'react-helmet'
3 | import { navigate } from 'gatsby'
4 | import { useTranslation } from '@modules/localization'
5 | import { getInitialLocale } from '@utils'
6 | import { SEO } from '@modules/utility'
7 |
8 | //This page doesn't exist and solely acts as a reroute for language.
9 | const IndexPage = () => {
10 | const { allLocales, DEFAULT_LOCALE } = useTranslation()
11 |
12 | useEffect(() => {
13 | if (typeof window !== 'undefined' && window) {
14 | let initialLocale = getInitialLocale(allLocales, DEFAULT_LOCALE)
15 |
16 | //Replace current route with locale based index.
17 | navigate(`/${initialLocale}/`, { replace: true })
18 | }
19 | })
20 |
21 | const seo = {
22 | title: 'Kernel Community',
23 | description:
24 | 'A peer-to-peer, lifelong learning community of the most talented individuals in web3',
25 | keywords: 'community, kernel, contribute',
26 | featuredImage: 'images/shares/giving.png',
27 | }
28 |
29 | return (
30 |
31 |
32 |
33 |
34 | )
35 | }
36 |
37 | export default IndexPage
38 |
--------------------------------------------------------------------------------
/static/CNAME:
--------------------------------------------------------------------------------
1 | read.kernel.community
--------------------------------------------------------------------------------
/static/fonts/LibreFranklin-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/fonts/LibreFranklin-Bold.ttf
--------------------------------------------------------------------------------
/static/fonts/LibreFranklin-BoldItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/fonts/LibreFranklin-BoldItalic.ttf
--------------------------------------------------------------------------------
/static/fonts/LibreFranklin-Light.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/fonts/LibreFranklin-Light.ttf
--------------------------------------------------------------------------------
/static/fonts/LibreFranklin-LightItalic.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/fonts/LibreFranklin-LightItalic.ttf
--------------------------------------------------------------------------------
/static/fonts/MiriamLibre-Bold.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/fonts/MiriamLibre-Bold.ttf
--------------------------------------------------------------------------------
/static/fonts/MiriamLibre-Regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/fonts/MiriamLibre-Regular.ttf
--------------------------------------------------------------------------------
/static/images/FreeLearn_v3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/FreeLearn_v3.png
--------------------------------------------------------------------------------
/static/images/Learning-Curve-v2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/Learning-Curve-v2.png
--------------------------------------------------------------------------------
/static/images/Logo-Dai-4x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/Logo-Dai-4x.png
--------------------------------------------------------------------------------
/static/images/Logo_Dai.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/Logo_Dai.png
--------------------------------------------------------------------------------
/static/images/Logo_Maker.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/Logo_Maker.png
--------------------------------------------------------------------------------
/static/images/Mark_Maker@4x.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/Mark_Maker@4x.png
--------------------------------------------------------------------------------
/static/images/RocketPool.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/RocketPool.png
--------------------------------------------------------------------------------
/static/images/RocketPool1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/RocketPool1.png
--------------------------------------------------------------------------------
/static/images/avatar-default.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/avatar-default.png
--------------------------------------------------------------------------------
/static/images/blog_headers/1000platos-1914-14-800.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/1000platos-1914-14-800.png
--------------------------------------------------------------------------------
/static/images/blog_headers/3D-monster-maze.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/3D-monster-maze.png
--------------------------------------------------------------------------------
/static/images/blog_headers/brainwave.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/brainwave.jpg
--------------------------------------------------------------------------------
/static/images/blog_headers/ceci-nest-pas-un-esprit.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/ceci-nest-pas-un-esprit.png
--------------------------------------------------------------------------------
/static/images/blog_headers/community_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/community_1.png
--------------------------------------------------------------------------------
/static/images/blog_headers/community_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/community_2.png
--------------------------------------------------------------------------------
/static/images/blog_headers/community_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/community_3.png
--------------------------------------------------------------------------------
/static/images/blog_headers/community_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/community_4.png
--------------------------------------------------------------------------------
/static/images/blog_headers/discourse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/discourse.png
--------------------------------------------------------------------------------
/static/images/blog_headers/editorial_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/editorial_1.png
--------------------------------------------------------------------------------
/static/images/blog_headers/editorial_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/editorial_2.png
--------------------------------------------------------------------------------
/static/images/blog_headers/editorial_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/editorial_3.png
--------------------------------------------------------------------------------
/static/images/blog_headers/editorial_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/editorial_4.png
--------------------------------------------------------------------------------
/static/images/blog_headers/fellows.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/fellows.png
--------------------------------------------------------------------------------
/static/images/blog_headers/general_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/general_1.png
--------------------------------------------------------------------------------
/static/images/blog_headers/general_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/general_2.png
--------------------------------------------------------------------------------
/static/images/blog_headers/general_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/general_3.png
--------------------------------------------------------------------------------
/static/images/blog_headers/general_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/general_4.png
--------------------------------------------------------------------------------
/static/images/blog_headers/governance_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/governance_1.png
--------------------------------------------------------------------------------
/static/images/blog_headers/governance_2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/governance_2.png
--------------------------------------------------------------------------------
/static/images/blog_headers/governance_3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/governance_3.png
--------------------------------------------------------------------------------
/static/images/blog_headers/governance_4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/governance_4.png
--------------------------------------------------------------------------------
/static/images/blog_headers/impact_cert.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/impact_cert.png
--------------------------------------------------------------------------------
/static/images/blog_headers/juntos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/juntos.png
--------------------------------------------------------------------------------
/static/images/blog_headers/kb3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/kb3.png
--------------------------------------------------------------------------------
/static/images/blog_headers/kernel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/kernel.png
--------------------------------------------------------------------------------
/static/images/blog_headers/pa_flow_of_funds.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/pa_flow_of_funds.png
--------------------------------------------------------------------------------
/static/images/blog_headers/rebrand.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/rebrand.png
--------------------------------------------------------------------------------
/static/images/blog_headers/rebrand_head.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/rebrand_head.png
--------------------------------------------------------------------------------
/static/images/blog_headers/scholarships.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/scholarships.webp
--------------------------------------------------------------------------------
/static/images/blog_headers/self_map.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/self_map.png
--------------------------------------------------------------------------------
/static/images/blog_headers/signature_derrida.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/signature_derrida.png
--------------------------------------------------------------------------------
/static/images/blog_headers/structure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/structure.png
--------------------------------------------------------------------------------
/static/images/blog_headers/t-shirts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/t-shirts.png
--------------------------------------------------------------------------------
/static/images/blog_headers/testimonials.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/testimonials.png
--------------------------------------------------------------------------------
/static/images/blog_headers/web3_contractor.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/web3_contractor.jpg
--------------------------------------------------------------------------------
/static/images/blog_headers/what-is-kernel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/blog_headers/what-is-kernel.png
--------------------------------------------------------------------------------
/static/images/build/LeibnizCombinatorics.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/LeibnizCombinatorics.gif
--------------------------------------------------------------------------------
/static/images/build/digital-tree.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/digital-tree.jpg
--------------------------------------------------------------------------------
/static/images/build/flammarion_engraving.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/flammarion_engraving.jpg
--------------------------------------------------------------------------------
/static/images/build/forest-of-gratitude.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/forest-of-gratitude.jpg
--------------------------------------------------------------------------------
/static/images/build/impermanence.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/impermanence.png
--------------------------------------------------------------------------------
/static/images/build/infinite-game.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/infinite-game.png
--------------------------------------------------------------------------------
/static/images/build/natural-composability.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/natural-composability.png
--------------------------------------------------------------------------------
/static/images/build/revolution.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/revolution.png
--------------------------------------------------------------------------------
/static/images/build/rochdale.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/rochdale.png
--------------------------------------------------------------------------------
/static/images/build/rule_30.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/rule_30.png
--------------------------------------------------------------------------------
/static/images/build/sealed_book.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/sealed_book.jpg
--------------------------------------------------------------------------------
/static/images/build/student-debt.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/student-debt.webp
--------------------------------------------------------------------------------
/static/images/build/tat_tvam_asi.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/tat_tvam_asi.jpg
--------------------------------------------------------------------------------
/static/images/build/truetype.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/truetype.png
--------------------------------------------------------------------------------
/static/images/build/uni.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/uni.jpg
--------------------------------------------------------------------------------
/static/images/build/wisdom.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/wisdom.webp
--------------------------------------------------------------------------------
/static/images/build/zodiac.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/zodiac.png
--------------------------------------------------------------------------------
/static/images/build/zodiac_meanings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/zodiac_meanings.png
--------------------------------------------------------------------------------
/static/images/build/zodiac_moonlit_night.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/zodiac_moonlit_night.jpg
--------------------------------------------------------------------------------
/static/images/build/zodiac_songline.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/zodiac_songline.png
--------------------------------------------------------------------------------
/static/images/build/zodiac_suite.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/zodiac_suite.png
--------------------------------------------------------------------------------
/static/images/build/zodiac_system.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/build/zodiac_system.png
--------------------------------------------------------------------------------
/static/images/ethereum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/ethereum.png
--------------------------------------------------------------------------------
/static/images/fellows/Abe_Uccello.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Abe_Uccello.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Alex_Masmej.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Alex_Masmej.png
--------------------------------------------------------------------------------
/static/images/fellows/Alexandra_McCarroll.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Alexandra_McCarroll.png
--------------------------------------------------------------------------------
/static/images/fellows/Alisa_Khieu.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Alisa_Khieu.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Alisha.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Alisha.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Aliya.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Aliya.png
--------------------------------------------------------------------------------
/static/images/fellows/Amarnath.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Amarnath.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Anett_Rolikova.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Anett_Rolikova.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Angela_GIlhotra.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Angela_GIlhotra.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Anna_Kryukova.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Anna_Kryukova.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Anuj.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Anuj.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Ben_Lakoff.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Ben_Lakoff.png
--------------------------------------------------------------------------------
/static/images/fellows/Ben_Percifield.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Ben_Percifield.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Brittney_Scott.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Brittney_Scott.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Claudie_Linke.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Claudie_Linke.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Daanish.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Daanish.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Darrell_Jones.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Darrell_Jones.jpg
--------------------------------------------------------------------------------
/static/images/fellows/David_Phelps.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/David_Phelps.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Denham_Preen.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Denham_Preen.png
--------------------------------------------------------------------------------
/static/images/fellows/Diana_Chen.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Diana_Chen.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Dilan_Shah.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Dilan_Shah.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Divine_Artis.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Divine_Artis.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Elena_Giralt.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Elena_Giralt.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Eman_Herawy.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Eman_Herawy.jpg
--------------------------------------------------------------------------------
/static/images/fellows/En_Canada.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/En_Canada.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Greg_Becker.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Greg_Becker.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Guillermo_Acuna.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Guillermo_Acuna.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Harsh_Rajat.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Harsh_Rajat.png
--------------------------------------------------------------------------------
/static/images/fellows/Holly-Grimm.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Holly-Grimm.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Jack_Sanford.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Jack_Sanford.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Jad_Esber.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Jad_Esber.jpg
--------------------------------------------------------------------------------
/static/images/fellows/James_Young.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/James_Young.png
--------------------------------------------------------------------------------
/static/images/fellows/Jasmine_Wang.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Jasmine_Wang.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Jenil_Thakker.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Jenil_Thakker.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Jess_Sun.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Jess_Sun.png
--------------------------------------------------------------------------------
/static/images/fellows/Joann_Hamilton.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Joann_Hamilton.png
--------------------------------------------------------------------------------
/static/images/fellows/Julia_Wu.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Julia_Wu.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Julian_Traversa.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Julian_Traversa.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Juliette_Chevalier.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Juliette_Chevalier.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Kelsey_Chen.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Kelsey_Chen.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Kris_Urbas.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Kris_Urbas.png
--------------------------------------------------------------------------------
/static/images/fellows/Kyle_Smith.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Kyle_Smith.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Liz_Strong.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Liz_Strong.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Manu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Manu.png
--------------------------------------------------------------------------------
/static/images/fellows/Martin_Etzrodt.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Martin_Etzrodt.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Matt_Stephenson.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Matt_Stephenson.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Matthew_Scott_Jones.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Matthew_Scott_Jones.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Michael_Keating.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Michael_Keating.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Michelle_Ma.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Michelle_Ma.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Milensu_Kapaipi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Milensu_Kapaipi.png
--------------------------------------------------------------------------------
/static/images/fellows/Muhammad_Hameed.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Muhammad_Hameed.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Nate_Gosselin.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Nate_Gosselin.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Nazarivy_Vavryk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Nazarivy_Vavryk.png
--------------------------------------------------------------------------------
/static/images/fellows/Nichanan_Kesonpat.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Nichanan_Kesonpat.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Paul_Gadi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Paul_Gadi.png
--------------------------------------------------------------------------------
/static/images/fellows/Paulo_Almeida.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Paulo_Almeida.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Pranay_Walson.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Pranay_Walson.png
--------------------------------------------------------------------------------
/static/images/fellows/Rachel_Black.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Rachel_Black.png
--------------------------------------------------------------------------------
/static/images/fellows/Rafaella_Baraldo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Rafaella_Baraldo.png
--------------------------------------------------------------------------------
/static/images/fellows/Rebecca_Mqamelo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Rebecca_Mqamelo.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Renee_Maria_Lee.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Renee_Maria_Lee.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Rich_Blundell.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Rich_Blundell.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Richa_Joshi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Richa_Joshi.png
--------------------------------------------------------------------------------
/static/images/fellows/Richard_Blythman.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Richard_Blythman.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Sarah_Hamburg.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Sarah_Hamburg.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Sebnem_Rusitschka.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Sebnem_Rusitschka.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Simona_Pop.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Simona_Pop.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Sister_Tibebwa.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Sister_Tibebwa.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Stephanie_Bazley.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Stephanie_Bazley.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Sylvia_R.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Sylvia_R.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Tagan.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Tagan.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Tim_Courtney.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Tim_Courtney.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Val_Mack.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Val_Mack.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Veronica_Coutts.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Veronica_Coutts.jpg
--------------------------------------------------------------------------------
/static/images/fellows/William_Schwab.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/William_Schwab.png
--------------------------------------------------------------------------------
/static/images/fellows/Yuguang_Ipsen.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Yuguang_Ipsen.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Yulia.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Yulia.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Zayi_Reyes.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Zayi_Reyes.jpg
--------------------------------------------------------------------------------
/static/images/fellows/Zsuzsanna_Tasi.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/Zsuzsanna_Tasi.jpg
--------------------------------------------------------------------------------
/static/images/fellows/bitsikka.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/bitsikka.jpg
--------------------------------------------------------------------------------
/static/images/fellows/davidhuntmateo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/davidhuntmateo.jpg
--------------------------------------------------------------------------------
/static/images/fellows/philipsheldrake.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/philipsheldrake.png
--------------------------------------------------------------------------------
/static/images/fellows/sidcode.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/sidcode.jpg
--------------------------------------------------------------------------------
/static/images/fellows/thetagan.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/fellows/thetagan.jpg
--------------------------------------------------------------------------------
/static/images/gaming-img/5domains.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/5domains.jpg
--------------------------------------------------------------------------------
/static/images/gaming-img/ScrollingRequests.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/ScrollingRequests.gif
--------------------------------------------------------------------------------
/static/images/gaming-img/WriteLetter.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/WriteLetter.gif
--------------------------------------------------------------------------------
/static/images/gaming-img/adcap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/adcap.png
--------------------------------------------------------------------------------
/static/images/gaming-img/amongus.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/amongus.jpg
--------------------------------------------------------------------------------
/static/images/gaming-img/amongus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/amongus.png
--------------------------------------------------------------------------------
/static/images/gaming-img/archetype.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/archetype.jpg
--------------------------------------------------------------------------------
/static/images/gaming-img/br-logo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/br-logo.png
--------------------------------------------------------------------------------
/static/images/gaming-img/decade.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/decade.png
--------------------------------------------------------------------------------
/static/images/gaming-img/epiccreator.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/epiccreator.jpg
--------------------------------------------------------------------------------
/static/images/gaming-img/game3js.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/game3js.png
--------------------------------------------------------------------------------
/static/images/gaming-img/gamedevstory.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/gamedevstory.png
--------------------------------------------------------------------------------
/static/images/gaming-img/gaming_track.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/gaming_track.jpg
--------------------------------------------------------------------------------
/static/images/gaming-img/kakuro.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/kakuro.png
--------------------------------------------------------------------------------
/static/images/gaming-img/learn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/learn.png
--------------------------------------------------------------------------------
/static/images/gaming-img/lichess.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/lichess.jpg
--------------------------------------------------------------------------------
/static/images/gaming-img/loopy.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/loopy.gif
--------------------------------------------------------------------------------
/static/images/gaming-img/loopy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/loopy.png
--------------------------------------------------------------------------------
/static/images/gaming-img/metaverse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/metaverse.png
--------------------------------------------------------------------------------
/static/images/gaming-img/ncsht.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/ncsht.jpg
--------------------------------------------------------------------------------
/static/images/gaming-img/niftyink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/niftyink.png
--------------------------------------------------------------------------------
/static/images/gaming-img/openmetaverse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/openmetaverse.png
--------------------------------------------------------------------------------
/static/images/gaming-img/opensourceloopy.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/opensourceloopy.gif
--------------------------------------------------------------------------------
/static/images/gaming-img/passage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/passage.png
--------------------------------------------------------------------------------
/static/images/gaming-img/patterngames.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/patterngames.png
--------------------------------------------------------------------------------
/static/images/gaming-img/sims.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/sims.jpg
--------------------------------------------------------------------------------
/static/images/gaming-img/spiritcreatures.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/spiritcreatures.png
--------------------------------------------------------------------------------
/static/images/gaming-img/trust.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/trust.png
--------------------------------------------------------------------------------
/static/images/gaming-img/valheim.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/valheim.jpg
--------------------------------------------------------------------------------
/static/images/gaming-img/virtualgoods.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/virtualgoods.png
--------------------------------------------------------------------------------
/static/images/gaming-img/week-0-syllabus-brianstorm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/gaming-img/week-0-syllabus-brianstorm.png
--------------------------------------------------------------------------------
/static/images/governance-hero.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/governance-hero.png
--------------------------------------------------------------------------------
/static/images/header.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/header.jpg
--------------------------------------------------------------------------------
/static/images/humans-of-makerdao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/humans-of-makerdao.png
--------------------------------------------------------------------------------
/static/images/icons/apple-touch-icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/icons/apple-touch-icon.png
--------------------------------------------------------------------------------
/static/images/icons/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/icons/favicon.ico
--------------------------------------------------------------------------------
/static/images/icons/icon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/icons/icon-16x16.png
--------------------------------------------------------------------------------
/static/images/icons/icon-192x192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/icons/icon-192x192.png
--------------------------------------------------------------------------------
/static/images/icons/icon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/icons/icon-32x32.png
--------------------------------------------------------------------------------
/static/images/icons/icon-512x512.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/icons/icon-512x512.png
--------------------------------------------------------------------------------
/static/images/illus_funding-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illus_funding-2.png
--------------------------------------------------------------------------------
/static/images/illus_funding.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illus_funding.png
--------------------------------------------------------------------------------
/static/images/illus_home.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illus_home.png
--------------------------------------------------------------------------------
/static/images/illus_learn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illus_learn.png
--------------------------------------------------------------------------------
/static/images/illus_work.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illus_work.png
--------------------------------------------------------------------------------
/static/images/illustrations/Astro-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Astro-1.png
--------------------------------------------------------------------------------
/static/images/illustrations/Astro-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Astro-2.png
--------------------------------------------------------------------------------
/static/images/illustrations/Astro-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Astro-3.png
--------------------------------------------------------------------------------
/static/images/illustrations/Astro-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Astro-4.png
--------------------------------------------------------------------------------
/static/images/illustrations/Robot-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Robot-1.png
--------------------------------------------------------------------------------
/static/images/illustrations/Robot-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Robot-2.png
--------------------------------------------------------------------------------
/static/images/illustrations/Robot-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Robot-3.png
--------------------------------------------------------------------------------
/static/images/illustrations/Robot-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Robot-4.png
--------------------------------------------------------------------------------
/static/images/illustrations/Short-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Short-1.png
--------------------------------------------------------------------------------
/static/images/illustrations/Short-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Short-2.png
--------------------------------------------------------------------------------
/static/images/illustrations/Short-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Short-3.png
--------------------------------------------------------------------------------
/static/images/illustrations/Short-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Short-4.png
--------------------------------------------------------------------------------
/static/images/illustrations/Squid-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Squid-1.png
--------------------------------------------------------------------------------
/static/images/illustrations/Squid-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Squid-2.png
--------------------------------------------------------------------------------
/static/images/illustrations/Squid-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Squid-3.png
--------------------------------------------------------------------------------
/static/images/illustrations/Squid-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Squid-4.png
--------------------------------------------------------------------------------
/static/images/illustrations/Tall-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Tall-1.png
--------------------------------------------------------------------------------
/static/images/illustrations/Tall-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Tall-2.png
--------------------------------------------------------------------------------
/static/images/illustrations/Tall-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Tall-3.png
--------------------------------------------------------------------------------
/static/images/illustrations/Tall-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/Tall-4.png
--------------------------------------------------------------------------------
/static/images/illustrations/blank.txt:
--------------------------------------------------------------------------------
1 | -
2 |
--------------------------------------------------------------------------------
/static/images/illustrations/ghost-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/ghost-1.png
--------------------------------------------------------------------------------
/static/images/illustrations/ghost-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/ghost-2.png
--------------------------------------------------------------------------------
/static/images/illustrations/ghost-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/ghost-3.png
--------------------------------------------------------------------------------
/static/images/illustrations/ghost-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/illustrations/ghost-4.png
--------------------------------------------------------------------------------
/static/images/kb5_orientation_questions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/kb5_orientation_questions.png
--------------------------------------------------------------------------------
/static/images/kernel-returns.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/kernel-returns.png
--------------------------------------------------------------------------------
/static/images/kernel_balance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/kernel_balance.png
--------------------------------------------------------------------------------
/static/images/kernel_heart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/kernel_heart.png
--------------------------------------------------------------------------------
/static/images/kernel_learn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/kernel_learn.png
--------------------------------------------------------------------------------
/static/images/kernel_lp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/kernel_lp.png
--------------------------------------------------------------------------------
/static/images/kernel_play.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/kernel_play.png
--------------------------------------------------------------------------------
/static/images/kernel_process.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/kernel_process.png
--------------------------------------------------------------------------------
/static/images/kernel_spiral.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/kernel_spiral.png
--------------------------------------------------------------------------------
/static/images/kernel_work.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/kernel_work.png
--------------------------------------------------------------------------------
/static/images/koans/bud_of_bud.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/koans/bud_of_bud.png
--------------------------------------------------------------------------------
/static/images/koans/candid_syzygy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/koans/candid_syzygy.png
--------------------------------------------------------------------------------
/static/images/koans/heartmap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/koans/heartmap.png
--------------------------------------------------------------------------------
/static/images/koans/i_ching_genetic_code.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/koans/i_ching_genetic_code.jpeg
--------------------------------------------------------------------------------
/static/images/learn-curves.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/learn-curves.png
--------------------------------------------------------------------------------
/static/images/learning-01.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/learning-01.jpg
--------------------------------------------------------------------------------
/static/images/mod0-img/banner.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod0-img/banner.jpg
--------------------------------------------------------------------------------
/static/images/mod0-img/bauhaus.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod0-img/bauhaus.webp
--------------------------------------------------------------------------------
/static/images/mod0-img/bb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod0-img/bb.png
--------------------------------------------------------------------------------
/static/images/mod0-img/david_bohm_and_jiddu_krishnamurti.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod0-img/david_bohm_and_jiddu_krishnamurti.jpg
--------------------------------------------------------------------------------
/static/images/mod0-img/impossible.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod0-img/impossible.jpg
--------------------------------------------------------------------------------
/static/images/mod0-img/jazz_pattern.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod0-img/jazz_pattern.png
--------------------------------------------------------------------------------
/static/images/mod0-img/trust.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod0-img/trust.jpg
--------------------------------------------------------------------------------
/static/images/mod0-img/trust1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod0-img/trust1.png
--------------------------------------------------------------------------------
/static/images/mod0-img/trust2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod0-img/trust2.png
--------------------------------------------------------------------------------
/static/images/mod0-img/trust3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod0-img/trust3.png
--------------------------------------------------------------------------------
/static/images/mod0-img/vangoghselfportrait.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod0-img/vangoghselfportrait.jpg
--------------------------------------------------------------------------------
/static/images/mod1-img/indusseals.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod1-img/indusseals.gif
--------------------------------------------------------------------------------
/static/images/mod1-img/merkle-trie.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod1-img/merkle-trie.png
--------------------------------------------------------------------------------
/static/images/mod1-img/new_language.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod1-img/new_language.jpg
--------------------------------------------------------------------------------
/static/images/mod2-img/modern-money-pyramid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod2-img/modern-money-pyramid.png
--------------------------------------------------------------------------------
/static/images/mod2-img/modern_money_pyramid.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod2-img/modern_money_pyramid.gif
--------------------------------------------------------------------------------
/static/images/mod2-img/penny.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod2-img/penny.jpg
--------------------------------------------------------------------------------
/static/images/mod2-img/shells.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod2-img/shells.jpg
--------------------------------------------------------------------------------
/static/images/mod2-img/stripe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod2-img/stripe.png
--------------------------------------------------------------------------------
/static/images/mod3-img/clockaganda.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod3-img/clockaganda.png
--------------------------------------------------------------------------------
/static/images/mod3-img/evolution.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod3-img/evolution.png
--------------------------------------------------------------------------------
/static/images/mod3-img/freedom.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod3-img/freedom.jpg
--------------------------------------------------------------------------------
/static/images/mod3-img/havel_artoftheimpossible.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod3-img/havel_artoftheimpossible.webp
--------------------------------------------------------------------------------
/static/images/mod3-img/illich-celebration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod3-img/illich-celebration.png
--------------------------------------------------------------------------------
/static/images/mod3-img/insight-making.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod3-img/insight-making.png
--------------------------------------------------------------------------------
/static/images/mod3-img/plumbing.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod3-img/plumbing.png
--------------------------------------------------------------------------------
/static/images/mod3-img/semantic-data.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod3-img/semantic-data.png
--------------------------------------------------------------------------------
/static/images/mod3-img/think.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod3-img/think.jpg
--------------------------------------------------------------------------------
/static/images/mod3-img/ttft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod3-img/ttft.png
--------------------------------------------------------------------------------
/static/images/mod3-img/web-evolution.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod3-img/web-evolution.png
--------------------------------------------------------------------------------
/static/images/mod4-img/abayomi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod4-img/abayomi.png
--------------------------------------------------------------------------------
/static/images/mod4-img/artificial.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod4-img/artificial.webp
--------------------------------------------------------------------------------
/static/images/mod4-img/blessing.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod4-img/blessing.jpg
--------------------------------------------------------------------------------
/static/images/mod4-img/circles-net.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod4-img/circles-net.png
--------------------------------------------------------------------------------
/static/images/mod4-img/forest.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod4-img/forest.jpg
--------------------------------------------------------------------------------
/static/images/mod4-img/forking-memes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod4-img/forking-memes.png
--------------------------------------------------------------------------------
/static/images/mod4-img/future_present.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod4-img/future_present.png
--------------------------------------------------------------------------------
/static/images/mod4-img/graeber-consensus.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod4-img/graeber-consensus.png
--------------------------------------------------------------------------------
/static/images/mod4-img/ietf.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod4-img/ietf.gif
--------------------------------------------------------------------------------
/static/images/mod4-img/mother-earth-board.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod4-img/mother-earth-board.jpg
--------------------------------------------------------------------------------
/static/images/mod4-img/what-they-beheld.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod4-img/what-they-beheld.png
--------------------------------------------------------------------------------
/static/images/mod5-img/algo-live.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod5-img/algo-live.jpg
--------------------------------------------------------------------------------
/static/images/mod5-img/amazon.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod5-img/amazon.jpg
--------------------------------------------------------------------------------
/static/images/mod5-img/bankless.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod5-img/bankless.png
--------------------------------------------------------------------------------
/static/images/mod5-img/lost-garden.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod5-img/lost-garden.png
--------------------------------------------------------------------------------
/static/images/mod5-img/tiktok.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod5-img/tiktok.png
--------------------------------------------------------------------------------
/static/images/mod5-img/trust-diagram.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod5-img/trust-diagram.png
--------------------------------------------------------------------------------
/static/images/mod6-img/duende.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod6-img/duende.jpg
--------------------------------------------------------------------------------
/static/images/mod6-img/ether-love.webp:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod6-img/ether-love.webp
--------------------------------------------------------------------------------
/static/images/mod6-img/liesel_mueller.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod6-img/liesel_mueller.jpg
--------------------------------------------------------------------------------
/static/images/mod7-img/cosmic-gift.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod7-img/cosmic-gift.png
--------------------------------------------------------------------------------
/static/images/mod7-img/eric-raymond.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod7-img/eric-raymond.jpeg
--------------------------------------------------------------------------------
/static/images/mod7-img/giving_dana_paramita.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod7-img/giving_dana_paramita.png
--------------------------------------------------------------------------------
/static/images/mod7-img/heart_sutra.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod7-img/heart_sutra.jpg
--------------------------------------------------------------------------------
/static/images/mod7-img/mary_oliver.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod7-img/mary_oliver.jpg
--------------------------------------------------------------------------------
/static/images/mod7-img/newspapers.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod7-img/newspapers.gif
--------------------------------------------------------------------------------
/static/images/mod7-img/riemann-zeta.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod7-img/riemann-zeta.jpg
--------------------------------------------------------------------------------
/static/images/mod7-img/the_gift_of_help.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/mod7-img/the_gift_of_help.jpg
--------------------------------------------------------------------------------
/static/images/module-6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/module-6.png
--------------------------------------------------------------------------------
/static/images/placeholder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/placeholder.png
--------------------------------------------------------------------------------
/static/images/projects/akropolis.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/akropolis.png
--------------------------------------------------------------------------------
/static/images/projects/atlantis.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/atlantis.png
--------------------------------------------------------------------------------
/static/images/projects/beyondnft.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/beyondnft.png
--------------------------------------------------------------------------------
/static/images/projects/charged_particles.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/charged_particles.png
--------------------------------------------------------------------------------
/static/images/projects/coinshift.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/coinshift.jpg
--------------------------------------------------------------------------------
/static/images/projects/cryptonative.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/cryptonative.jpg
--------------------------------------------------------------------------------
/static/images/projects/dada.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/dada.jpg
--------------------------------------------------------------------------------
/static/images/projects/defisafety.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/defisafety.png
--------------------------------------------------------------------------------
/static/images/projects/depay.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/depay.jpg
--------------------------------------------------------------------------------
/static/images/projects/dorg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/dorg.png
--------------------------------------------------------------------------------
/static/images/projects/eba.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/eba.jpg
--------------------------------------------------------------------------------
/static/images/projects/epns.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/epns.png
--------------------------------------------------------------------------------
/static/images/projects/goodghosting.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/goodghosting.png
--------------------------------------------------------------------------------
/static/images/projects/ideamarket.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/ideamarket.png
--------------------------------------------------------------------------------
/static/images/projects/impactmarket.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/impactmarket.jpg
--------------------------------------------------------------------------------
/static/images/projects/llama.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/llama.png
--------------------------------------------------------------------------------
/static/images/projects/metaverseai.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/metaverseai.jpg
--------------------------------------------------------------------------------
/static/images/projects/myco.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/myco.jpg
--------------------------------------------------------------------------------
/static/images/projects/nifty_ink.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/nifty_ink.png
--------------------------------------------------------------------------------
/static/images/projects/opendive.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/opendive.jpg
--------------------------------------------------------------------------------
/static/images/projects/paladin.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/paladin.jpg
--------------------------------------------------------------------------------
/static/images/projects/parcel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/parcel.png
--------------------------------------------------------------------------------
/static/images/projects/planck.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/planck.png
--------------------------------------------------------------------------------
/static/images/projects/prisonart.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/prisonart.png
--------------------------------------------------------------------------------
/static/images/projects/reach.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/reach.png
--------------------------------------------------------------------------------
/static/images/projects/revert.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/revert.jpg
--------------------------------------------------------------------------------
/static/images/projects/sherlock.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/sherlock.jpg
--------------------------------------------------------------------------------
/static/images/projects/stakegg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/stakegg.png
--------------------------------------------------------------------------------
/static/images/projects/swivel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/swivel.png
--------------------------------------------------------------------------------
/static/images/projects/timeless.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/timeless.png
--------------------------------------------------------------------------------
/static/images/projects/toucan.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/toucan.jpg
--------------------------------------------------------------------------------
/static/images/projects/trybonfire.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/trybonfire.jpg
--------------------------------------------------------------------------------
/static/images/projects/trycrypto.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/trycrypto.png
--------------------------------------------------------------------------------
/static/images/projects/zapper.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/projects/zapper.png
--------------------------------------------------------------------------------
/static/images/sand-talk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/sand-talk.png
--------------------------------------------------------------------------------
/static/images/shares/better-questions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/better-questions.png
--------------------------------------------------------------------------------
/static/images/shares/censorship-resistant.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/censorship-resistant.png
--------------------------------------------------------------------------------
/static/images/shares/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/favicon.ico
--------------------------------------------------------------------------------
/static/images/shares/freedom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/freedom.png
--------------------------------------------------------------------------------
/static/images/shares/giving.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/giving.png
--------------------------------------------------------------------------------
/static/images/shares/govern.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/govern.png
--------------------------------------------------------------------------------
/static/images/shares/incentives.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/incentives.png
--------------------------------------------------------------------------------
/static/images/shares/intention.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/intention.png
--------------------------------------------------------------------------------
/static/images/shares/learn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/learn.png
--------------------------------------------------------------------------------
/static/images/shares/liberally-radical.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/liberally-radical.png
--------------------------------------------------------------------------------
/static/images/shares/listening-stories.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/listening-stories.png
--------------------------------------------------------------------------------
/static/images/shares/logo192.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/logo192.png
--------------------------------------------------------------------------------
/static/images/shares/meaning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/meaning.png
--------------------------------------------------------------------------------
/static/images/shares/money-speech.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/money-speech.png
--------------------------------------------------------------------------------
/static/images/shares/play-of-pattern.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/play-of-pattern.png
--------------------------------------------------------------------------------
/static/images/shares/scale-ability.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/scale-ability.png
--------------------------------------------------------------------------------
/static/images/shares/sig-eco.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/sig-eco.png
--------------------------------------------------------------------------------
/static/images/shares/trust.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/trust.png
--------------------------------------------------------------------------------
/static/images/shares/value.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/shares/value.png
--------------------------------------------------------------------------------
/static/images/starfox.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/starfox.png
--------------------------------------------------------------------------------
/static/images/start/dragonfly_eyes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/start/dragonfly_eyes.png
--------------------------------------------------------------------------------
/static/images/start/how-to-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/start/how-to-1.png
--------------------------------------------------------------------------------
/static/images/start/how-to-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/start/how-to-2.png
--------------------------------------------------------------------------------
/static/images/start/how-to-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/start/how-to-3.png
--------------------------------------------------------------------------------
/static/images/start/how-to-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/start/how-to-4.png
--------------------------------------------------------------------------------
/static/images/start/how-to-5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/start/how-to-5.png
--------------------------------------------------------------------------------
/static/images/what_is_kernel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/kernel-community/kernel-v2/ea8da6be898bd75711ea06de7181defdd9f60982/static/images/what_is_kernel.png
--------------------------------------------------------------------------------
/static/images/wol/QuotationsPurple.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/static/images/wol/QuotationsYellow.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------
/static/images/wol/Twitter.svg:
--------------------------------------------------------------------------------
1 |
4 |
--------------------------------------------------------------------------------