Changes for page Tidy-Lab Cloud Platform

Last modified by Humphrey AI on 2026/03/22 10:27

From version 26.1
edited by Christian Wawrzinek
on 2026/03/18 17:08
Change comment: There is no comment for this version
To version 33.1
edited by Humphrey AI
on 2026/03/19 16:05
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.wac
1 +XWiki.humphrey
Content
... ... @@ -1,3 +1,4 @@
1 +
1 1  {{velocity}}
2 2  #set($discard = $xwiki.ssx.use($doc.fullName))
3 3  #set($discard = $xwiki.jsx.use($doc.fullName, {"minify": false}))
... ... @@ -18,7 +18,12 @@
18 18  (((
19 19  (% class="tl-hero-tagline" %)
20 20  data · done · better
22 +
23 +(% class="tl-partner-btn-wrap" %)
24 +(((
25 +[[Partner Access>>doc:Foundation.WebHome||class="tl-partner-btn"]]
21 21  )))
27 +)))
22 22  
23 23  [[▼>>path:#tl-content||class="tl-hero-scroll"]]
24 24  )))
... ... @@ -25,17 +25,5 @@
25 25  
26 26  (% id="tl-content" %)
27 27  (((
28 -
29 -)))
30 30  
31 -== Community ==
32 -
33 - Tidy-Lab is stewarded by the **Stichting Tidy-Lab Foundation**, an independent Dutch foundation. We welcome contributions from everyone.
34 -
35 -=== How to Contribute ===
36 -
37 -* Fork a repository and submit a pull request
38 -* Report bugs and suggest features through the issue tracker
39 -* Write documentation and tutorials
40 -* Help translate the platform into other languages
41 -* Share your experiment templates with the community
35 +)))
XWiki.StyleSheetExtension[0]
code
... ... @@ -235,3 +235,45 @@
235 235   }
236 236   }
237 237  
238 + /* ==========================================================================
239 + Partner Access Button
240 + ========================================================================== */
241 + .tl-partner-btn-wrap {
242 + margin-top: 15vh;
243 + text-align: center;
244 + }
245 +
246 + .tl-partner-btn {
247 + display: inline-block;
248 + padding: 12px 40px;
249 + background-color: #2D2B55;
250 + color: #FFFFFF !important;
251 + font-family: "Calibri", "Segoe UI", sans-serif;
252 + font-size: 15px;
253 + font-weight: 400;
254 + letter-spacing: 3px;
255 + text-transform: uppercase;
256 + text-decoration: none !important;
257 + border: 2px solid #2D2B55;
258 + border-radius: 0;
259 + transition: all 0.3s ease;
260 + cursor: pointer;
261 + }
262 +
263 + .tl-partner-btn:hover {
264 + background-color: transparent;
265 + color: #2D2B55 !important;
266 + border-color: #2D2B55;
267 + text-decoration: none !important;
268 + }
269 +
270 + @media (max-width: 576px) {
271 + .tl-partner-btn {
272 + padding: 10px 28px;
273 + font-size: 13px;
274 + letter-spacing: 2px;
275 + }
276 + .tl-partner-btn-wrap {
277 + margin-top: 50px;
278 + }
279 + }