CUT OUT & KEEP
GITHUB FC
OFFICIAL MATCH PROGRAMME · SEASON 2026
SHARE THIS CARD SHARE ON 𝕏 DOWNLOAD ↓
ADEEL
RAZA
@adeelraza · “El Deployador” · 17TH SEASON · CLASS OF 2010
SILVER ★ 2026
65
ST · OVERALL
◀ OWN HALF · REVIEWS MIDFIELD · COMMITS SHIPPING ▶
FORMDLWLW
LAST 5 MATCHDAYS
BUILD
70
REVIEW
48
SHIP
99
VOLUME
68
IMPACT
40
COMMITS 56%PRS 38%
SEASON NOTES
01 A one-club man — 63% of minutes played at unlayer/react-email-editor.
02 A weekday professional — trains on schedule, 100% of touches Mon–Fri.
03 Scout's verdict: Adeel is an out-and-out finisher — lives in the final third and ships early. Standout attribute: SHIP 99. 6 matchdays in the observed window. Verdict: sign before the window closes.
JavaScript ×3MDX ×1Objective-C ×1Java ×1
TROPHY CABINET
🏆 meteor-buildpack-horse★ 1
🥈 workflow_on_mongoid★ 1
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

// adeelraza — SILVER · 65 OVR · computed from public activity
const card = (
  <Email backgroundColor="#f2ecdd" contentWidth="720px">
    <Row><Column>
      <Masthead />
      <PlayerHero playerName="Adeel Raza" ovr={65}
                  position="ST" tier="SILVER" />
      <FormStats stats={{"BUILD":70,"REVIEW":48,"SHIP":99,"VOLUME":68,"IMPACT":40}} />
      <SeasonNotes />
      <ProgrammeFooter handle="adeelraza" />
    </Column></Row>
  </Email>
);

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