Changes for page StarshipOS Foundation
Last modified by Robert James on 2025/07/21 00:14
From version 15.1
edited by Robert James
on 2025/07/20 15:43
on 2025/07/20 15:43
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
-
... ... @@ -11,12 +11,12 @@ 11 11 display: flex; 12 12 flex-direction: column; 13 13 align-items: center; 14 - justify-content: flex-start; /* Align content closer to the top */ 15 - padding-top: 15vh; /* Push content down from the top */ 14 + justify-content: center; 16 16 text-align: center; 17 17 color: #ffffff; 18 18 font-family: 'Orbitron', sans-serif; 19 19 overflow: hidden; 19 + padding-top: 30px; /* Added to push content slightly up */ 20 20 } 21 21 22 22 /* Dark overlay for better text contrast */ ... ... @@ -34,24 +34,24 @@ 34 34 z-index: 2; 35 35 text-shadow: 0 0 20px rgba(255, 165, 0, 0.8); 36 36 animation: fadeInDown 2s ease-out; 37 - margin-bottom: 15px;37 + margin-bottom: 20px; /* Reduced from default spacing */ 38 38 } 39 39 40 40 .hero-section p { 41 41 font-size: 1.5em; 42 - margin-top: 10px; 42 + margin-top: 10px; /* Reduced spacing */ 43 43 z-index: 2; 44 44 animation: fadeInUp 2s ease-out; 45 45 } 46 46 47 47 .hero-buttons { 48 - margin-top: 20px;48 + margin-top: 15px; /* Reduced from 30px */ 49 49 z-index: 2; 50 50 } 51 51 52 52 .hero-buttons a { 53 53 display: inline-block; 54 - padding: 10px 20px; 54 + padding: 10px 20px; /* Reduced padding */ 55 55 margin: 0 8px; 56 56 border: 2px solid #ff8c00; 57 57 color: #ff8c00; ... ... @@ -68,10 +68,7 @@ 68 68 69 69 /* Mission section spacing tightened */ 70 70 section { 71 - background: #111; 72 - color: #fff; 73 - padding: 30px 20px; 74 - text-align: center; 71 + padding: 30px 20px !important; /* Was 60px */ 75 75 } 76 76 77 77 /* Animations */ ... ... @@ -88,7 +88,7 @@ 88 88 89 89 <div class="hero-section"> 90 90 <h1>Welcome to StarshipOS Foundation</h1> 91 - <section> 88 + <section style="background: #111; color: #fff; padding: 30px 20px; text-align: center;"> 92 92 <h2 style="font-size: 2.5em; margin-bottom: 15px;">Our Mission</h2> 93 93 <p style="max-width: 800px; margin: 0 auto; font-size: 1.3em; line-height: 1.6;"> 94 94 <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> ... ... @@ -102,3 +102,6 @@ 102 102 </div> 103 103 </div> 104 104 {{/html}} 102 + </div> 103 +</div> 104 +{{/html}}