diff options
Diffstat (limited to 'contact.typ')
| -rw-r--r-- | contact.typ | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contact.typ b/contact.typ new file mode 100644 index 0000000..2896f3b --- /dev/null +++ b/contact.typ @@ -0,0 +1,13 @@ +#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], + [GitLab], extlink("https://gitlab.com/kdam0/")[kdam0], + [Resume], html.a(href: "KumarDamaniCV.pdf")[KumarDamaniCV.pdf], + [Photos], extlink("https://nc.kumardamani.net/apps/memories/a/vSk9IAWVUx2vcqphL9nMnLFmDQBDZWPr")[Nextcloud Memories], + ) +] |
