CUT OUT & KEEP
GITHUB FC
OFFICIAL MATCH PROGRAMME · SEASON 2026
SHARE THIS CARD SHARE ON 𝕏 DOWNLOAD ↓
KENT
C. DODDS
@kentcdodds · “El Deployador” · 15TH SEASON · CLASS OF 2012
GOLD ★ 2026
85
ST · OVERALL
◀ OWN HALF · REVIEWS MIDFIELD · COMMITS SHIPPING ▶
FORMLWWWW
LAST 5 MATCHDAYS
BUILD
80
REVIEW
48
SHIP
99
VOLUME
99
IMPACT
99
COMMITS 31%PRS 68%
SEASON NOTES
01 A one-club man — 70% of minutes played at kentcdodds/kody.
02 Weekend warrior — 39% of activity lands on Saturday and Sunday.
03 Scout's verdict: Kent is an out-and-out finisher — lives in the final third and ships early. Standout attribute: SHIP 99. 5 matchdays in the observed window. Verdict: sign before the window closes.
TypeScript ×42JavaScript ×25HTML ×3MDX ×1
TROPHY CABINET
🏆 cross-env★ 6,527
🥈 match-sorter★ 4,100
🥉 bookshelf★ 2,681
MOST-STARRED CLUBS, ALL SEASONS
THE TEAM SHEET · HOW THIS PAGE IS BUILT
card.jsx — @unlayer/react-elements@0.1.19 · custom tools COPY
import { registerTool, Email, Row, Column,
         renderToHtml, renderToJson } from "@unlayer/react-elements";

// custom tools — the SAME config shape as the Builder's unlayer.registerTool
const PlayerHero = registerTool({
  name: "player_hero",
  renderer: { exporters: {
    web:   (v) => heroMarkup(v),        // your (values) => html functions
    email: (v) => heroEmailMarkup(v),   // email-safe variant
  }},
});
// …Masthead, FormStats, SeasonNotes, ProgrammeFooter registered the same way

// kentcdodds — GOLD · 85 OVR · computed from public activity
const card = (
  <Email backgroundColor="#f2ecdd" contentWidth="720px">
    <Row><Column>
      <Masthead />
      <PlayerHero playerName="Kent C. Dodds" ovr={85}
                  position="ST" tier="GOLD" />
      <FormStats stats={{"BUILD":80,"REVIEW":48,"SHIP":99,"VOLUME":99,"IMPACT":99}} />
      <SeasonNotes />
      <ProgrammeFooter handle="kentcdodds" />
    </Column></Row>
  </Email>
);

const html   = renderToHtml(card, { title: "kentcdodds · GitHub FC", fonts });
const design = renderToJson(card);  // → stored as { type: "custom", slug, values }
                                    //   opens in the Builder as REAL tools
$ npm install @unlayer/react-elements FULL TEAM SHEET →   DESIGN JSON   EMAIL VERSION
PROGRAMME PAGE 07 · BUILT WITH UNLAYER ELEMENTS · VIEW SEASON · REMIX IN THE EDITOR