12 lines
305 B
Typst
12 lines
305 B
Typst
|
#import "lib.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"),
|
||
|
)
|