nova-web/web/templates/index.html
2023-09-17 21:40:30 +02:00

97 lines
5.1 KiB
HTML

{% include 'common/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="https://discord.nova-oss.com" target="_blank">
<button class="special">
<i class="bi bi-discord"></i>
Join 2,300+ members
</button>
</a>
<!-- <a href="/login"> -->
<button class="secondary" style="pointer-events: none; cursor: not-allowed; opacity: 0.5;">
Log in <mark>coming soon</mark>
</button>
<!-- </a> -->
<br>
</header>
<main>
<h2>Welcome</h2>
<p>
Nova is a free, open source, easy to use, and powerful API for accessing all sorts of AI models.
<br>
<a href="/get-started">
<i class="bi bi-arrow-right"></i> Get started
</a>
</p>
<h2>About Nova</h2>
<div class="featured-box">
<img src="https://icons.getbootstrap.com/assets/icons/cash-coin.svg" style="filter: invert(1);">
<h2>Free <span>forever</span> - no credit card required</h2>
</div>
<div class="featured-box" onclick="window.open('https://github.com/orgs/NovaOSS/repositories', '_blank')">
<img src="https://icons.getbootstrap.com/assets/icons/github.svg" style="filter: invert(1);">
<h2>Open source on <span>GitHub</span></h2>
</div>
<div class="featured-box" onclick="window.open('https://fmhy.pages.dev/ai', '_blank')">
<img src="https://fmhy.pages.dev/static/fmhy.ico">
<h2>Featured in <span>Free Media Heck Yeah</span></h2>
</div>
<h2>What users say</h2>
<div class="user-quotes">
<div class="user-quote__field" onclick="window.open('https://discord.com/channels/1120037287300976640/1120037729644855427/1144279505981153302', '_blank')">
<img src="https://i.ibb.co/dfWkyB3/86b4f6da0e44bf8545be937d66017b71.png">
<span class="user-quote__username">Krit</span>
<p>We can all agree that NovaAI is the best.</p>
</div>
<div class="user-quote__field" onclick="window.open('https://discord.com/channels/1120037287300976640/1120037729644855427/1148559579890864178', '_blank')">
<img src="https://i.ibb.co/p4TB2nm/f44610c370eec2b28ccc926e61fb86fe.png">
<span class="user-quote__username">Tech With Anirudh</span>
<p>NovaOSS is really good, I mean really. The code's good. The website's good. The API's good.</p>
</div>
<div class="user-quote__field" onclick="window.open('https://discord.com/channels/1120037287300976640/1120037729644855427/1145791262063075378', '_blank')">
<img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Femoji.gg%2Fassets%2Femoji%2F1129-discord.png&f=1&nofb=1&ipt=c507c1ea551b33c06e1f2bc2baa5f1d3eb29bca0d721db852876a86de198a944&ipo=images">
<span class="user-quote__username">David</span>
<p>Nova is good. I love it because [it's] free and easy.</p>
</div>
<div class="user-quote__field" onclick="window.open('https://discord.com/channels/1117511140440821852/1149316497265660045/1149316515724787752', '_blank')">
<img src="https://i.ibb.co/XzDPQJs/image.png">
<span class="user-quote__username">Tolgchu (co-owner of PurGPT)</span>
<p>Would you like a fully open-source API including GPT-4-32k? It's even fully free and has 0% reverse engineering!</p>
</div>
<div class="user-quote__field" onclick="window.open('https://discord.com/channels/1120753218071310346/1149291492335177818/1149293863597514772', '_blank')">
<img src="https://i.ibb.co/DGxdgWX/image.png">
<span class="user-quote__username">Koru (owner of Skailar)</span>
<p>Nova [is] an open source, ethically sourced (no reverse engineering, just like us) API with high limits and a big amount of available models.</p>
</div>
<div class="user-quote__field" onclick="window.open('https://discord.com/channels/1120037287300976640/1120037729644855427/1145324231236780092', '_blank')">
<img src="https://i.ibb.co/DKDm8hg/image.png">
<span class="user-quote__username">Perl (owner of GeniusAI)</span>
<p>I love the credit system in this API.</p>
</div>
<div class="user-quote__field" onclick="window.open('https://discord.com/channels/1120037287300976640/1120037729644855427/1143784944888447037', '_blank')">
<img src="https://i.ibb.co/9grjkW2/b461ea5ea97a773d000300e4d978e24d.png">
<span class="user-quote__username">Flying Elephant</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 'common/end.html' %}