nova-web/web/templates/common/footer.html

37 lines
1.5 KiB
HTML
Raw Normal View History

<footer>
<div class="rows">
<div class="row">
<h2>Get started</h2>
2023-09-14 22:42:12 +02:00
<a href="/get-started">How to use the API</a>
<a href="/login">Open the dashboard</a>
<a href="/novacord">How to use NovaCord</a>
<a href="/replit">Secure your API keys when using Replit</a>
</div>
<div class="row">
<h2>About</h2>
<a href="/#faq">FAQ</a>
<a href="mailto:{{ contact_email }}">Contact</a>
<a href="https://github.com/novaoss/nova-api/graphs/contributors?type=a" target="_blank">Contributors</a>
</div>
<div class="row">
<h2>Links</h2>
<a href="https://github.com/novaoss" target="_blank">GitHub</a>
<a href="https://discord.nova-oss.com" target="_blank">Discord</a>
<a href="https://www.reddit.com/r/nova_ai" target="_blank">Reddit</a>
<a href="https://t.me/nova_gpt" target="_blank">Telegram</a>
<a href="https://trello.com/b/ar5MDmwH/nova-base" target="_blank">Trello</a>
</div>
<div class="row">
<h2>Legal</h2>
<a href="/legal/imprint">Imprint</a>
<a href="/legal/terms">Terms of Service</a>
<a href="/legal/privacy">Privacy Policy</a>
<a href="https://github.com/novaoss/nova-web/blob/main/LICENSE" target="_blank">License</a>
</div>
</div>
<hr>
<p>
&copy; 2023. All rights reserved.
</p>
</footer>