CUT OUT & KEEP
GITHUB FC
OFFICIAL MATCH PROGRAMME · SEASON 2026
SHARE THIS CARD SHARE ON 𝕏 DOWNLOAD ↓
LINUS
TORVALDS
@torvalds · “El Committador” · 16TH SEASON · CLASS OF 2011
GOLD ★ 2026
79
CM · OVERALL
◀ OWN HALF · REVIEWS MIDFIELD · COMMITS SHIPPING ▶
FORMDLDDD
LAST 5 MATCHDAYS
BUILD
99
REVIEW
48
SHIP
50
VOLUME
99
IMPACT
99
COMMITS 98%
SEASON NOTES
01 A one-club man — 84% of minutes played at torvalds/linux.
02 A weekday professional — trains on schedule, 77% of touches Mon–Fri.
03 Scout's verdict: Linus is a box-to-box engine — links maintenance to launches, covers every blade of grass. Standout attribute: BUILD 99. 22 matchdays in the observed window. Verdict: sign before the window closes.
C ×10OpenSCAD ×1C++ ×1
TROPHY CABINET
🏆 linux★ 238,387
🥈 AudioNoise★ 4,419
🥉 uemacs★ 2,074
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

// torvalds — GOLD · 79 OVR · computed from public activity
const card = (
  <Email backgroundColor="#f2ecdd" contentWidth="720px">
    <Row><Column>
      <Masthead />
      <PlayerHero playerName="Linus Torvalds" ovr={79}
                  position="CM" tier="GOLD" />
      <FormStats stats={{"BUILD":99,"REVIEW":48,"SHIP":50,"VOLUME":99,"IMPACT":99}} />
      <SeasonNotes />
      <ProgrammeFooter handle="torvalds" />
    </Column></Row>
  </Email>
);

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