-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
255 lines (253 loc) · 9.24 KB
/
Copy pathcontact.html
File metadata and controls
255 lines (253 loc) · 9.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<!DOCTYPE html>
<html lang="en">
<head>
<script src="/coi-serviceworker.js">
</script>
<meta charset="UTF-8" >
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net https://static.cloudflareinsights.com https://ajax.cloudflare.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://cdn.jsdelivr.net; img-src 'self' data: https:; font-src 'self' https://fonts.gstatic.com https://cdn.jsdelivr.net; connect-src 'self' https://api.github.com https://gitlab.acreetionos.org; object-src 'none'; base-uri 'self'; form-action 'self' https://www.qwant.com" >
<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="stylesheet" href="fonts.css">
<link rel="stylesheet" href="sidebar.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" integrity="sha384-XGjxtQfXaH2tnPFa9x+ruJTuLE3Aa6LhHSWRr1XeTyhezb4abCG4ccI5AkVDxqC+" crossorigin="anonymous">
<style>
:root{--green:#2ecc71;--bg:#121212;--panel:#1a1a1a;--border:#333;--text:#b2b2b2;--text-bright:#e5e5e5}
*{box-sizing:border-box;margin:0;padding:0}
body{background:var(--bg);color:var(--text-bright);font-family:'Roboto',sans-serif;line-height:1.6}
.wrap{max-width:800px;margin:2rem auto;padding:0 1.5rem}
.hero{text-align:center;margin-bottom:2.5rem}
.hero img{width:80px;height:80px;border-radius:16px;margin-bottom:1rem;box-shadow:0 4px 20px rgba(46,204,113,.15)}
.hero h1{font-family:'Fira Code',monospace;font-size:1.6rem;color:var(--text-bright);margin-bottom:.5rem}
.hero p{color:var(--text);font-size:.95rem;max-width:500px;margin:0 auto;line-height:1.7}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2.5rem}
.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.25rem;transition:border-color.2s}
.card:hover{border-color:var(--green)}
.card .icon{font-size:1.5rem;margin-bottom:.5rem}
.card h2{font-size:1rem;color:var(--text-bright);margin-bottom:.35rem}
.card p{font-size:.85rem;color:var(--text);line-height:1.6}
.card a{color:var(--green);text-decoration:none;font-weight:500}
.card a:hover{text-decoration:underline}
.team{text-align:center;margin-bottom:2rem}
.team h2{font-family:'Fira Code',monospace;font-size:1.2rem;color:var(--text-bright);margin-bottom:1rem}
.team-grid{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}
.member{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.25rem;width:200px;text-align:center}
.member img{width:64px;height:64px;border-radius:50%;margin-bottom:.5rem;border:2px solid var(--border)}
.member .name{font-weight:700;color:var(--text-bright);font-size:.9rem}
.member .role{color:var(--text);font-size:.78rem;margin-top:.15rem}
.faq{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:2rem}
.faq h2{font-size:1rem;color:var(--text-bright);margin-bottom:.75rem}
.faq-item{padding:.6rem 0;border-bottom:1px solid var(--border)}
.faq-item:last-child{border-bottom:none}
.faq-q{color:var(--text-bright);font-size:.88rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.faq-q:hover{color:var(--green)}
.faq-a{color:var(--text);font-size:.82rem;line-height:1.6;padding-top:.4rem;display:none}
.faq-a.open{display:block}
.faq-q .arrow{transition:transform.2s;font-size:.7rem}
.faq-q.open .arrow{transform:rotate(180deg)}
@media(max-width:480px){.grid{grid-template-columns:1fr}.team-grid{flex-direction:column;align-items:center}}
</style>
</head>
<body>
<div id="page-wrap">
<div id="page-scale">
<header class="page-header">
<div class="header-content">
<a href="index.html" class="logo">
<img src="acreetionoslogo.webp" alt="AcreetionOS" class="logo-img" width="40" height="40">
<span class="logo-text">
Acreetion
<span>
OS
</span>
</span>
</a>
<nav class="main-nav">
<a href="index.html">
Home
</a>
<a href="flash.html">
Downloads
</a>
<a href="wiki.html">
Wiki
</a>
<a href="status.html">
Status
</a>
</nav>
</div>
</header>
<div class="wrap">
<div class="hero">
<img src="acreetionoslogo.webp" alt="AcreetionOS" width="80" height="80">
<h1>
Get in Touch
</h1>
<p>
We're a small father-daughter team based in Spokane, WA. Here's how to reach us depending on what you need.
</p>
</div>
<div class="grid">
<div class="card">
<div class="icon">
🐛
</div>
<h2>
Bug Reports
</h2>
<p>
Open an issue on
<a href="https://gitlab.acreetionos.org">
GitLab
</a>
or
<a href="https://github.com/AcreetionOS-Code">
GitHub
</a>
. Include your system info and steps to reproduce.
</p>
</div>
<div class="card">
<div class="icon">
💬
</div>
<h2>
Community Support
</h2>
<p>
Join our
<a href="https://discord.gg/VHqQkJASw7">
Discord server
</a>
for real-time help, discussion, and community.
</p>
</div>
<div class="card">
<div class="icon">
📧
</div>
<h2>
Email
</h2>
<p>
<a href="mailto:developers@acreetionos.org">
developers@acreetionos.org
</a>
<br>
<span style="font-size:.78rem;color:#666">
Response within 48 hours
</span>
</p>
</div>
<div class="card">
<div class="icon">
🌐
</div>
<h2>
Partnerships
</h2>
<p>
Interested in
<a href="hosting.html">
hosting ISOs
</a>
or collaborating? Reach out via email or Discord.
</p>
</div>
</div>
<div class="team">
<h2>
Team
</h2>
<div class="team-grid">
<div class="member">
<img src="darren_avatar_new.png" alt="Darren Clift" width="64" height="64" loading="lazy">
<div class="name">
Darren Clift
</div>
<div class="role">
Co-Lead Developer
</div>
</div>
<div class="member">
<img src="natalie_avatar_new.png" alt="Natalie Cole-Clift Spiva" width="64" height="64" loading="lazy">
<div class="name">
<a href="https://natalie.acreetionos.org" style="color:inherit;text-decoration:none">
Natalie Cole-Clift Spiva
</a>
</div>
<div class="role">
Co-Lead Developer
</div>
</div>
</div>
</div>
<div class="faq">
<h2>
Frequently Asked
</h2>
<div class="faq-item">
<div class="faq-q">
How fast can I expect a response?
<span class="arrow">
▼
</span>
</div>
<div class="faq-a">
Discord is fastest — usually within a few hours. Email responses within 48 hours. GitHub/GitLab issues are triaged weekly.
</div>
</div>
<div class="faq-item">
<div class="faq-q">
Do you offer phone support?
<span class="arrow">
▼
</span>
</div>
<div class="faq-a">
Not at this time. We're a two-person team and rely on async communication channels.
</div>
</div>
<div class="faq-item">
<div class="faq-q">
Can I contribute to AcreetionOS?
<span class="arrow">
▼
</span>
</div>
<div class="faq-a">
Absolutely! Check our
<a href="docs.html" style="color:var(--green)">
contributing page
</a>
or join the Discord to get involved.
</div>
</div>
</div>
</div>
</div>
<script src="scale-page.js" defer>
</script>
<script src="sidebar.js" defer>
</script>
<script src="contact-page.js">
</script>
<script src="footer.js" defer>
</script>
</body>
</html>