StarshipOS Foundation
Version 12.1 by Robert James on 2025/07/20 15:12
/* Fullscreen hero section */ .hero-section { position: relative; height: 100vh; background: url('/xwiki/resources/StarshipOS/StarshipOS.png') center no-repeat, url('https://upload.wikimedia.org/wikipedia/commons/2/2d/StarfieldSimulation.gif') center/cover; background-size: 300px, cover; background-blend-mode: lighten; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: #ffffff; font-family: 'Orbitron', sans-serif; overflow: hidden; } /* Dark overlay for better text contrast */ .hero-section::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 1; } .hero-section h1 { font-size: 4em; z-index: 2; text-shadow: 0 0 20px rgba(255, 165, 0, 0.8); animation: fadeInDown 2s ease-out; } .hero-section p { font-size: 1.5em; margin-top: 20px; z-index: 2; animation: fadeInUp 2s ease-out; } .hero-buttons { margin-top: 30px; z-index: 2; } .hero-buttons a { display: inline-block; padding: 15px 30px; margin: 0 10px; border: 2px solid #ff8c00; color: #ff8c00; text-decoration: none; font-size: 1.2em; transition: all 0.3s ease-in-out; } .hero-buttons a:hover { background: #ff8c00; color: #fff; box-shadow: 0 0 15px #ff8c00; } /* Animations */ @keyframes fadeInDown { from { opacity: 0; transform: translateY(-50px); } to { opacity: 1; transform: translateY(0); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(50px); } to { opacity: 1; transform: translateY(0); } }
Welcome to StarshipOS Foundation
Our Mission
“The StarshipOS Foundation is built on a simple belief: technology should empower everyone, not exclude anyone. We’re not just building an operating system — we’re building a fairer digital future. Our mission is to create an open, accessible platform while championing inclusivity, equality, and opportunity. StarshipOS is just one vessel in our broader journey: a community-driven effort to challenge systemic inequities in tech and ensure that innovation serves all of humanity, not just the privileged few.”
Exploring the Next Frontier in Open Systems