blob: 16d6bc5e551abc2dae21c95cebdd4218bacfca2a (
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://git.kumardamani.net")[kdam0],
[Resume], html.a(href: "KumarDamaniCV.pdf")[KumarDamaniCV.pdf],
)
]
|