mirror of
https://github.com/NovaOSS/nova-web.git
synced 2024-11-26 00:43:58 +01:00
57 lines
2.4 KiB
HTML
57 lines
2.4 KiB
HTML
{% include 'parts/begin.html' %}
|
|
<link rel="stylesheet" href="/static/css/home.css">
|
|
|
|
<header>
|
|
<h1>Free Generative AI for <span class="special-gradient">Everyone</span></h1>
|
|
<h3>Make AI Open Again</h3>
|
|
<a href="/go">
|
|
<button class="special">
|
|
<i class="bi bi-arrow-right"></i>
|
|
Get started
|
|
</button>
|
|
</a>
|
|
<a href="https://discord.nova-oss.com" target="_blank">
|
|
<button class="secondary">
|
|
Join our Discord
|
|
</button>
|
|
</a>
|
|
</header>
|
|
<main>
|
|
<h2>What users say</h2>
|
|
|
|
<div class="user-quotes">
|
|
<div class="user-quote__field">
|
|
<a href="https://discord.com/channels/1120037287300976640/1120037729644855427/1145324231236780092" target="_blank">
|
|
<img src="https://cdn.discordapp.com/avatars/319792874696867840/5c31623f67962c7c689898a0517c4813.png?size=128">
|
|
</a>
|
|
<span class="user-quote__username">@perl404</span>
|
|
<p>I love the credit system in this API.</p>
|
|
</div>
|
|
|
|
<div class="user-quote__field">
|
|
<a href="https://discord.com/channels/1120037287300976640/1120037729644855427/1145791262063075378" target="_blank">
|
|
<img src="https://cdn.discordapp.com/avatars/1126131609855332372/3ce8f67f02066ebf1307e5b82a9222cf.png?size=128">
|
|
</a>
|
|
<span class="user-quote__username">@itsnot.david</span>
|
|
<p>Nova is good. I love it because [it's] free and easy.</p>
|
|
</div>
|
|
|
|
<div class="user-quote__field">
|
|
<a href="https://discord.com/channels/1120037287300976640/1120037729644855427/1144279505981153302" target="_blank">
|
|
<img src="https://cdn.discordapp.com/avatars/756585981787897956/86b4f6da0e44bf8545be937d66017b71.png?size=128">
|
|
</a>
|
|
<span class="user-quote__username">@mainkrit</span>
|
|
<p>We can all agree that Nova AI is the best.</p>
|
|
</div>
|
|
|
|
<div class="user-quote__field">
|
|
<a href="https://discord.com/channels/1120037287300976640/1120037729644855427/1143784944888447037" target="_blank">
|
|
<img src="https://cdn.discordapp.com/avatars/1130410896896819211/b461ea5ea97a773d000300e4d978e24d.png?size=128">
|
|
</a>
|
|
<span class="user-quote__username">@elephant_0000</span>
|
|
<p>You are so excellent [...]. Thank you for your contributions.</p>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
{% include 'parts/end.html' %}
|