12 lines
387 B
Typst
12 lines
387 B
Typst
|
#import "./card.typ": minimalbc
|
||
|
|
||
|
#show: minimalbc.with(
|
||
|
geo_size: "us",
|
||
|
company_name: "MOVEMENT INFRASTRUCTURE RESEARCH",
|
||
|
blurb: "MIR is an R&D lab for contesting tech's role in movement repression, and unlocking its potential for real liberation.",
|
||
|
social_user: "mir@infosec.exchange",
|
||
|
email_address: "info@mirnet.org",
|
||
|
website: "mirnet.org",
|
||
|
bg_image: image("bg.png"),
|
||
|
)
|