2023-07-25 03:38:53 +02:00
|
|
|
{% 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>
|
2023-08-20 14:24:06 +02:00
|
|
|
<a href="/go">
|
2023-07-25 03:38:53 +02:00
|
|
|
<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>
|
2023-08-29 21:02:50 +02:00
|
|
|
<h2>What users say</h2>
|
2023-07-25 03:38:53 +02:00
|
|
|
|
2023-08-29 21:02:50 +02:00
|
|
|
<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">
|
2023-08-30 21:53:05 +02:00
|
|
|
<img src="https://cdn.discordapp.com/avatars/1126131609855332372/87c3c7138b751da3cccf641d078dff2b.png?size=128">
|
2023-08-29 21:02:50 +02:00
|
|
|
</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>
|
2023-07-25 03:38:53 +02:00
|
|
|
</main>
|
|
|
|
{% include 'parts/end.html' %}
|