Changes for page StarshipOS Foundation
Last modified by Robert James on 2025/07/21 00:14
From version 1.1
edited by Robert James
on 2025/07/19 23:31
on 2025/07/19 23:31
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-distribution-flavor-common/16.10.9]
To 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
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Home1 +StarshipOS Foundation - Content
-
... ... @@ -1,40 +1,104 @@ 1 -== Welcome to your wiki == 1 +{{html clean="false"}} 2 +<style> 3 +/* Fullscreen hero section */ 4 +.hero-section { 5 + position: relative; 6 + height: 100vh; 7 + background: url('/xwiki/resources/StarshipOS/StarshipOS.png') center no-repeat, 8 + url('https://upload.wikimedia.org/wikipedia/commons/2/2d/StarfieldSimulation.gif') center/cover; 9 + background-size: 300px, cover; 10 + background-blend-mode: lighten; 11 + display: flex; 12 + flex-direction: column; 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 */ 16 + text-align: center; 17 + color: #ffffff; 18 + font-family: 'Orbitron', sans-serif; 19 + overflow: hidden; 20 +} 2 2 3 -XWiki is the best tool to organize your knowledge. A //wiki// is organized in a hierarchy of //pages//. You can create multiple wikis, each with its own set of pages. 22 +/* Dark overlay for better text contrast */ 23 +.hero-section::before { 24 + content: ""; 25 + position: absolute; 26 + top: 0; left: 0; 27 + width: 100%; height: 100%; 28 + background: rgba(0, 0, 0, 0.4); 29 + z-index: 1; 30 +} 4 4 5 -XWiki can be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet. 32 +.hero-section h1 { 33 + font-size: 4em; 34 + z-index: 2; 35 + text-shadow: 0 0 20px rgba(255, 165, 0, 0.8); 36 + animation: fadeInDown 2s ease-out; 37 + margin-bottom: 15px; 38 +} 6 6 7 -== The basics == 40 +.hero-section p { 41 + font-size: 1.5em; 42 + margin-top: 10px; 43 + z-index: 2; 44 + animation: fadeInUp 2s ease-out; 45 +} 8 8 9 -To make the most out of your wiki, log-in and: 47 +.hero-buttons { 48 + margin-top: 20px; 49 + z-index: 2; 50 +} 10 10 11 -Use the {{displayIcon name="pencil"/}} button above to //edit// this page and start customizing your wiki to your needs. 52 +.hero-buttons a { 53 + display: inline-block; 54 + padding: 10px 20px; 55 + margin: 0 8px; 56 + border: 2px solid #ff8c00; 57 + color: #ff8c00; 58 + text-decoration: none; 59 + font-size: 1.2em; 60 + transition: all 0.3s ease-in-out; 61 +} 12 12 13 -Use the {{displayIcon name="add"/}} button above to //add// more pages to your wiki and create the //hierarchy// that best organizes your content. 63 +.hero-buttons a:hover { 64 + background: #ff8c00; 65 + color: #fff; 66 + box-shadow: 0 0 15px #ff8c00; 67 +} 14 14 15 -Use the {{displayIcon name="home"/}} breadcrumbs located above the title to //navigate// inside your pages. It's easy to get lost in a big wiki without them. 69 +/* Mission section spacing tightened */ 70 +section { 71 + background: #111; 72 + color: #fff; 73 + padding: 30px 20px; 74 + text-align: center; 75 +} 16 16 17 -You can also use the [[Sandbox>>Sandbox.WebHome]] for more demo content and generally a place to experiment with your wiki's features. 77 +/* Animations */ 78 +@keyframes fadeInDown { 79 + from { opacity: 0; transform: translateY(-50px); } 80 + to { opacity: 1; transform: translateY(0); } 81 +} 18 18 19 - {{box}}Learn more on how to use XWiki with the [[Getting Started Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome]].{{/box}} 83 +@keyframes fadeInUp { 84 + from { opacity: 0; transform: translateY(50px); } 85 + to { opacity: 1; transform: translateY(0); } 86 +} 87 +</style> 20 20 21 -(% class="row" %) 22 -((( 23 -(% class="col-xs-12 col-sm-6" %) 24 -((( 25 -== Extend your wiki == 89 +<div class="hero-section"> 90 + <h1>Welcome to StarshipOS Foundation</h1> 91 + <section> 92 + <h2 style="font-size: 2.5em; margin-bottom: 15px;">Our Mission</h2> 93 + <p style="max-width: 800px; margin: 0 auto; font-size: 1.3em; line-height: 1.6;"> 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> 95 + </p> 96 + </section> 26 26 27 -To extend the power and functionalities of your wiki with the features that //you// need, head over to the [[Extension Manager>>XWiki.XWikiPreferences||queryString="editor=globaladmin§ion=XWiki.Extensions"]] where you can search for and install extensions. 28 - 29 -To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>https://extensions.xwiki.org]]. 30 -))) 31 - 32 -(% class="col-xs-12 col-sm-6" %) 33 -((( 34 -== Create your application == 35 - 36 -Go beyond the available extensions and define the //structure// of your data based on //your// needs, creating //your// own applications with [[App Within Minutes>>AppWithinMinutes]] (AWM). 37 - 38 -AWM will take care of making it easy for you and your users to create and manage the data. 39 -))) 40 -))) 98 + <p>Exploring the Next Frontier in Open Systems</p> 99 + <div class="hero-buttons"> 100 + <a href="/xwiki/bin/view/Foundation/">Enter Foundation</a> 101 + <a href="/xwiki/bin/view/DevOps/">Enter DevOps</a> 102 + </div> 103 +</div> 104 +{{/html}}