···3344import DocumentColorScheme from '../components/DocumentColorScheme.astro';
55import SiteFooter from '../components/SiteFooter.astro';
66+import SkipToContent from '../components/SkipToContent.astro';
67import { SITE_DOCUMENT } from '../utils/site-document-theme';
78import { useTranslations, localeToHtmlLang } from '../i18n/utils';
89···3233 <link rel="stylesheet" href="/css/site-document.css" />
3334</head>
3435<body>
3535-3636+ <SkipToContent />
36373738 <div class="site-doc">
3839 <header class="site-doc__masthead">
···4344 <p class="site-doc__subtitle">{t('privacy.last_updated')}</p>
4445 </header>
45464646- <main class="site-doc__prose">
4747+ <main id="main-content" class="site-doc__prose">
4748 <p>This Privacy Policy describes how Orbyt ("we", "us", "our") collects, uses, and shares information when you use our mobile application ("Orbyt" or "the App").</p>
48494950 <p><strong>Important:</strong> Orbyt is a third-party client application that connects to the Bluesky network via the AT Protocol. When you use Orbyt, your data is shared with the decentralized AT Protocol network. You should also review <a href="https://bsky.social/about/support/privacy-policy" target="_blank" rel="noopener">Bluesky's Privacy Policy</a> to understand how your data is handled on their network.</p>
+3-2
src/pages/terms.astro
···3344import DocumentColorScheme from '../components/DocumentColorScheme.astro';
55import SiteFooter from '../components/SiteFooter.astro';
66+import SkipToContent from '../components/SkipToContent.astro';
67import { SITE_DOCUMENT } from '../utils/site-document-theme';
78import { useTranslations, localeToHtmlLang } from '../i18n/utils';
89···3233 <link rel="stylesheet" href="/css/site-document.css" />
3334</head>
3435<body>
3535-3636+ <SkipToContent />
36373738 <div class="site-doc">
3839 <header class="site-doc__masthead">
···4344 <p class="site-doc__subtitle">{t('terms.last_updated')}</p>
4445 </header>
45464646- <main class="site-doc__prose">
4747+ <main id="main-content" class="site-doc__prose">
4748 <p>Welcome to Orbyt, a video social networking application! We're excited to have you on board as a user. Orbyt runs on the Authenticated Transfer Protocol ("AT Protocol"), a decentralized social networking protocol that supports many different kinds of services. These Terms of Service apply to the Orbyt service.</p>
48494950 <p>Before you dive into using Orbyt, please take a moment to carefully read these Terms. This document outlines our legal obligations to each other and they apply to your use of our services.</p>