-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
10 lines (10 loc) 路 2.63 KB
/
Copy pathcontact.html
File metadata and controls
10 lines (10 loc) 路 2.63 KB
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="referrer" content="strict-origin-when-cross-origin" /><title>Contact Us - AcreetionOS Support & Community</title><meta name="description" content="Get in touch with the AcreetionOS team. Find support through our community Discord, GitLab issues, email, and social channels." /><meta name="robots" content="index, follow" /><link rel="canonical" href="https://acreetionos.org/contact.html" /><link rel="icon" type="image/webp" href="acreetionoslogo.webp"><meta property="og:title" content="Contact Us - AcreetionOS Support" /><meta property="og:description" content="Get in touch with the AcreetionOS team through Discord, GitLab, and email." /><meta property="og:image" content="https://acreetionos.org/logo.webp" /><meta property="og:url" content="https://acreetionos.org/contact.html" /><meta name="twitter:card" content="summary" /><meta name="twitter:title" content="Contact Us - AcreetionOS Support" /><meta name="twitter:description" content="Get in touch with the AcreetionOS team." /><meta name="twitter:image" content="https://acreetionos.org/logo.webp" /><link rel="preconnect" href="https://fonts.googleapis.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"><style>body{background:#121212;color:#e5e5e5;font-family:'Roboto',sans-serif;padding:2rem;max-width:700px;margin:0 auto}h1{color:#2ecc71;font-family:'Fira Code',monospace}p{color:#b2b2b2;line-height:1.6}a{color:#2ecc71;text-decoration:none}.card{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:1.5rem;margin:1.5rem 0}.card h2{color:#e5e5e5;font-size:1.1rem;margin-bottom:0.5rem}.card p{margin-bottom:0.3rem}</style>
</head><body>
<h1>Contact Us</h1>
<p>We're a small father-daughter team based in Spokane, WA. The best way to reach us depends on what you need.</p>
<div class="card"><h2>馃悰 Bug Reports & Issues</h2><p>Report bugs on our <a href="https://gitlab.acreetionos.org">GitLab</a> or <a href="https://github.com/AcreetionOS-Code">GitHub</a> repositories.</p></div>
<div class="card"><h2>馃挰 Community Support</h2><p>Join our <a href="https://discord.gg/VHqQkJASw7">Discord server</a> for real-time help and community discussion.</p></div>
<div class="card"><h2>馃摟 Email</h2><p>For direct inquiries: <a href="mailto:developers@acreetionos.org">developers@acreetionos.org</a></p></div>
<div class="card"><h2>馃 Partnerships & Hosting</h2><p>Interested in hosting ISOs or partnering? Visit our <a href="hosting.html">Hosting page</a> or email us.</p></div>
</body></html>