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.1
edited by Andrei Lavretskii
on 2025/05/26 19:41
Change comment: There is no comment for this version

Summary

Details

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