Changes for page Home

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

From version 38.1
edited by Alex Jaeger
on 2026/08/13 17:03
Change comment: There is no comment for this version
To version 28.1
edited by Alex Jaeger
on 2026/08/13 16:43
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,53 +8,66 @@
8 8  
9 9  {{html clean="false" wiki="true"}}
10 10  
11 -<ul class="card-list">
12 -<li class="card">
13 -<div class="well">
14 -<div>
15 -<a href="https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/?version=17.10.11">
16 -<span class="icon fa fa-support"></span>
17 -Getting Started
18 -</a>
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 + [[Wikid Home>>Publications]]
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 +
19 19  </div>
20 -<p class="noitems">
21 -Easy steps to get you started with XWiki.
22 -</p>
23 -<ul class="noitems">
24 -<li>
25 -<a href="https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/GettingStarted/?version=17.10.11" class="wikiexternallink">
26 -Learn more
27 -</a>
28 -</li>
29 -</ul>
30 -</div>
31 -</li>
32 -<li class="card">
33 -<div class="well">
34 -<div>
35 -<a href="/bin/view/Help/Videos/">
36 -<span class="icon fa fa-play-circle"></span>
37 -Videos
38 -</a>
39 -</div>
40 -<p class="noitems">
41 -View our collection of video tutorials.
42 -</p>
43 -<ul class="noitems">
44 -<li>
45 -<a href="/bin/view/Help/Videos/">
46 -Learn more
47 -</a>
48 -</li>
49 -</ul>
50 -</div>
51 -</li>
52 -</ul>
62 +
53 53  {{/html}}
54 54  
55 55  
56 56  
57 57  
68 +
69 +
70 +
58 58  == The basics ==
59 59  
60 60  To make the most out of your wiki, log-in and:
teapot.obj
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.alexj
Size
... ... @@ -1,1 +1,0 @@
1 -205.7 KB
Content