nova-web/web/templates/index.html

86 lines
4.5 KiB
HTML
Raw Normal View History

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-09-08 22:13:34 +02:00
<a href="https://discord.nova-oss.com" target="_blank">
2023-07-25 03:38:53 +02:00
<button class="special">
2023-09-08 22:13:34 +02:00
<i class="bi bi-discord"></i>
Join 1,300 Discord members
</button>
</a>
<a href="/go">
<button class="secondary">
2023-07-25 03:38:53 +02:00
<i class="bi bi-arrow-right"></i>
Get started
</button>
</a>
2023-09-08 22:13:34 +02:00
<a href="https://github.com/NovaOSS/nova-api" target="_blank">
2023-07-25 03:38:53 +02:00
<button class="secondary">
2023-09-08 22:13:34 +02:00
<i class="bi bi-github"></i>
Open Source
2023-07-25 03:38:53 +02:00
</button>
</a>
</header>
<main>
2023-09-08 22:13:34 +02:00
<h2>Look, mom, I'm famous!</h2>
<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>Cherry-picked quotes</h2>
2023-07-25 03:38:53 +02:00
2023-08-29 21:02:50 +02:00
<div class="user-quotes">
2023-09-08 22:13:34 +02:00
<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>
2023-08-29 21:02:50 +02:00
</div>
2023-09-08 22:13:34 +02:00
<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>
2023-08-29 21:02:50 +02:00
<p>Nova is good. I love it because [it's] free and easy.</p>
</div>
2023-09-08 22:13:34 +02:00
<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>
2023-08-29 21:02:50 +02:00
</div>
2023-09-08 22:13:34 +02:00
<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>
2023-08-29 21:02:50 +02:00
<p>You are so excellent [...]. Thank you for your contributions.</p>
</div>
</div>
2023-08-30 21:57:26 +02:00
<h6>
2023-09-08 22:13:34 +02:00
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.
2023-08-30 21:57:26 +02:00
</h6>
2023-07-25 03:38:53 +02:00
</main>
2023-09-08 22:13:34 +02:00
{% include 'parts/end.html' %}