Print collateral · Business card
Standard Australian business card — 90 × 55 mm trim with 3 mm bleed on every edge. Text and logo are true vector with Poppins embedded and subset, so type stays crisp at any output resolution.
Front
Back
Cards are generated from one data file, so a new starter is an entry and a re-run — not a redesign. Edit people.json, then run the build.
{
"people": [
{ "name": "Josh Symons",
"title": "Head of Something",
"mobile": "0400 000 000",
"email": "josh.symons@arealytics.com.au",
"linkedin": "linkedin.com/in/joshsymons" }
]
}
python3 tools/build_business_cards.py # combined PDF + proofs
python3 tools/build_business_cards.py --split # one PDF per person
python3 tools/build_business_cards.py --crop-marks
python3 tools/build_business_cards.py --guides # proof with guides shown
TODO placeholders for title, mobile and LinkedIn — the build prints a warning listing them.