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
LEGENDARY ★ 2026
89
ST · OVERALL
◀ OWN HALF · REVIEWS MIDFIELD · COMMITS SHIPPING ▶
FORMLLLWW
LAST 5 MATCHDAYS
BUILD
60
REVIEW
90
SHIP
99
VOLUME
97
IMPACT
99
PRS 77%
SEASON NOTES
01 First-team regular at kentcdodds/kody (56% of minutes), with appearances for 6 other clubs.
02 Night-fixture specialist — 46% of touches after 21:00 UTC.
03 Scout's verdict: Kent is an out-and-out finisher — lives in the final third and ships early. Standout attribute: SHIP 99. 3 matchdays in the observed window. Verdict: sign before the window closes.
TypeScript ×45JavaScript ×26HTML ×3CSS ×1
TROPHY CABINET
🏆 cross-env★ 6,524
🥈 match-sorter★ 4,103
🥉 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 — LEGENDARY · 89 OVR · computed from public activity
const card = (
  <Email backgroundColor="#f2ecdd" contentWidth="720px">
    <Row><Column>
      <Masthead />
      <PlayerHero playerName="Kent C. Dodds" ovr={89}
                  position="ST" tier="LEGENDARY" />
      <FormStats stats={{"BUILD":60,"REVIEW":90,"SHIP":99,"VOLUME":97,"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