Port full site: all pages, blog posts, nav/footer, assets

This commit is contained in:
Jarvis Prime
2026-03-22 20:13:49 +00:00
parent ba8d866985
commit fbe79d4523
23 changed files with 285 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
---
import Base from '../layouts/Base.astro';
---
<Base title="Terms of Service — dd0c.net">
<Base title="Terms of Service">
<h1>Terms of Service</h1>
<p><strong>Effective Date:</strong> March 22, 2026</p>
@@ -24,5 +24,5 @@ import Base from '../layouts/Base.astro';
<p>These terms may be updated at any time. Continued use constitutes acceptance of the updated terms.</p>
<h2>Contact</h2>
<p>For questions, contact: <a href="mailto:bgalura@gmail.com">bgalura@gmail.com</a></p>
<p>For questions, contact: <a href="mailto:contact@dd0c.net">contact@dd0c.net</a></p>
</Base>