From 3d615f7b4c19abf34f23ff09ea587a597f2de42a Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Fri, 24 Jul 2026 00:29:08 -0400 Subject: converted to typst --- contact.typ | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 contact.typ (limited to 'contact.typ') 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], + ) +] -- cgit v1.2.3