blob: 4c7fb389e22e50f2b1c7a364ae06e6b992e1fd37 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#import "/global/common.typ": *
#let doc = [
Want to contact me? You can use one of these methods:
#table(
columns: (auto, auto),
[E-Mail], link("mailto:me@kumardamani.net")[me\@kumardamani.net],
[Git], extlink("https://gitlab.com/users/kdam0/projects")[kdam0],
[Resume], html.a(href: "KumarDamaniCV.pdf")[KumarDamaniCV.pdf],
)
]
|