mirror of
https://github.com/NovaOSS/nova-web.git
synced 2024-11-25 22:33:58 +01:00
Compare commits
2 commits
180b01185b
...
75d26a4b57
Author | SHA1 | Date | |
---|---|---|---|
75d26a4b57 | |||
73c57cf284 |
|
@ -108,6 +108,11 @@ p, p *, ol, ul, li {
|
||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h6 {
|
||||||
|
opacity: 0.7;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
:focus:not(:focus-visible) {
|
:focus:not(:focus-visible) {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -96,6 +96,10 @@ pre code
|
||||||
p, p *, ol, ul, li
|
p, p *, ol, ul, li
|
||||||
line-height: 32px
|
line-height: 32px
|
||||||
|
|
||||||
|
h6
|
||||||
|
opacity: 0.7
|
||||||
|
font-weight: normal
|
||||||
|
|
||||||
:focus:not(:focus-visible)
|
:focus:not(:focus-visible)
|
||||||
|
|
||||||
outline: none
|
outline: none
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
<div class="user-quote__field">
|
<div class="user-quote__field">
|
||||||
<a href="https://discord.com/channels/1120037287300976640/1120037729644855427/1145791262063075378" target="_blank">
|
<a href="https://discord.com/channels/1120037287300976640/1120037729644855427/1145791262063075378" target="_blank">
|
||||||
<img src="https://cdn.discordapp.com/avatars/1126131609855332372/3ce8f67f02066ebf1307e5b82a9222cf.png?size=128">
|
<img src="https://cdn.discordapp.com/avatars/1126131609855332372/87c3c7138b751da3cccf641d078dff2b.png?size=128">
|
||||||
</a>
|
</a>
|
||||||
<span class="user-quote__username">@itsnot.david</span>
|
<span class="user-quote__username">@itsnot.david</span>
|
||||||
<p>Nova is good. I love it because [it's] free and easy.</p>
|
<p>Nova is good. I love it because [it's] free and easy.</p>
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
<img src="https://cdn.discordapp.com/avatars/756585981787897956/86b4f6da0e44bf8545be937d66017b71.png?size=128">
|
<img src="https://cdn.discordapp.com/avatars/756585981787897956/86b4f6da0e44bf8545be937d66017b71.png?size=128">
|
||||||
</a>
|
</a>
|
||||||
<span class="user-quote__username">@mainkrit</span>
|
<span class="user-quote__username">@mainkrit</span>
|
||||||
<p>We can all agree that Nova AI is the best.</p>
|
<p>We can all agree that NovaAI is the best.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="user-quote__field">
|
<div class="user-quote__field">
|
||||||
|
@ -52,5 +52,10 @@
|
||||||
<p>You are so excellent [...]. Thank you for your contributions.</p>
|
<p>You are so excellent [...]. Thank you for your contributions.</p>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
</main>
|
||||||
{% include 'parts/end.html' %}
|
{% include 'parts/end.html' %}
|
||||||
|
|
Loading…
Reference in a new issue