Changes for page Tidy-Lab Cloud Platform
Last modified by Humphrey AI on 2026/03/22 10:27
From version 1.1
edited by Christian Wawrzinek
on 2026/03/17 16:39
on 2026/03/17 16:39
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-distribution-flavor-common/18.1.0]
To version 3.1
edited by Humphrey AI
on 2026/03/18 14:57
on 2026/03/18 14:57
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 1 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. wac1 +XWiki.humphrey
- tidylab-logo.svg
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.humphrey - Size
-
... ... @@ -1,0 +1,1 @@ 1 +1.7 KB - Content
-
... ... @@ -1,0 +1,46 @@ 1 +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 310 80"> 2 + <defs> 3 + <linearGradient id="flaskGrad" x1="0%" y1="0%" x2="0%" y2="100%"> 4 + <stop offset="0%" style="stop-color:#4F46E5;stop-opacity:1" /> 5 + <stop offset="100%" style="stop-color:#7C3AED;stop-opacity:1" /> 6 + </linearGradient> 7 + </defs> 8 + 9 + <!-- Layer -1: Line and Tagline (background) --> 10 + <line x1="75" y1="50" x2="295" y2="50" 11 + stroke="#D1D5DB" 12 + stroke-width="1"/> 13 + 14 + <text x="295" y="66" 15 + font-family="Lora, 'Times New Roman', Georgia, serif" 16 + font-size="11" 17 + font-weight="400" 18 + fill="#64748B" 19 + text-anchor="end">data • done • better</text> 20 + 21 + <!-- Layer 0: Flask (closer to text, height reduced by 1px top and bottom) --> 22 + <g transform="translate(10, 0) scale(0.68)"> 23 + <path d="M35 10 L35 35 L15 80 Q12 88 18 92 L62 92 Q68 88 65 80 L45 35 L45 10 Z" 24 + fill="url(#flaskGrad)" 25 + stroke="none"/> 26 + <rect x="35" y="8" width="10" height="30" rx="2" fill="#818CF8" opacity="0.5"/> 27 + <g transform="translate(22, 55)"> 28 + <rect x="0" y="0" width="36" height="6" rx="2" fill="#A5B4FC" opacity="0.9"/> 29 + <rect x="0" y="10" width="28" height="6" rx="2" fill="#C4B5FD" opacity="0.9"/> 30 + <rect x="0" y="20" width="32" height="6" rx="2" fill="#DDD6FE" opacity="0.9"/> 31 + </g> 32 + <g fill="#10B981"> 33 + <circle cx="70" cy="20" r="3"/> 34 + <circle cx="78" cy="28" r="2"/> 35 + <circle cx="72" cy="35" r="1.5"/> 36 + </g> 37 + </g> 38 + 39 + <!-- Tidy-Lab text (foreground) --> 40 + <text x="75" y="48" 41 + font-family="Lora, 'Times New Roman', Georgia, serif" 42 + font-size="46" 43 + font-weight="400" 44 + fill="url(#flaskGrad)">Tidy-Lab</text> 45 +</svg> 46 +
- XWiki.StyleSheetExtension[0]
-
- cache
-
... ... @@ -1,0 +1,1 @@ 1 +long - code
-
... ... @@ -1,0 +1,1 @@ 1 +/* Tidy-Lab Hero Section */.tl-hero { position: relative; min-height: 100vh; width: 100vw; margin-left: calc(-1 * (100vw - 100%) / 2); display: flex; flex-direction: column; overflow: hidden;}.tl-hero-top { flex: 1; background-color: #2D2B55; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; position: relative; padding-bottom: 30px; overflow: visible;}.tl-hero-bottom { flex: 1; background-color: #FFFFFF; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding-top: 20px;}.tl-hero-logo-bar { position: absolute; top: 30px; left: 40px; z-index: 2;}.tl-hero-logo-img { max-width: 240px; height: auto; filter: brightness(1.8) saturate(1.2);}.tl-hero-center { text-align: center; padding: 0 20px;}.tl-hero-title { color: #FFFFFF !important; font-family: "Calibri Light", "Calibri", "Segoe UI Light", "Segoe UI", "Open Sans", sans-serif !important; font-weight: 300 !important; font-size: 56px !important; letter-spacing: 1px; margin: 0 !important; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);}.tl-hero-tagline { color: #7B78FF; font-family: "Calibri", "Segoe UI", "Open Sans", sans-serif; font-size: 22px; font-weight: 300; letter-spacing: 8px; text-transform: lowercase; margin: 0;}.tl-hero-scroll { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); color: rgba(123, 120, 255, 0.6); font-size: 24px; text-decoration: none !important; animation: tl-bounce 2s ease infinite; z-index: 2;}.tl-hero-scroll:hover { color: #7B78FF; text-decoration: none;}@keyframes tl-bounce { 0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); } 40% { transform: translateX(-50%) translateY(-12px); } 60% { transform: translateX(-50%) translateY(-6px); }}/* Hide breadcrumb and page header on homepage hero */.wiki-content-header-container { display: none;}/* Responsive */@media (max-width: 992px) { .tl-hero-title { font-size: 40px !important; } .tl-hero-tagline { font-size: 18px; letter-spacing: 6px; } .tl-hero-logo-img { max-width: 180px; } .tl-hero-logo-bar { top: 20px; left: 20px; }}@media (max-width: 576px) { .tl-hero-title { font-size: 28px !important; } .tl-hero-tagline { font-size: 14px; letter-spacing: 4px; } .tl-hero-logo-img { max-width: 140px; } .tl-hero-logo-bar { top: 15px; left: 15px; }} - contentType
-
... ... @@ -1,0 +1,1 @@ 1 +CSS - name
-
... ... @@ -1,0 +1,1 @@ 1 +Tidy-Lab Hero - parse
-
... ... @@ -1,0 +1,1 @@ 1 +No - use
-
... ... @@ -1,0 +1,1 @@ 1 +onDemand