nova-web/web/templates/index.html
2023-08-30 21:57:26 +02:00

62 lines
2.7 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/87c3c7138b751da3cccf641d078dff2b.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 NovaAI 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>
<h6>
All these quotes are from our Discord server, none of these users are in our team or got any kind of rewards for saying that.
None of our users were asked to say that, they said it on their own. We just edited spelling, grammar and punctuation on these messages.
</h6>
</main>
{% include 'parts/end.html' %}