diff options
| author | Kumar Damani <me@kumardamani.net> | 2026-07-24 04:29:08 +0000 |
|---|---|---|
| committer | Kumar Damani <me@kumardamani.net> | 2026-07-24 04:29:08 +0000 |
| commit | 3d615f7b4c19abf34f23ff09ea587a597f2de42a (patch) | |
| tree | 10a0e4c3e0fa2c9b0254bb1826ae89f67fbc7df0 /contact.typ | |
| parent | 62fcd12a0a1ea557334dec1fa0cfdce69d003bd8 (diff) | |
converted to typst
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], + ) +] |
