Skip to content

Commit

Permalink
Clean up grammar and spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 committed Sep 4, 2023
1 parent e3a2cda commit 03bdc32
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 32 deletions.
4 changes: 2 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
</div>
<div id="main-navbar" class="navbar-menu">
<div class="navbar-start">
<a href="invite.html" class="navbar-item">Invite</a>
<a href="about.html" class="navbar-item">About</a>
<a href="/invite.html" class="navbar-item">Invite</a>
<a href="/about.html" class="navbar-item">About</a>
</div>
<div class="navbar-end"></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h2>Still not convinced?</h2>
<h2>Got questions?</h2>
<p>
We've got the answers. Join our Discord server to ask any question you might have about Scripty,
to make sure it's the right fit for your server. (hint: it is)
to make sure it's the right fit for your server. (Hint: it is)
</p>
<a href="https://discord.gg/VH35msCN38" class="button is-black">Join Server</a>
</section>
Expand Down
12 changes: 8 additions & 4 deletions invite.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
<link rel="preload" href="https://a.scripty.org/count.js" as="script" type="application/javascript">
<link rel="preload" href="/js/modals.js" as="script" type="application/javascript">

<meta name="description" content="Scripty is a easy-to-use speech-to-text bot for your Discord server. Check it out!">
<meta name="description" content="Scripty is an easy-to-use speech-to-text bot for your Discord server. Check it out!">
<!--suppress GrazieInspection -->
<meta name="viewport" content="width=device-width, initial-scale=1">

<meta property="og:title" content="Scripty | Invite">
Expand All @@ -27,6 +28,7 @@
<style>.req {color: #f00}</style>
</head>
<body>
<!--suppress GrazieInspection -->
<div class="container is-widescreen">
<nav class="navbar is-transparent" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
Expand All @@ -40,8 +42,8 @@
</div>
<div id="main-navbar" class="navbar-menu">
<div class="navbar-start">
<a href="invite.html" class="navbar-item">Invite</a>
<a href="about.html" class="navbar-item">About</a>
<a href="/invite.html" class="navbar-item">Invite</a>
<a href="/about.html" class="navbar-item">About</a>
</div>
<div class="navbar-end"></div>
</div>
Expand All @@ -61,6 +63,7 @@ <h1>Invite Scripty</h1>
</p>

<form action="https://dash.scripty.org/oauth/invite" method="get" class="box">
<!--suppress GrazieInspection -->
<div class="block is-clickable">
<label class="is-clickable">
<input type="checkbox" id="support_server" name="support_server" value="1">
Expand All @@ -69,6 +72,7 @@ <h1>Invite Scripty</h1>
</div>

<div class="block">
<!--suppress GrazieInspection -->
<button type="submit"
id="invite_btn" data-goatcounter-click="invite-discord.com" class="button is-black">
Invite Scripty
Expand Down Expand Up @@ -160,7 +164,7 @@ <h1>Invite Scripty</h1>
</tr>
</table>
If you're concerned with any of our data collection, please refer to our
<a href="privacy.html">privacy policy</a>.
<a href="/privacy.html">privacy policy</a>.
</section>
<footer class="modal-card-foot">
<button class="button is-success">Got it</button>
Expand Down
2 changes: 1 addition & 1 deletion js/languages.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Fetches languages from the API, and returns them as an array of objects
// If error, notify user and return empty array
// If error, notify user and return an empty array
function fetchLanguagesFromApi() {
return fetch('https://api.scripty.org/languages').then(response => {
if (response.ok) {
Expand Down
2 changes: 1 addition & 1 deletion js/modals.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ function x() {
closeAllModals();
}
});
};
}
x();
8 changes: 4 additions & 4 deletions js/status.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async function x() {

// check if the error code is bad gateway (502)
if (e.code === '502') {
// the bot's offline
// the bot is offline
document.getElementById('offline').style.display = null;
} else {
// show the error in the on_error div
Expand Down Expand Up @@ -112,7 +112,7 @@ async function x() {
default:
connectionStatusString = 'Unknown';
break;
};
}

// map connection status to class names
// 0 => is-success
Expand All @@ -129,7 +129,7 @@ async function x() {
default:
connectionStatusClass = 'is-warning';
break;
};
}

// format shard latency as milliseconds with three decimal places
const shardLatencyString = `${(shardLatency / 1000000).toFixed(3)}ms`;
Expand Down Expand Up @@ -169,5 +169,5 @@ async function x() {
document.getElementById('loading').style.display = 'none';
// show the status info
document.getElementById('content').style.display = null;
};
}
x();
6 changes: 3 additions & 3 deletions premium.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
</div>
<div id="main-navbar" class="navbar-menu">
<div class="navbar-start">
<a href="invite.html" class="navbar-item">Invite</a>
<a href="about.html" class="navbar-item">About</a>
<a href="/invite.html" class="navbar-item">Invite</a>
<a href="/about.html" class="navbar-item">About</a>
</div>
<div class="navbar-end"></div>
</div>
Expand All @@ -51,7 +51,7 @@ <h1>Scripty Premium</h1>

