Wiki source code of Home

Version 11.1 by Andrei Lavretskii on 2025/05/20 11:48

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