Changes for page Welcome

Last modified by Nimble Infosys on 2025/11/13 10:09

From version 7.1
edited by Nimble Infosys
on 2025/11/13 10:09
Change comment: There is no comment for this version
To version 5.1
edited by Nimble Infosys
on 2025/11/12 17:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,50 +9,8 @@
1 -{{html clean="false"}}
2 -<div style="text-align:center; padding:30px 10px;">
3 -  <h1 style="font-size:2em; color:#1a73e8; margin-bottom:10px;">👋 Welcome to the <strong>Nimble Infosys Documentation Portal</strong></h1>
4 -  <p style="font-size:1.1em; color:#333; max-width:800px; margin:0 auto;">
5 -    Welcome to the official <strong>Documentation and Knowledge Portal</strong> of <strong>Nimble Infosys</strong>.
6 -    This platform serves as a unified space to explore product information, guides, and resources that help you understand and navigate our systems and solutions.
7 -  </p>
8 -</div>
9 9  
10 -<hr style="margin:30px 0;">
2 +{{velocity}}
3 +## Redirect all users from Main.WebHome to LandingPage.WebHome
4 +#if ($xcontext.action == 'view' && $xcontext.currentWikiName == 'xwiki' && $xcontext.page.name == 'WebHome' && $xcontext.page.space == 'Main')
5 + $!response.sendRedirect($xwiki.getURL('LandingPage.WebHome', '', ''))
6 +#end
7 +{{/velocity}}
11 11  
12 -<div style="display:flex; flex-wrap:wrap; justify-content:center; gap:20px;">
13 -
14 -  <div style="flex:1; min-width:280px; max-width:350px; background:#f8f9fa; border-radius:12px; padding:20px; box-shadow:0 1px 4px rgba(0,0,0,0.08);">
15 -    <h3 style="color:#1a73e8;">📘 Overview</h3>
16 -    <p style="color:#444;">
17 -      Explore structured and accessible information designed to help you better understand our products and services.  
18 -      Each section provides clear insights and relevant details.
19 -    </p>
20 -  </div>
21 -
22 -  <div style="flex:1; min-width:280px; max-width:350px; background:#f8f9fa; border-radius:12px; padding:20px; box-shadow:0 1px 4px rgba(0,0,0,0.08);">
23 -    <h3 style="color:#1a73e8;">🧭 How to Navigate</h3>
24 -    <p style="color:#444;">
25 -      • Use the <strong>menu</strong> to browse different sections. <br>
26 -      • Search for topics or keywords using the <strong>search bar</strong>. <br>
27 -      • Access subpages for in-depth information.
28 -    </p>
29 -  </div>
30 -
31 -  <div style="flex:1; min-width:280px; max-width:350px; background:#f8f9fa; border-radius:12px; padding:20px; box-shadow:0 1px 4px rgba(0,0,0,0.08);">
32 -    <h3 style="color:#1a73e8;">💡 About This Portal</h3>
33 -    <p style="color:#444;">
34 -      This portal continues to evolve as new information becomes available.  
35 -      Updates and refinements ensure content remains useful, accurate, and relevant over time.
36 -    </p>
37 -  </div>
38 -
39 -</div>
40 -
41 -<hr style="margin:30px 0;">
42 -
43 -<div style="text-align:center; padding:20px;">
44 -  <p style="font-size:1.05em; color:#333;">
45 -    🌐 Thank you for visiting the <strong>Nimble Infosys Documentation Portal</strong>.  
46 -    Explore, learn, and make the most of the resources available here.
47 -  </p>
48 -</div>
49 -{{/html}}
50 -