page_home_demo.html

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