StarshipOS Foundation

Version 15.1 by Robert James on 2025/07/20 15:43

/* 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: flex-start;   /* Align content closer to the top */
    padding-top: 15vh;             /* Push content down from the top */
    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;
    margin-bottom: 15px;
}

.hero-section p {
    font-size: 1.5em;
    margin-top: 10px;
    z-index: 2;
    animation: fadeInUp 2s ease-out;
}

.hero-buttons {
    margin-top: 20px;
    z-index: 2;
}

.hero-buttons a {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 8px;
    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;
}

/* Mission section spacing tightened */
section {
    background: #111;
    color: #fff;
    padding: 30px 20px;
    text-align: center;
}

/* 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