Changes for page Home
Last modified by Andrei Lavretskii on 2025/06/04 19:17
From version 2.1
edited by Andrei Lavretskii
on 2025/05/18 10:52
on 2025/05/18 10:52
Change comment:
Replaced user [xwiki:XWiki.admin] in fields [author, contentAuthor] to user [xwiki:XWiki.equnite]
To version 10.1
edited by Andrei Lavretskii
on 2025/05/20 11:47
on 2025/05/20 11:47
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,40 +1,155 @@ 1 -= =Welcome toyourwiki ==1 += Welcome to Équnité Wiki = 2 2 3 - XWiki is thebest tooltoorganizeyourknowledge.A//wiki//isorganizedinahierarchyof //pages//.You cancreatemultiplewikis,eachwith its ownsetof pages.3 +This wiki is part of Équnité — a free and open platform built to create a safer, more transparent future for volleyball in France and beyond. 4 4 5 - XWikicanbe used as a knowledge base (support, documentation, sales, etc.),for collaborativeworkspacesoreven as a complete intranet.5 +== Unite. Dare. Shape your future. == 6 6 7 - ==Thebasics==7 +Your voice, experience, and knowledge matter — they have the power to transform the environment in which you play and live. 8 8 9 -To make themostoutofyour wiki,log-in and:9 +Together, we collect, preserve, and share knowledge that empowers players to make informed decisions and navigate their careers with greater confidence and security. 10 10 11 - Use the {{displayIcon name="pencil"/}}button above to //edit// this page and start customizing your wikitoyour needs.11 +== Wiki Goal == 12 12 13 - Use{{displayIconname="add"/}}buttonaboveto//add//more pages toyourwiki andcreate the//hierarchy//thatbest organizesyourcontent.13 +Together, we collect, preserve, and share knowledge that empowers players to make informed decisions and navigate their careers with greater confidence and security. 14 14 15 - Use the{{displayIconname="home"/}}breadcrumbslocated abovethe titleto//navigate//insideyour pages.It'seasyto getlostinabigikiwithoutthem.15 +Part of our mission is to ensure that every player — regardless of income, education, nationality, race, gender, language, physical or mobility disabilities, or political views — has the opportunity to grow strong, safe, and independent. 16 16 17 - Youcan alsouse the [[Sandbox>>Sandbox.WebHome]] for more demo contentand generally aplaceto experiment with your wiki'sfeatures.17 +== Équnité Spaces == 18 18 19 - {{box}}Learnmore on howtouse XWiki with the [[Getting Started Guide>>https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/WebHome]].{{/box}}19 +=== **Équnité Website** - [[www.equnite.com>>https://www.equnite.com]] === 20 20 21 -(% class="row" %) 22 -((( 23 -(% class="col-xs-12 col-sm-6" %) 24 -((( 25 -== Extend your wiki == 21 +Club reviews, player experiences, activity logs, public reports, platform support, and contributor profiles. 26 26 27 - Toextend the power and functionalitiesof your wiki withthe features that //you// need,head overtothe [[ExtensionManager>>XWiki.XWikiPreferences||queryString="editor=globaladmin§ion=XWiki.Extensions"]]whereyou cansearch forand installextensions.23 +**A shared space to inform, empower, and grow together.** 28 28 29 -To browse through the 900+ community contributed extensions available for XWiki, head over to the [[Extensions Repository>>https://extensions.xwiki.org]]. 30 -))) 25 +=== **Équnité Forum **- [[forum.equnite.com>>https://forum.equnite.com]] === 31 31 32 -(% class="col-xs-12 col-sm-6" %) 33 -((( 34 -== Create your application == 27 +Ask questions, get support, share feedback, follow Équnité updates, and collaborate with the community. Verified players gain access to a private space to exchange ideas with other active, authenticated athletes. A great starting point for your journey. 35 35 36 - Gobeyondtheavailableextensions anddefine the //structure//ofyour data basedon //your// needs,creating//your// ownapplications with [[App Within Minutes>>AppWithinMinutes]] (AWM).29 +**Together, we build what no one should face alone.** 37 37 38 -AWM will take care of making it easy for you and your users to create and manage the data. 39 -))) 40 -))) 31 +=== **Équnité Tracker** - [[tracker.equnite.com>>https://tracker.equnite.com]] === 32 + 33 +Your time matters. Track your contribution and show how you help Équnité grow. Whether it’s writing, design, translation, promotion, or inviting players — every effort counts. Log your time, build your impact, and get recognized as a key part of the community. 34 + 35 +**Contribute with purpose. Track with pride.** 36 + 37 +=== **Équnité Connect ** - [[auth.equnite.com>>https://auth.equnite.com/]] === 38 + 39 +Register, log in, and manage your profile across all Équnité spaces. Groups are assigned based on your role in the movement. 40 + 41 +**One identity, many ways to contribute.** 42 +{{html clean="false"}} 43 +<style> 44 +.equnite-panels { 45 + display: flex; 46 + flex-wrap: wrap; 47 + gap: 20px; 48 + margin-top: 20px; 49 +} 50 +.equnite-panel { 51 + width: calc(50% - 10px); 52 + background: #FFFFFF; /* @xwiki-page-content-bg */ 53 + border-left: 5px solid #3E79BC; /* @btn-primary-bg */ 54 + border-radius: 8px; 55 + padding: 20px; 56 + box-sizing: border-box; 57 + color: #1B1D22; /* @text-color */ 58 + display: flex; 59 + flex-direction: column; 60 + justify-content: space-between; 61 +} 62 +@media (max-width: 768px) { 63 + .equnite-panel { 64 + width: 100%; 65 + } 66 +} 67 +.equnite-panel h3 { 68 + font-size: 18px; 69 + font-weight: bold; 70 + color: #1B1D22; /* @headings-color */ 71 + margin: 0 0 10px 0; 72 +} 73 +.equnite-panel p { 74 + font-size: 15px; 75 + color: #1B1D22; 76 + margin: 0 0 10px 0; 77 +} 78 +.equnite-panel a.url { 79 + font-size: 14px; 80 + color: #F07567; /* @link-color */ 81 + margin-bottom: 10px; 82 + text-decoration: none; 83 +} 84 +.equnite-panel .footer { 85 + font-weight: bold; 86 + color: #1B1D22; 87 + margin-top: 15px; 88 +} 89 +.equnite-panel .bottom { 90 + margin-top: auto; 91 +} 92 +.equnite-panel .action { 93 + display: inline-block; 94 + margin-top: 12px; 95 + padding: 8px 16px; 96 + background: #3E79BC; /* @btn-primary-bg */ 97 + color: #fff; /* @btn-primary-color */ 98 + text-decoration: none; 99 + border-radius: 4px; 100 + font-weight: bold; 101 +} 102 +</style> 103 + 104 +<div class="equnite-panels"> 105 + 106 + <div class="equnite-panel"> 107 + <div> 108 + <h3>Équnité Website</h3> 109 + <a href="https://www.equnite.com" class="url">www.equnite.com</a> 110 + <p>Club reviews, player experiences, activity logs, public reports, platform support, and contributor profiles.</p> 111 + <div class="footer">A shared space to inform, empower, and grow together.</div> 112 + </div> 113 + <div class="bottom"> 114 + <a class="action" href="https://www.equnite.com">View Website</a> 115 + </div> 116 + </div> 117 + 118 + <div class="equnite-panel"> 119 + <div> 120 + <h3>Équnité Forum</h3> 121 + <a href="https://forum.equnite.com" class="url">forum.equnite.com</a> 122 + <p>Ask questions, get support, share feedback, follow Équnité updates, and collaborate with the community. Verified players gain access to a private space to exchange ideas with other active, authenticated athletes. A great starting point for your journey.</p> 123 + <div class="footer">Together, we build what no one should face alone.</div> 124 + </div> 125 + <div class="bottom"> 126 + <a class="action" href="https://forum.equnite.com">View Forum</a> 127 + </div> 128 + </div> 129 + 130 + <div class="equnite-panel"> 131 + <div> 132 + <h3>Équnité Tracker</h3> 133 + <a href="https://tracker.equnite.com" class="url">tracker.equnite.com</a> 134 + <p>Your time matters. Track your contribution and show how you help Équnité grow. Whether it’s writing, design, translation, promotion, or inviting players — every effort counts. Log your time, build your impact, and get recognized as a key part of the community.</p> 135 + <div class="footer">Contribute with purpose. Track with pride.</div> 136 + </div> 137 + <div class="bottom"> 138 + <a class="action" href="https://tracker.equnite.com">View Tracker</a> 139 + </div> 140 + </div> 141 + 142 + <div class="equnite-panel"> 143 + <div> 144 + <h3>Équnité Connect</h3> 145 + <a href="https://auth.equnite.com" class="url">auth.equnite.com</a> 146 + <p>Register, log in, and manage your profile across all Équnité spaces. Groups are assigned based on your role in the movement.</p> 147 + <div class="footer">One identity, many ways to contribute.</div> 148 + </div> 149 + <div class="bottom"> 150 + <a class="action" href="https://auth.equnite.com">Go to Connect</a> 151 + </div> 152 + </div> 153 + 154 +</div> 155 +{{/html}}