diff --git a/docs/contact-us.md b/docs/contact-us.md new file mode 100644 index 000000000..de3b6e8e1 --- /dev/null +++ b/docs/contact-us.md @@ -0,0 +1,39 @@ +--- +template: main.html +hide: + - navigation +--- + +# About ExpressLRS + +**ExpressLRS LLC** is dedicated to providing high-performance, open-source radio control link solutions for the RC +community. Our mission is to empower hobbyists, manufacturers, and enthusiasts with reliable, cutting-edge technology. + +We are committed to fostering a thriving community around our products and supporting hardware developers who want to +create ExpressLRS-compatible devices. + +--- + +## Contact Us + +We’d love to hear from you! For general inquiries, reach out to us at: + +**Email:** [info@expresslrs.org](mailto:info@expresslrs.org) + +--- + +## Partnerships + +Are you a manufacturer interested in developing **ExpressLRS-compatible hardware**? Learn more about +our [Partners Program](/partners-program) and join our growing ecosystem. + +--- + +## Community Support + +For questions, troubleshooting, or just to connect with fellow enthusiasts, join our vibrant community: + +- **Discord:** [https://discord.gg/dS6ReFY](https://discord.gg/dS6ReFY) +- **Facebook Group:** [https://www.facebook.com/groups/636441730280366](https://www.facebook.com/groups/636441730280366) +- **Twitter:** [https://twitter.com/expresslrs](https://twitter.com/expresslrs) +- **Instagram:** [https://instagram.com/expresslrs](https://instagram.com/expresslrs) diff --git a/mkdocs.yml b/mkdocs.yml index 9c7e2f9a7..b5c910b0b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -326,6 +326,7 @@ nav: - Terms & Conditions: info/terms-and-conditions.md - FAQ: faq.md - Partners Program: partners-program.md + - Contact Us: contact-us.md extra_javascript: - assets/javascripts/binding-phrase.js