Skip to content
Back to the full dashboard →

README generator

Brendan Eich: profile README

Five GitHub profile READMEs tailored to @BrendanEich, built only from the Markdown and HTML GitHub keeps on profiles - no external CSS, no scripts - so the preview matches what GitHub renders.

How to show this on your GitHub profile
  1. Create a public repository named exactly “BrendanEich/BrendanEich”: github.com/new/BrendanEich ↗
  2. Add a file named README.md at the repository root and paste the template.
  3. Commit - the README now renders at the top of github.com/BrendanEich.
Contribution-snake workflow (.github/workflows/snake.yml)
name: generate snake

on:
  schedule:
    - cron: "0 0 * * *"
  workflow_dispatch:

jobs:
  build:
    runs-on: ubuntu-latest
    permissions:
      contents: write
    steps:
      - uses: Platane/snk/svg-only@v3
        with:
          github_user_name: ${{ github.repository_owner }}
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark

      - uses: crazy-max/ghaction-github-pages@v4
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Only needed for the Contribution Snake template: the workflow regenerates the animation daily into the “output” branch of the “BrendanEich/BrendanEich” repository.

01 / Template

GitHub profile README

Five GitHub profile READMEs tailored to @BrendanEich, built only from the Markdown and HTML GitHub keeps on profiles - no external CSS, no scripts - so the preview matches what GitHub renders.

Stats and streak cards plus language badges - the classic developer profile.

Source - editable

Edit freely - your changes update the preview and the copy/download output instantly.

Mode compatible preview

Hi, I'm Brendan Eich 👋

Founder & CEO, Brave Software. Created JavaScript. Co-founded Mozilla and Firefox.

GitHub followers

Stack

HTML JavaScript CSS C++ Python

Activity

Brendan Eich's GitHub stats Brendan Eich's contribution streak

Languages

Most used languages

Need the resume itself? Get the Markdown & LaTeX resume templates →