page_home_demo.html
1 <@cTpl>
2 <!-- Home -->
3 <section id="lutece" class="lutece">
4 <div class="container">
5 <div class="row align-items-center">
6 <div class="col-lg-6">
7 <div class="lutece-content">
8 <h1 class="my-3" >Software for Cities</h1>
9 <p class="font-weight-bold" >
10 Lutece is an open source service platform that allows municipalities to share, reuse and adapt digital services created by other cities. Lutece is free, fully customizable and secure.<br>
11 With Lutece, discover more than 400 plugins and ready-to-use modules to power your digital services and meet users' needs.<br>
12 You can easily customize them or create new digital modules and share them with the Lutece community.
13 </p>
14 <h2 class="my-3" >Get on board !</h2>
15 <p>Contribute to LUTECE Open Source projects that directly impact residents, collaborate with a global community and work on cutting-edge technology challenges.</p>
16 <div class="row">
17 <div class="col text-end">
18 <a class="btn btn-dark btn-lg" href="https://github.com/lutece-platform" target="_blank" title="Go to Github [Open in new window]">
19 <span class="icon"><i class="ti ti-brand-github"></i></span>
20 <span class="text">Get code and more<br> on <strong>Github</strong> </span>
21 </a>
22 </div>
23 <div class="col">
24 <a class="btn btn-outline-dark btn-lg" title="Go to Wiki [Open in new window]" href="https://lutece.paris.fr/support/jsp/site/Portal.jsp?page=wiki&view=page&page_name=home&language=en" target="_blank">
25 <span class="icon"><i class="ti ti-markdown"></i></span>
26 <span class="text">Get documentation<br> on the <strong>Wiki</strong> </span>
27 </a>
28 </div>
29 </div>
30 </div>
31 <div class="lutece-content mt-5">
32 <h2 class="my-3" >Have a look at the admin tools</h2>
33 <p class="font-weight-bold" >Log to look at admin features, using <strong>"admin"</strong> as login and <strong>"adminadmin"</strong> as password</p>
34 <p class="text-center">
35 <a class="btn btn-outline-primary btn-lg" href="jsp/admin/AdminLogin.jsp" target="_blank" title="Go to admin login page [Open in new window]">
36 <span class="icon"><i class="ti ti-user-cog"></i></span>
37 <span class="text">Go to login page !</span>
38 </a>
39 </p>
40 </div>
41 </div>
42 <div class="col-lg-6">
43 <img src="images/city-home.svg" alt="">
44 </div>
45 </div>
46 </div>
47 </section>
48 <section id="main-page-content" class="main-page-content-section">
49 <div class="container">
50 <div class="row">
51 <div class="col">
52 ${page_content_col1}
53 </div>
54 </div>
55 </div>
56 </section>
57 </@cTpl>