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
Change comment: Replaced user [xwiki:XWiki.admin] in fields [author, contentAuthor] to user [xwiki:XWiki.equnite]
To version 14.4
edited by Andrei Lavretskii
on 2025/06/04 11:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Home
1 +Welcome
Content
... ... @@ -1,40 +1,129 @@
1 -== Welcome to your wiki ==
1 +(% class="wikigeneratedid" id="HWelcometoC9qunitE9Wiki" %)
2 +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.
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.
4 +== **Unite. Dare. Shape your future.** ==
4 4  
5 -XWiki can be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet.
6 +Your voice, experience, and knowledge matter they have the power to transform the environment in which you play and live.
6 6  
7 -== The basics ==
8 +== **Wiki Goal** ==
8 8  
9 -To make the most out of your wiki, log-in and:
10 +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 wiki to your needs.
12 +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.
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.
14 +== **Équnité Spaces** ==
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.
16 +{{html clean="false"}}
17 +<style>
18 +.equnite-panels {
19 + display: flex;
20 + flex-wrap: wrap;
21 + gap: 20px;
22 + margin-top: 20px;
23 +}
24 +.equnite-panel {
25 + width: calc(50% - 10px);
26 + background: #FFFFFF; /* @xwiki-page-content-bg */
27 + border-left: 5px solid #3E79BC; /* @btn-primary-bg */
28 + border-radius: 8px;
29 + padding: 20px;
30 + box-sizing: border-box;
31 + color: #1B1D22; /* @text-color */
32 + display: flex;
33 + flex-direction: column;
34 + justify-content: space-between;
35 +}
36 +@media (max-width: 768px) {
37 + .equnite-panel {
38 + width: 100%;
39 + }
40 +}
41 +.equnite-panel h3 {
42 + font-size: 18px;
43 + font-weight: bold;
44 + color: #1B1D22; /* @headings-color */
45 + margin: 0 0 10px 0;
46 +}
47 +.equnite-panel p {
48 + font-size: 15px;
49 + color: #1B1D22;
50 + margin: 0 0 10px 0;
51 +}
52 +.equnite-panel a.url {
53 + font-size: 14px;
54 + color: #F07567; /* @link-color */
55 + margin-bottom: 10px;
56 + text-decoration: none;
57 +}
58 +.equnite-panel .footer {
59 + font-weight: bold;
60 + color: #1B1D22;
61 + margin-top: 15px;
62 +}
63 +.equnite-panel .bottom {
64 + margin-top: auto;
65 +}
66 +.equnite-panel .action {
67 + display: inline-block;
68 + margin-top: 12px;
69 + padding: 8px 16px;
70 + background: #3E79BC; /* @btn-primary-bg */
71 + color: #fff; /* @btn-primary-color */
72 + text-decoration: none;
73 + border-radius: 4px;
74 + font-weight: bold;
75 +}
76 +</style>
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.
78 +<div class="equnite-panels">
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}}
80 + <div class="equnite-panel">
81 + <div>
82 + <h3>Équnité Website</h3>
83 + <a href="https://www.equnite.com" class="url">www.equnite.com</a>
84 + <p>Club reviews, player experiences, activity logs, public reports, platform support, and contributor profiles.</p>
85 + <div class="footer">A shared space to inform, empower, and grow together.</div>
86 + </div>
87 + <div class="bottom">
88 + <a class="action" href="https://www.equnite.com">View Website</a>
89 + </div>
90 + </div>
20 20  
21 -(% class="row" %)
22 -(((
23 -(% class="col-xs-12 col-sm-6" %)
24 -(((
25 -== Extend your wiki ==
92 + <div class="equnite-panel">
93 + <div>
94 + <h3>Équnité Forum</h3>
95 + <a href="https://forum.equnite.com" class="url">forum.equnite.com</a>
96 + <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>
97 + <div class="footer">Together, we build what no one should face alone.</div>
98 + </div>
99 + <div class="bottom">
100 + <a class="action" href="https://forum.equnite.com">View Forum</a>
101 + </div>
102 + </div>
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&section=XWiki.Extensions"]] where you can search for and install extensions.
104 + <div class="equnite-panel">
105 + <div>
106 + <h3>Équnité Tracker</h3>
107 + <a href="https://tracker.equnite.com" class="url">tracker.equnite.com</a>
108 + <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>
109 + <div class="footer">Contribute with purpose. Track with pride.</div>
110 + </div>
111 + <div class="bottom">
112 + <a class="action" href="https://tracker.equnite.com">View Tracker</a>
113 + </div>
114 + </div>
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 -)))
116 + <div class="equnite-panel">
117 + <div>
118 + <h3>Équnité Connect</h3>
119 + <a href="https://auth.equnite.com" class="url">auth.equnite.com</a>
120 + <p>Register, log in, and manage your profile across all Équnité spaces. Groups are assigned based on your role in the movement.</p>
121 + <div class="footer">One identity, many ways to contribute.</div>
122 + </div>
123 + <div class="bottom">
124 + <a class="action" href="https://auth.equnite.com">Go to Connect</a>
125 + </div>
126 + </div>
31 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 -)))
128 +</div>
129 +{{/html}}