Changes for page Home
Last modified by Andrei Lavretskii on 2025/06/04 19:17
To version 11.1
edited by Andrei Lavretskii
on 2025/05/20 11:48
on 2025/05/20 11:48
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -16,16 +16,117 @@ 16 16 17 17 == Équnité Spaces == 18 18 19 -**Équnité Website** - [[www.equnite.com>>https://www.equnite.com]] 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> 20 20 21 - Club reviews, activitylogs, reports, donationtracking, public profiles,and community memberlists.81 +<div class="equnite-panels"> 22 22 23 -**Équnité Forum **- [[forum.equnite.com>>https://forum.equnite.com]] 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> 24 24 25 -A space for dialogue, organization, and support. Share feedback, send private messages, join hidden groups for verified players, and participate in meetings. 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> 26 26 27 -**Équnité Tracker** - [[tracker.equnite.com>>https://tracker.equnite.com]] 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> 28 28 29 -Be proud of your contribution. The tracker logs your time and efforts in supporting the community. It highlights your role, recognizes your actions, and adds your name to the public record of contributors. Become part of the movement — and the community will remember you. 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> 30 30 31 - 131 +</div> 132 +{{/html}}