Changes for page Home

Last modified by Andrei Lavretskii on 2025/06/04 19:17

From version 4.4
edited by Andrei Lavretskii
on 2025/05/20 11:25
Change comment: There is no comment for this version
To version 8.1
edited by Andrei Lavretskii
on 2025/05/20 11:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -18,11 +18,12 @@
18 18  
19 19  === **Équnité Website** - [[www.equnite.com>>https://www.equnite.com]] ===
20 20  
21 -Club reviews, activity logs, reports, donation tracking, public profiles, and community member lists.
21 +Club reviews, player experiences, activity logs, public reports, platform support, and contributor profiles.
22 22  
23 +**A shared space to inform, empower, and grow together.**
24 +
23 23  === **Équnité Forum **- [[forum.equnite.com>>https://forum.equnite.com]] ===
24 24  
25 -
26 26  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.
27 27  
28 28  **Together, we build what no one should face alone.**
... ... @@ -35,7 +35,62 @@
35 35  
36 36  === **Équnité Connect ** - [[auth.equnite.com>>https://auth.equnite.com/]] ===
37 37  
38 -The hub of all spaces that connects your accounts through the platform. Used to register, login and edit profiles. One account for all spaces.
39 +Register, log in, and manage your profile across all Équnité spaces. Groups are assigned based on your role in the movement.
39 39  
41 +**One identity, many ways to contribute.**
40 40  
43 +~{~{html clean="false"}}
44 +<style>
45 +.equnite-panels {
46 + display: flex;
47 + flex-wrap: wrap;
48 + gap: 20px;
49 + margin-top: 20px;
50 +}
51 +.equnite-panel {
52 + flex: 1 1 280px;
53 + background: #f5f7fa;
54 + border-left: 5px solid #2d72d9;
55 + border-radius: 8px;
56 + padding: 20px;
57 + box-shadow: 0 2px 6px rgba(0,0,0,0.05);
58 +}
59 +.equnite-panel h3 {
60 + margin-top: 0;
61 + margin-bottom: 10px;
62 + font-size: 18px;
63 + color: #2d2d2d;
64 +}
65 +.equnite-panel p {
66 + margin: 0;
67 + color: #555;
68 + font-size: 15px;
69 +}
70 +.equnite-panel a {
71 + font-weight: bold;
72 + color: #2d72d9;
73 + text-decoration: none;
74 +}
75 +</style>
76 +
77 +<div class="equnite-panels">
78 +
79 + <div class="equnite-panel">
80 + <h3>Équnité Website – <a href="https:~/~/www.equnite.com">www.equnite.com</a></h3>
81 + <p>Club reviews, activity logs, reports, support options, contributor profiles, and shared resources from across the platform.</p>
82 + </div>
83 +
84 + <div class="equnite-panel">
85 + <h3>Équnité Forum – <a href="https:~/~/forum.equnite.com">forum.equnite.com</a></h3>
86 + <p>A space for dialogue, organization, and support. Share feedback, join hidden groups for verified players, and participate in discussions and meetings.</p>
87 + </div>
88 +
89 + <div class="equnite-panel">
90 + <h3>Équnité Tracker – <a href="https:~/~/tracker.equnite.com">tracker.equnite.com</a></h3>
91 + <p>Be proud of your contribution. Track your support for the community and see your role recognized. Build your history as part of the movement.</p>
92 + </div>
93 +
94 +</div>
95 +~{~{/html}}
96 +
41 41