trainUs/website/content/contact.en.md
David 352a3d5e88
Some checks are pending
CI / Lint & Format (push) Waiting to run
CI / Build (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (chromium) (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (firefox) (push) Waiting to run
Initial commit
2026-06-18 13:06:57 +02:00

23 lines
607 B
Markdown

---
title: 'Contact'
description: 'Reach out to report a bug, suggest an idea or contribute to the project.'
---
To report a bug, suggest an idea or contribute to the project, you can open an issue on the repository or send us an e-mail:
<p id="email-contact"></p>
<script>
(function () {
var u = 'trainus.steadfast012';
var d = 'passmail.net';
var a = document.createElement('a');
a.href = 'mailto:' + u + '@' + d;
a.textContent = u + '@' + d;
document.getElementById('email-contact').appendChild(a);
})();
</script>
<noscript>
Enable JavaScript to display the e-mail address.
</noscript>