Changes for page Home
Last modified by Alex Jaeger on 2026/08/16 15:38
From version 8.1
edited by Alex Jaeger
on 2026/08/13 11:14
on 2026/08/13 11:14
Change comment:
There is no comment for this version
To version 16.1
edited by Alex Jaeger
on 2026/08/13 16:34
on 2026/08/13 16:34
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -5,32 +5,70 @@ 5 5 XWiki can be used as a knowledge base (support, documentation, sales, etc.), for collaborative workspaces or even as a complete intranet. 6 6 7 7 8 -{{html}} 9 -<div class="row"> 10 - <div class="col-sm-6 mb-3 mb-sm-0"> 11 - <div class="card"> 12 - <div class="card-body"> 13 - <h5 class="card-title">Special title treatment</h5> 14 - <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> 15 - <a href="#" class="btn btn-primary">Go somewhere</a> 16 - </div> 8 + 9 +{{html clean="false" wiki="true"}} 10 + 11 +<style> 12 +.card-grid { 13 + display: grid; 14 + grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); 15 + gap: 20px; 16 + margin: 20px 0; 17 +} 18 + 19 +.x-card { 20 + background: #ffffff; 21 + border: 1px solid #ddd; 22 + border-radius: 8px; 23 + padding: 20px; 24 + box-shadow: 0 2px 6px rgba(0,0,0,0.08); 25 + transition: transform 0.15s ease, box-shadow 0.15s ease; 26 +} 27 + 28 +.x-card:hover { 29 + transform: translateY(-3px); 30 + box-shadow: 0 6px 14px rgba(0,0,0,0.12); 31 +} 32 + 33 +.x-card h3 { 34 + margin-top: 0; 35 +} 36 + 37 +.x-card a { 38 + text-decoration: none; 39 +} 40 +</style> 41 + 42 +<div class="card-grid"> 43 + 44 + <div class="x-card"> 45 + <h3>Publications</h3> 46 + <p>Description of the first project.</p> 47 + <a href=[[Publications>>Journals]]>View project →</a> 17 17 </div> 18 - </div> 19 - <div class="col-sm-6"> 20 - <div class="card"> 21 - <div class="card-body"> 22 - <h5 class="card-title">Special title treatment</h5> 23 - <p class="card-text">With supporting text below as a natural lead-in to additional content.</p> 24 - <a href="#" class="btn btn-primary">Go somewhere</a> 25 - </div> 49 + 50 + <div class="x-card"> 51 + <h3>Projects</h3> 52 + <p>Description of the second project.</p> 53 + <a href="/xwiki/bin/view/Projects/ProjectTwo/">View project →</a> 26 26 </div> 27 - </div> 55 + 56 + <div class="x-card"> 57 + <h3>Team</h3> 58 + <p>Technical documentation and reference material.</p> 59 + <a href="/xwiki/bin/view/Documentation/">View documentation →</a> 60 + </div> 61 + 28 28 </div> 63 + 29 29 {{/html}} 30 30 31 31 32 32 33 33 69 + 70 + 71 + 34 34 == The basics == 35 35 36 36 To make the most out of your wiki, log-in and: