CUT OUT & KEEP
GITHUB FC
OFFICIAL MATCH PROGRAMME · SEASON 2026
SHARE THIS CARD SHARE ON 𝕏 DOWNLOAD ↓
EVAN
YOU
@yyx990803 · “The Metronome” · 17TH SEASON · CLASS OF 2010
SILVER ★ 2026
63
CM · OVERALL
◀ OWN HALF · REVIEWS MIDFIELD · COMMITS SHIPPING ▶
FORMLLLLL
LAST 5 MATCHDAYS
BUILD
45
REVIEW
42
SHIP
42
VOLUME
85
IMPACT
99
SEASON NOTES
01 A journeyman this window — minutes spread across 0 clubs, most at -.
02 A weekday professional — trains on schedule, 100% of touches Mon–Fri.
03 Scout's verdict: Evan is a box-to-box engine — links maintenance to launches, covers every blade of grass. Standout attribute: IMPACT 99. 0 matchdays in the observed window. Verdict: sign before the window closes.
JavaScript ×57TypeScript ×7HTML ×4Vue ×2
TROPHY CABINET
🏆 build-your-own-mint★ 2,539
🥈 vue-hooks★ 1,588
🥉 pod★ 1,335
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

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

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