Changes for page StarshipOS Foundation
Last modified by Robert James on 2025/07/21 00:14
From version 11.1
edited by Robert James
on 2025/07/20 15:11
on 2025/07/20 15:11
Change comment:
There is no comment for this version
To version 13.1
edited by Robert James
on 2025/07/20 15:28
on 2025/07/20 15:28
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,6 +16,7 @@ 16 16 color: #ffffff; 17 17 font-family: 'Orbitron', sans-serif; 18 18 overflow: hidden; 19 + padding-top: 30px; /* Added to push content slightly up */ 19 19 } 20 20 21 21 /* Dark overlay for better text contrast */ ... ... @@ -33,24 +33,25 @@ 33 33 z-index: 2; 34 34 text-shadow: 0 0 20px rgba(255, 165, 0, 0.8); 35 35 animation: fadeInDown 2s ease-out; 37 + margin-bottom: 20px; /* Reduced from default spacing */ 36 36 } 37 37 38 38 .hero-section p { 39 39 font-size: 1.5em; 40 - margin-top: 20px;42 + margin-top: 10px; /* Reduced spacing */ 41 41 z-index: 2; 42 42 animation: fadeInUp 2s ease-out; 43 43 } 44 44 45 45 .hero-buttons { 46 - margin-top: 30px ;48 + margin-top: 15px; /* Reduced from 30px */ 47 47 z-index: 2; 48 48 } 49 49 50 50 .hero-buttons a { 51 51 display: inline-block; 52 - padding: 1 5px30px;53 - margin: 0 10px;54 + padding: 10px 20px; /* Reduced padding */ 55 + margin: 0 8px; 54 54 border: 2px solid #ff8c00; 55 55 color: #ff8c00; 56 56 text-decoration: none; ... ... @@ -64,6 +64,11 @@ 64 64 box-shadow: 0 0 15px #ff8c00; 65 65 } 66 66 69 +/* Mission section spacing tightened */ 70 +section { 71 + padding: 30px 20px !important; /* Was 60px */ 72 +} 73 + 67 67 /* Animations */ 68 68 @keyframes fadeInDown { 69 69 from { opacity: 0; transform: translateY(-50px); } ... ... @@ -78,6 +78,13 @@ 78 78 79 79 <div class="hero-section"> 80 80 <h1>Welcome to StarshipOS Foundation</h1> 88 + <section style="background: #111; color: #fff; padding: 30px 20px; text-align: center;"> 89 + <h2 style="font-size: 2.5em; margin-bottom: 15px;">Our Mission</h2> 90 + <p style="max-width: 800px; margin: 0 auto; font-size: 1.3em; line-height: 1.6;"> 91 + <i>“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.”</i> 92 + </p> 93 + </section> 94 + 81 81 <p>Exploring the Next Frontier in Open Systems</p> 82 82 <div class="hero-buttons"> 83 83 <a href="/xwiki/bin/view/Foundation/">Enter Foundation</a> ... ... @@ -84,14 +84,7 @@ 84 84 <a href="/xwiki/bin/view/DevOps/">Enter DevOps</a> 85 85 </div> 86 86 </div> 87 - 88 -<section style="background: #111; color: #fff; padding: 60px 20px; text-align: center;"> 89 - <h2 style="font-size: 2.5em; margin-bottom: 20px;">Our Mission</h2> 90 - <p style="max-width: 800px; margin: 0 auto; font-size: 1.3em; line-height: 1.6;"> 91 - <i>“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.”<i> 92 - 93 - 94 - </p> 95 -</section> 96 96 {{/html}} 97 - 102 + </div> 103 +</div> 104 +{{/html}}