StarshipOS Foundation

Version 7.1 by Robert James on 2025/07/20 15:04

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

“The StarshipOS Foundation is more than a tech project — it’s a lifeline for those the system has left behind. We exist to empower the disaffected, the homeless, the formerly incarcerated, and all those marginalized by society. Through open technology and community-driven initiatives, we aim to create opportunities where none exist — helping people build skills, reclaim their dignity, and chart a new path forward. StarshipOS is our flagship tool, but our true mission is to tear down the barriers that keep people locked out of the digital world and to build a future where everyone has a place on the crew.”

{{/html}}