11 lines
313 B
Typst
11 lines
313 B
Typst
#import "../lib/card.typ": minimalbc
|
|
|
|
#show: minimalbc.with(
|
|
geo_size: "us",
|
|
company_name: "Myco Systems",
|
|
blurb: "Send us a cool message and we'll get back to you d-(´▽`)-b",
|
|
signal_user: "Myco.100",
|
|
email_address: "contact@myco.systems",
|
|
website: "myco.systems",
|
|
bg_image: image("bg.png"),
|
|
)
|