Changes for page Home
Last modified by Andrei Lavretskii on 2025/06/04 19:17
From version 8.1
edited by Andrei Lavretskii
on 2025/05/20 11:36
on 2025/05/20 11:36
Change comment:
There is no comment for this version
To version 10.1
edited by Andrei Lavretskii
on 2025/05/20 11:47
on 2025/05/20 11:47
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -39,8 +39,7 @@ 39 39 Register, log in, and manage your profile across all Équnité spaces. Groups are assigned based on your role in the movement. 40 40 41 41 **One identity, many ways to contribute.** 42 - 43 -~{~{html clean="false"}} 42 +{{html clean="false"}} 44 44 <style> 45 45 .equnite-panels { 46 46 display: flex; ... ... @@ -49,28 +49,56 @@ 49 49 margin-top: 20px; 50 50 } 51 51 .equnite-panel { 52 - flex:11280px;53 - background: # f5f7fa;54 - border-left: 5px solid # 2d72d9;51 + width: calc(50% - 10px); 52 + background: #FFFFFF; /* @xwiki-page-content-bg */ 53 + border-left: 5px solid #3E79BC; /* @btn-primary-bg */ 55 55 border-radius: 8px; 56 56 padding: 20px; 57 - box-shadow: 0 2px 6px rgba(0,0,0,0.05); 56 + box-sizing: border-box; 57 + color: #1B1D22; /* @text-color */ 58 + display: flex; 59 + flex-direction: column; 60 + justify-content: space-between; 58 58 } 62 +@media (max-width: 768px) { 63 + .equnite-panel { 64 + width: 100%; 65 + } 66 +} 59 59 .equnite-panel h3 { 60 - margin-top: 0; 61 - margin-bottom: 10px; 62 62 font-size: 18px; 63 - color: #2d2d2d; 69 + font-weight: bold; 70 + color: #1B1D22; /* @headings-color */ 71 + margin: 0 0 10px 0; 64 64 } 65 65 .equnite-panel p { 66 - margin: 0; 67 - color: #555; 68 68 font-size: 15px; 75 + color: #1B1D22; 76 + margin: 0 0 10px 0; 69 69 } 70 -.equnite-panel a { 78 +.equnite-panel a.url { 79 + font-size: 14px; 80 + color: #F07567; /* @link-color */ 81 + margin-bottom: 10px; 82 + text-decoration: none; 83 +} 84 +.equnite-panel .footer { 71 71 font-weight: bold; 72 - color: #2d72d9; 86 + color: #1B1D22; 87 + margin-top: 15px; 88 +} 89 +.equnite-panel .bottom { 90 + margin-top: auto; 91 +} 92 +.equnite-panel .action { 93 + display: inline-block; 94 + margin-top: 12px; 95 + padding: 8px 16px; 96 + background: #3E79BC; /* @btn-primary-bg */ 97 + color: #fff; /* @btn-primary-color */ 73 73 text-decoration: none; 99 + border-radius: 4px; 100 + font-weight: bold; 74 74 } 75 75 </style> 76 76 ... ... @@ -77,21 +77,52 @@ 77 77 <div class="equnite-panels"> 78 78 79 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> 107 + <div> 108 + <h3>Équnité Website</h3> 109 + <a href="https://www.equnite.com" class="url">www.equnite.com</a> 110 + <p>Club reviews, player experiences, activity logs, public reports, platform support, and contributor profiles.</p> 111 + <div class="footer">A shared space to inform, empower, and grow together.</div> 112 + </div> 113 + <div class="bottom"> 114 + <a class="action" href="https://www.equnite.com">View Website</a> 115 + </div> 82 82 </div> 83 83 84 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> 119 + <div> 120 + <h3>Équnité Forum</h3> 121 + <a href="https://forum.equnite.com" class="url">forum.equnite.com</a> 122 + <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> 123 + <div class="footer">Together, we build what no one should face alone.</div> 124 + </div> 125 + <div class="bottom"> 126 + <a class="action" href="https://forum.equnite.com">View Forum</a> 127 + </div> 87 87 </div> 88 88 89 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> 131 + <div> 132 + <h3>Équnité Tracker</h3> 133 + <a href="https://tracker.equnite.com" class="url">tracker.equnite.com</a> 134 + <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> 135 + <div class="footer">Contribute with purpose. Track with pride.</div> 136 + </div> 137 + <div class="bottom"> 138 + <a class="action" href="https://tracker.equnite.com">View Tracker</a> 139 + </div> 92 92 </div> 93 93 94 -</div> 95 -~{~{/html}} 142 + <div class="equnite-panel"> 143 + <div> 144 + <h3>Équnité Connect</h3> 145 + <a href="https://auth.equnite.com" class="url">auth.equnite.com</a> 146 + <p>Register, log in, and manage your profile across all Équnité spaces. Groups are assigned based on your role in the movement.</p> 147 + <div class="footer">One identity, many ways to contribute.</div> 148 + </div> 149 + <div class="bottom"> 150 + <a class="action" href="https://auth.equnite.com">Go to Connect</a> 151 + </div> 152 + </div> 96 96 97 - 154 +</div> 155 +{{/html}}