<section class="section">
<h2>Why are they so expensive???</h2>
Speech-to-text uses a truly insane amount of processing power,
Speech-to-text uses a truly incredible amount of processing power,
and our single server has limited resources. Despite being relatively powerful (Core i5-8600K + RTX 3060),
it's estimated we'll only be able to do about 200 concurrent transcriptions with it.
We can work to improve the STT algorithm and our computing capacity with this money.
Expand Down
6 changes: 3 additions & 3 deletions privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
</div>
<div id="main-navbar" class="navbar-menu">
<div class="navbar-start">
<a href="invite.html" class="navbar-item">Invite</a>
<a href="about.html" class="navbar-item">About</a>
<a href="/invite.html" class="navbar-item">Invite</a>
<a href="/about.html" class="navbar-item">About</a>
</div>
<div class="navbar-end"></div>
</div>
Expand All @@ -63,7 +63,7 @@ <h2>What data is collected?</h2>
Anonymous, aggregated statistics about bot function, including, but not limited to:
<ul class="hid_list">
<li>Discord Gateway events: only the total bot-wide count of events is stored.</li>
<li>Total milliseconds of audio transcripted: this is aggregated and cannot ever be linked back to a specific guild.</li>
<li>Total milliseconds of audio transcribed: this is aggregated and cannot ever be linked back to a specific guild.</li>
<li>Guild count</li>
<li>User count</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions refunds.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
</div>
<div id="main-navbar" class="navbar-menu">
<div class="navbar-start">
<a href="invite.html" class="navbar-item">Invite</a>
<a href="about.html" class="navbar-item">About</a>
<a href="/invite.html" class="navbar-item">Invite</a>
<a href="/about.html" class="navbar-item">About</a>
</div>
<div class="navbar-end"></div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions scripty-vs-scriptly.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta property="og:url" content="https://scripty.org/scripty-vs-scriptly.html">
<meta property="og:image" content="https://scripty.org/img/icon-128.webp">

<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="/css/main.css">
</head>

<body>
Expand All @@ -41,8 +41,8 @@
</div>
<div id="main-navbar" class="navbar-menu">
<div class="navbar-start">
<a href="invite.html" class="navbar-item">Invite</a>
<a href="about.html" class="navbar-item">About</a>
<a href="/invite.html" class="navbar-item">Invite</a>
<a href="/about.html" class="navbar-item">About</a>
</div>
<div class="navbar-end"></div>
</div>
Expand Down Expand Up @@ -165,7 +165,7 @@ <h2>Premium Features</h2>

<p>
Scripty, on the other hand, plans to support Premium incredibly soon. In fact, by the time you read this, it's very likely already out.
Scripty's Premium does not change the quality or speed of any parts of the bot.
Scripty's Premium does not change the quality or speed of transcriptions.
We believe everyone, regardless of their ability to pay, should experience the highest quality transcriptions we can offer them.<br>

As with last time, you can view a tabular breakdown of both bots in the table below.
Expand Down Expand Up @@ -201,7 +201,7 @@ <h2>Premium Features</h2>
<td>Unknown</td>
</tr>
<tr>
<td>Access to 2 bots</td>
<td>Access to two bots</td>
<td>Premium</td>
<td>Unknown (likely no)</td>
</tr>
Expand Down Expand Up @@ -304,7 +304,7 @@ <h2>Invite</h2>
that Scriptly sends it in the form of voice, and using it as an additional source of data on you,
which they can then sell to data brokers.<br>
I would personally not use Scriptly because of this.<br>
There's an insane number of articles, so many, that this isn't even the tip of the iceberg.
There are an incredible number of articles: so many, that this isn't even the tip of the iceberg.
Go search up "facebook privacy" and you'll find a long, long, long list of articles.<br>
I personally strongly recommend against giving Facebook/Meta any more of your data, which means not using Scriptly.
<br><br>
Expand Down
4 changes: 2 additions & 2 deletions status.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
</div>
<div id="main-navbar" class="navbar-menu">
<div class="navbar-start">
<a href="invite.html" class="navbar-item">Invite</a>
<a href="about.html" class="navbar-item">About</a>
<a href="/invite.html" class="navbar-item">Invite</a>
<a href="/about.html" class="navbar-item">About</a>
</div>
<div class="navbar-end"></div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions terms.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<meta property="og:url" content="https://scripty.org/terms,html">
<meta property="og:image" content="https://scripty.org/img/icon-128.webp">

<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<div class="container is-widescreen">
Expand All @@ -38,8 +38,8 @@
</div>
<div id="main-navbar" class="navbar-menu">
<div class="navbar-start">
<a href="invite.html" class="navbar-item">Invite</a>
<a href="about.html" class="navbar-item">About</a>
<a href="/invite.html" class="navbar-item">Invite</a>
<a href="/about.html" class="navbar-item">About</a>
</div>
<div class="navbar-end"></div>
</div>
Expand Down

0 comments on commit 03bdc32

Please sign in to comment.