-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevelopers.html
More file actions
1 lines (1 loc) · 3.02 KB
/
Copy pathdevelopers.html
File metadata and controls
1 lines (1 loc) · 3.02 KB
1
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><title>Developers - AcreetionOS</title><link rel="icon" type="image/png" href="logo.png"><link href="https://fonts.googleapis.com/css2?family=Fira+Code&family=Roboto:wght@400;500;700&display=swap" rel="stylesheet"><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;--font-sans:'Roboto', sans-serif;--font-mono:'Fira Code', monospace;}body{font-family:var(--font-sans);background-color:var(--acreetion-body-bg);color:var(--acreetion-text-bright);line-height:1.6;margin:0;}.page-header{background-color:var(--acreetion-panel-bg);border-bottom:2px solid var(--acreetion-green);}.header-content{display:flex;justify-content:space-between;align-items:center;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-img{height:40px;}.logo-text span{color:var(--acreetion-green);}.main-nav a{color:var(--acreetion-text);text-decoration:none;margin-left:2rem;font-weight:500;}.main-nav a:hover{color:var(--acreetion-text-bright);}.page-wrapper{max-width:1400px;margin:2rem auto;padding:0 2rem;}.content-box{background-color:var(--acreetion-box-bg);border:1px solid var(--acreetion-box-border);padding:2rem;}.box-header h2{font-family:var(--font-mono);color:var(--acreetion-green);margin-bottom:1.5rem;}.page-footer{text-align:center;padding:2rem;color:#777;font-size:0.9rem;}</style></head><body><header class="page-header"><div class="header-content"><a href="index.html" class="logo"><img src="logo.png" class="logo-img"><span class="logo-text">Acreetion<span>OS</span></span></a><nav class="main-nav"><a href="index.html">Home</a><a href="https://git.acreetionos.org">GitLab</a><a href="developers.html">Developers</a><a href="contact.html">Contact</a></nav></div></header><div class="page-wrapper"><main class="content-box"><div class="box-header"><h2>Developer Portal</h2></div><div class="box-body"><p>AcreetionOS is an open-source project. We welcome contributions from developers of all backgrounds. Our infrastructure is built on GitLab and Forgejo.</p><h3>How to Contribute</h3><ul><li><strong>Source Code:</strong> Visit our <a href="https://git.acreetionos.org" style="color:var(--acreetion-green);">GitLab</a> to browse our repositories.</li><li><strong>Infrastructure:</strong> We manage over 40 Docker services. If you're an expert in DevOps or self-hosting, we could use your help.</li><li><strong>Testing:</strong> Help us test our ISOs and report bugs on our Discord server.</li></ul><h3>Team Members</h3><p><strong>Darren Clift</strong> - Co-Lead Developer<br><strong>Natalie Clift</strong> - Co-Lead Developer</p></div></main></div><footer class="page-footer"><p>© 2025-2026 AcreetionOS.</p></footer></body></html>