feat: add contact support link and tidy up HTML

Added a "Contact Us" button to facilitate user support via email. Also cleaned up the display of the API endpoint URL for better readability. Enhances user experience by providing direct support contact and improved content structure.
This commit is contained in:
Kumi 2024-07-22 06:57:19 +02:00
parent cce750db37
commit 29750553c8
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -41,7 +41,9 @@
data, including commercial use. No registration needed, just point data, including commercial use. No registration needed, just point
your application to our endpoint and start using the service! your application to our endpoint and start using the service!
</p> </p>
<div class="highlight">https://overpass.private.coffee/api/interpreter</div> <div class="highlight">
https://overpass.private.coffee/api/interpreter
</div>
<div class="features"> <div class="features">
<div class="feature"> <div class="feature">
<h3>Unlimited Access</h3> <h3>Unlimited Access</h3>
@ -73,6 +75,7 @@
<a href="https://dev.overpass-api.de/overpass-doc/en/" class="button" <a href="https://dev.overpass-api.de/overpass-doc/en/" class="button"
>Read the Docs</a >Read the Docs</a
> >
<a href="mailto:support@private.coffee" class="button">Contact Us</a>
</div> </div>
</div> </div>
</section> </section>