CUT OUT & KEEP
GITHUB FC
OFFICIAL MATCH PROGRAMME · SEASON 2026
SHARE THIS CARD SHARE ON 𝕏 DOWNLOAD ↓
LEE
ROBINSON
@leerob · “El Committador” · 13TH SEASON · CLASS OF 2014
SILVER ★ 2026
63
CM · OVERALL
◀ OWN HALF · REVIEWS MIDFIELD · COMMITS SHIPPING ▶
FORMLLLLW
LAST 5 MATCHDAYS
BUILD
48
REVIEW
48
SHIP
42
VOLUME
78
IMPACT
99
COMMITS 67%REVIEW 33%
SEASON NOTES
01 A one-club man — 100% of minutes played at leerob/next-mdx-blog.
02 A weekday professional — trains on schedule, 100% of touches Mon–Fri.
03 Scout's verdict: Lee is a box-to-box engine — links maintenance to launches, covers every blade of grass. Standout attribute: IMPACT 99. 1 matchdays in the observed window. Verdict: sign before the window closes.
TypeScript ×17JavaScript ×11Python ×2Dart ×2
TROPHY CABINET
🏆 next-mdx-blog★ 7,573
🥈 next-self-host★ 1,515
🥉 vim-for-react-devs★ 879
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

// leerob — SILVER · 63 OVR · computed from public activity
const card = (
  <Email backgroundColor="#f2ecdd" contentWidth="720px">
    <Row><Column>
      <Masthead />
      <PlayerHero playerName="Lee Robinson" ovr={63}
                  position="CM" tier="SILVER" />
      <FormStats stats={{"BUILD":48,"REVIEW":48,"SHIP":42,"VOLUME":78,"IMPACT":99}} />
      <SeasonNotes />
      <ProgrammeFooter handle="leerob" />
    </Column></Row>
  </Email>
);

const html   = renderToHtml(card, { title: "leerob · 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