-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
181 lines (178 loc) · 14.7 KB
/
Copy pathabout.html
File metadata and controls
181 lines (178 loc) · 14.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="/coi-serviceworker.js">
</script>
<meta charset="UTF-8" >
<meta name="robots" content="index, follow" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<meta name="referrer" content="strict-origin-when-cross-origin" >
<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 https://cloudflareinsights.com; object-src 'none'; base-uri 'self'; form-action 'self' https://www.qwant.com" >
<title>
About - AcreetionOS
</title>
<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">
<meta name="description" content="Learn about the AcreetionOS project, our team, philosophy, values, and governance." >
<link rel="canonical" href="https://acreetionos.org/about.html" >
<meta property="og:type" content="website" >
<meta property="og:url" content="https://acreetionos.org/about.html" >
<meta property="og:title" content="About - AcreetionOS" >
<meta property="og:description" content="Learn about the AcreetionOS project, our team, philosophy, values, and governance." >
<meta property="og:image" content="https://acreetionos.org/logo.webp" >
<meta property="og:site_name" content="AcreetionOS" >
<meta property="twitter:card" content="summary_large_image" >
<meta property="twitter:url" content="https://acreetionos.org/about.html" >
<meta property="twitter:title" content="About - AcreetionOS" >
<meta property="twitter:description" content="Learn about the AcreetionOS project, our team, philosophy, values, and governance." >
<meta property="twitter:image" content="https://acreetionos.org/logo.webp" >
<link rel="icon" type="image/webp" href="acreetionoslogo.webp">
<link rel="stylesheet" href="sidebar.css">
<link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net">
<link rel="preload" href="acreetionoslogo.webp" as="image" type="image/webp">
<link rel="preload" href="logo.webp" as="image" type="image/webp">
<link rel="stylesheet" href="fonts.css">
<style>
:root{--acreetion-green:#2ecc71;--acreetion-body-bg:#121212;--acreetion-panel-bg:#1a1a1a;--acreetion-box-bg:#222222;--acreetion-box-border:#333333;--acreetion-text-bright:#e5e5e5;--acreetion-text:#b2b2b2;--acreetion-code-bg:rgba(46,204,113,0.1);--storm-color:#61afef;--flasher-color:#f39c12;--acreetion-purple:#9b59b6;--font-sans:'Roboto',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:'Fira Code',monospace} *,*::before,*::after{box-sizing:border-box;margin:0;padding:0} html{overflow-x:hidden} body{font-family:var(--font-sans);background-color:var(--acreetion-body-bg);color:var(--acreetion-text-bright);line-height:1.6;overflow-x:hidden;max-width:100vw} a{color:var(--acreetion-green);text-decoration:none} a:hover{text-decoration:underline} .page-header{background-color:rgba(24,26,27,0.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:2px solid var(--acreetion-green);border-radius:0 0 16px 16px;position:sticky;top:0;z-index:1000} .header-content{display:flex;align-items:center;gap:.5rem;max-width:1400px;margin:0 auto;padding:0.75rem 2rem} .logo{display:flex;align-items:center;gap:1rem;font-family:var(--font-mono);font-size:1.8rem;font-weight:700;color:var(--acreetion-text-bright);text-decoration:none} .logo:hover{text-decoration:none} .logo span{color:var(--acreetion-green)} .main-nav{display:flex;flex-wrap:wrap;gap:0;flex:1;justify-content:flex-end} .main-nav a{color:var(--acreetion-text);text-decoration:none;margin-left:1.5rem;font-weight:500;font-size:0.9rem;white-space:nowrap;transition:color 0.2s} .main-nav a:hover{color:var(--acreetion-green)} .page-wrapper{max-width:900px;margin:2rem auto;padding:0 2rem} .content-box{background-color:var(--acreetion-box-bg);border:1px solid var(--acreetion-box-border);border-radius:12px;overflow:hidden;margin-bottom:2rem} .box-header{padding:1rem 1.5rem;background-color:var(--acreetion-panel-bg);border-bottom:1px solid var(--acreetion-box-border)} .box-header h1{font-family:var(--font-mono);font-size:1.5rem;color:var(--acreetion-text-bright)} .box-body{padding:2rem} .box-body h2{color:var(--acreetion-green);font-family:var(--font-mono);font-size:1.3rem;margin-top:2rem;margin-bottom:1rem;border-bottom:1px solid var(--acreetion-box-border);padding-bottom:0.5rem} .box-body h2:first-child{margin-top:0} .box-body h3{color:var(--acreetion-text-bright);font-size:1.1rem;margin-top:1.5rem;margin-bottom:0.5rem} .box-body p{color:var(--acreetion-text);margin-bottom:1rem;line-height:1.7} .box-body strong{color:var(--acreetion-text-bright)} .team-members{display:flex;flex-wrap:wrap;gap:1rem;margin:1.5rem 0} .team-member{flex:1;min-width:200px;background:var(--acreetion-panel-bg);border:1px solid var(--acreetion-box-border);border-radius:10px;padding:1.25rem;text-align:center} .team-member-name{display:block;font-family:var(--font-mono);font-size:1.1rem;font-weight:700;color:var(--acreetion-text-bright);margin-bottom:0.25rem} .team-member-role{display:block;font-size:0.85rem;color:var(--acreetion-text)} .values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin:1.5rem 0} .value-card{background:var(--acreetion-panel-bg);border:1px solid var(--acreetion-box-border);border-radius:10px;padding:1.25rem} .value-card h3{color:var(--acreetion-green);font-family:var(--font-mono);font-size:1rem;margin-top:0;margin-bottom:0.5rem} .value-card p{font-size:0.9rem;margin-bottom:0} .page-footer{text-align:center;padding:2rem;margin-top:2rem;border-top:1px solid var(--acreetion-box-border);color:#555;font-size:0.85rem} .page-footer a{color:var(--acreetion-green);text-decoration:none} .page-footer a:hover{text-decoration:underline}
</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" decoding="auto" loading="eager" fetchpriority="high">
<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="page-wrapper">
<main id="main-content">
<article class="content-box">
<div class="box-header">
<h1>
About AcreetionOS
</h1>
</div>
<div class="box-body">
<h2>Our Team & Philosophy</h2>
<p>
<strong>Note:</strong>
This section was added in response to community questions. The references to being Republicans are
<strong>not a political statement</strong>.
They are included to reflect the conservative values that shape our approach: we believe in discernment — carefully choosing what is good and bad rather than accepting everything uncritically. This applies directly to our software philosophy: we curate, test, and select every component in AcreetionOS rather than bundling everything blindly. Being a Republican, in this context, means we value independence, personal responsibility, fiscal discipline, and individual liberty — principles that translate into repository sovereignty, minimal bloat, and user freedom. Our politics are our own, but our focus is on building great software for everyone, regardless of background.
</p>
<p>
AcreetionOS is led by two Republicans who believe that software development should transcend partisan divides while remaining grounded in core values. Our team is proof that diversity of experience can drive innovation:
</p>
<div class="team-members">
<div class="team-member">
<span class="team-member-name">
Darren Clift
</span>
<span class="team-member-role">
Co-Lead Developer (Traditional Republican)
</span>
</div>
<div class="team-member">
<span class="team-member-name">
Natalie Cole-Clift Spiva
</span>
<span class="team-member-role">
Co-Lead Developer (24, Trans Girl, Republican)
</span>
</div>
</div>
<p>
People often ask how a Trans Girl can be a Republican. To us, the answer is simple:
<strong>Identity, religion, politics, and sexuality are separate things.</strong>
One's personal identity or orientation does not dictate their views on governance, fiscal responsibility, or individual liberty. This separation is how it should be — allowing individuals to be their authentic selves while contributing to a shared vision for a better future through technology.
</p>
<p>
<strong>We don't care about our politics when it comes to helping our community.</strong>
We are here to be honest about our background, but our focus is 100% on the work. We are here to build software and make the world a better place. No more pretending; we are who we are, and we're proud of it.
</p>
<h2>Our Values</h2>
<div class="values-grid">
<div class="value-card">
<h3>Repository Sovereignty</h3>
<p>We maintain full control over our package repositories, ensuring that every component is curated, tested, and verified before reaching users. No blind bundling, no untrusted sources.</p>
</div>
<div class="value-card">
<h3>User Freedom</h3>
<p>AcreetionOS respects your choices. We believe in an operating system that empowers rather than restricts — giving you full control over your computing experience without unnecessary limitations.</p>
</div>
<div class="value-card">
<h3>Privacy First</h3>
<p>Your data belongs to you. AcreetionOS is designed with privacy as a core principle, minimizing telemetry and respecting your digital sovereignty.</p>
</div>
<div class="value-card">
<h3>Accessibility</h3>
<p>Arch Linux power should not require a PhD in Linux. We bridge the gap between professional-grade performance and everyday usability, making Arch accessible to everyone.</p>
</div>
<div class="value-card">
<h3>Minimal Bloat</h3>
<p>We carefully select each component. Every package in AcreetionOS serves a purpose — nothing is included by default that doesn't add genuine value to the user experience.</p>
</div>
<div class="value-card">
<h3>Community Over Corporation</h3>
<p>AcreetionOS is a volunteer-run, independent project. We answer to our users, not shareholders. Our roadmap is shaped by community needs, not corporate interests.</p>
</div>
</div>
<h2>Governance Philosophy</h2>
<p>
AcreetionOS is governed by a lightweight, transparent model designed to keep the project focused and effective:
</p>
<ul style="color:var(--acreetion-text);margin-bottom:1rem;padding-left:1.5rem;line-height:1.8">
<li><strong style="color:var(--acreetion-text-bright)">Benevolent Dictatorship</strong> — Co-Lead Developers Darren Clift and Natalie Cole-Clift Spiva have final say on project direction, ensuring consistency and rapid decision-making.</li>
<li><strong style="color:var(--acreetion-text-bright)">Open Contribution</strong> — Anyone can contribute code, documentation, or community support. The best ideas win, regardless of who submits them.</li>
<li><strong style="color:var(--acreetion-text-bright)">Transparent Roadmap</strong> — Project priorities, release plans, and major decisions are published openly for community review.</li>
<li><strong style="color:var(--acreetion-text-bright)">Minimal Process</strong> — We avoid bureaucracy. When a decision needs to be made, we make it and move on.</li>
</ul>
<p>
For full details, see the <a href="governance.html">Governance page</a>.
</p>
<h2>Our Mission</h2>
<p>
<strong>AcreetionOS</strong> is an approachable and user-friendly distribution based on the powerful
<a href="https://archlinux.org" target="_blank" rel="noopener noreferrer">Arch Linux</a>
core. Our mission is to bridge the gap between the power and flexibility of Arch and the simplicity that everyday computer users expect. We aim to make the Arch ecosystem accessible to a wider audience — from students and developers to casual desktop users — by providing a stable, pre-configured, and beautiful desktop experience right out of the box.
</p>
<p>
This project is made possible by the incredible work of the Arch Linux developers and the broader open-source community. We see ourselves as curators, taking an already fantastic base and adding a layer of convenience, rigorous testing, and thoughtful design to create a cohesive and welcoming operating system for everyone.
</p>
</div>
</article>
</main>
</div>
</div>
<script src="scale-page.js" defer>
</script>
<script src="sidebar.js" defer>
</script>
</div>
<script src="footer.js" defer>
</script>
</body>
</html>