Adding footer links, tweaking privacy text, etc.
This commit is contained in:
parent
15d98fe19a
commit
6c3e8bd8a0
3 changed files with 39 additions and 9 deletions
40
index.html
40
index.html
|
|
@ -44,7 +44,7 @@
|
|||
id="settings-btn"
|
||||
aria-label="Open settings"
|
||||
>
|
||||
⚙
|
||||
⚙️
|
||||
</button>
|
||||
</header>
|
||||
|
||||
|
|
@ -119,9 +119,23 @@
|
|||
</main>
|
||||
|
||||
<footer>
|
||||
<button class="footer-link" id="privacy-link" type="button">🔒 Privacy</button>
|
||||
<a class="footer-link" href="https://git.bkr.im/ritual/status-poster" target="_blank" rel="noopener">🧑💻 Source Code</a>
|
||||
<a class="footer-link" href="https://ritual.sh" target="_blank" rel="noopener">🖥️ By Ritual</a>
|
||||
<button class="footer-link" id="privacy-link" type="button">
|
||||
🔒 Privacy
|
||||
</button>
|
||||
<a
|
||||
class="footer-link"
|
||||
href="https://git.bkr.im/ritual/status-poster"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>🧑💻 Source Code</a
|
||||
>
|
||||
<a
|
||||
class="footer-link"
|
||||
href="https://ritual.sh"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
>🖥️ By Ritual</a
|
||||
>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
|
|
@ -154,7 +168,9 @@
|
|||
<strong>api.omg.lol</strong> at the moment you post a status.
|
||||
</p>
|
||||
<p style="font-size: 0.95rem; line-height: 1.7; margin: 0">
|
||||
No analytics, no tracking, no third-party requests. The
|
||||
No analytics, no tracking. The emoji picker loads its library and
|
||||
data from <strong>cdn.jsdelivr.net</strong> - no personal data is
|
||||
sent there, and the data is cached locally after the first load. The
|
||||
<a href="https://git.bkr.im/ritual/status-poster"
|
||||
>source code is available online</a
|
||||
>
|
||||
|
|
@ -190,6 +206,15 @@
|
|||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
<div class="polite-notice">
|
||||
<span class="privacy-icon">🔒</span>
|
||||
<span
|
||||
>Your username and API key are stored
|
||||
<strong>only in this browser</strong> and are never sent anywhere
|
||||
except <strong>api.omg.lol</strong> when you post.</span
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="field">
|
||||
<label for="s-username">omg.lol username</label>
|
||||
<input
|
||||
|
|
@ -259,7 +284,10 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<script type="module" src="https://cdn.jsdelivr.net/npm/emoji-picker-element@^1/index.js"></script>
|
||||
<script
|
||||
type="module"
|
||||
src="https://cdn.jsdelivr.net/npm/emoji-picker-element@^1/index.js"
|
||||
></script>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue