Changes for page Home

Last modified by Alex Jaeger on 2026/08/16 15:38

From version 23.1
edited by Alex Jaeger
on 2026/08/13 16:41
Change comment: There is no comment for this version
To version 12.1
edited by Alex Jaeger
on 2026/08/13 11:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,69 +5,6 @@
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 -
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 - <div class="x-card">
44 - <h3>Publications</h3>
45 - <p>Description of the first project.</p>
46 - [[Wiki Home>>Main.WebHome]]
47 - </div>
48 -
49 - <div class="x-card">
50 - <h3>Projects</h3>
51 - <p>Description of the second project.</p>
52 - <a href="/xwiki/bin/view/Projects/ProjectTwo/">View project →</a>
53 - </div>
54 -
55 - <div class="x-card">
56 - <h3>Team</h3>
57 - <p>Technical documentation and reference material.</p>
58 - <a href="/xwiki/bin/view/Documentation/">View documentation →</a>
59 - </div>
60 -
61 -</div>
62 -
63 -{{/html}}
64 -
65 -
66 -
67 -
68 -
69 -
70 -
71 71  == The basics ==
72 72  
73 73  To make the most out of your wiki, log-in and: