StarshipOS Foundation

Version 6.1 by Robert James on 2025/07/20 14:58

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

Exploring the Next Frontier in Open Systems

{{html clean="false"}}

Our Mission

StarshipOS exists to redefine computing from the ground up — free of legacy baggage, built for speed, resilience, and exploration. We believe operating systems should evolve as living, adaptive systems, not just serve as static foundations. StarshipOS is our vessel into the unknown, designed to empower creators, explorers, and dreamers with a platform that is secure, open, and endlessly hackable.

{{/html}}