
remove dependence on jQuery add image delete Admin ui fix for mobile image updates to new style update comments
75 lines
4.4 KiB
HTML
75 lines
4.4 KiB
HTML
<div class="container">
|
|
<div id="myCarousel" class="carousel slide m-3" data-bs-ride="carousel">
|
|
<div class="carousel-indicators">
|
|
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
|
|
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
|
|
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
|
|
</div>
|
|
<div class="carousel-inner">
|
|
<div class="carousel-item active">
|
|
<img src="{ROOT_URL}app/images/ttp.png" class="bd-placeholder-img" alt="First slide">
|
|
<div class="container">
|
|
<div class="carousel-caption text-start bg-dark px-4">
|
|
<h1>Powerful</h1>
|
|
<p>
|
|
The Tempus Project is built with expansion in mind. From a custom template engine to the simple to use MVC style, The Tempus Project is built to provide a powerful and stable foundation for web applications.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="carousel-item">
|
|
<img src="{ROOT_URL}app/images/ttp-install.png" class="bd-placeholder-img" alt="Second slide">
|
|
<div class="container">
|
|
<div class="carousel-caption bg-dark px-4">
|
|
<h1>Quick and Simple Installation</h1>
|
|
<p>
|
|
Built with rapid deployment in mind you can have The Tempus Project installed in just minutes.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="carousel-item">
|
|
<img src="{ROOT_URL}app/images/ttp-gitlab.png" class="bd-placeholder-img" alt="Third slide">
|
|
<div class="container">
|
|
<div class="carousel-caption text-end bg-dark px-4">
|
|
<h1>Open Source</h1>
|
|
<p>
|
|
The Tempus Project is completely open source and only utilizes other open-source components. The Project is provided under the MIT license.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev">
|
|
<span class="carousel-control-prev-icon text-dark" aria-hidden="true"></span>
|
|
<span class="visually-hidden">Previous</span>
|
|
</button>
|
|
<button class="carousel-control-next" type="button" data-bs-target="#myCarousel" data-bs-slide="next">
|
|
<span class="carousel-control-next-icon text-dark" aria-hidden="true"></span>
|
|
<span class="visually-hidden">Next</span>
|
|
</button>
|
|
</div>
|
|
<div class="row m-3">
|
|
<div class="col-lg-9 col-md-9 col-sm-12 col-centered">
|
|
<div class="row">
|
|
<div class="col-lg-12 col-md-12 col-sm-12">
|
|
<h2>Welcome to The Tempus Project</h2>
|
|
<hr>
|
|
<p>The aim of The Tempus Project is to create an easy to use and implement CMS based
|
|
around the MVC style and build using php 5.6 and MySQL. Here are some of the features:</p>
|
|
<ul>
|
|
<li>Fully secured registration/login system</li>
|
|
<li>Automatic error handling</li>
|
|
<li>Built in debugging tools</li>
|
|
<li>Testing implements to help you expand it further</li>
|
|
<li>Customizable logging to ensure you are always up to date on whats going on</li>
|
|
<li>Simple administration panel</li>
|
|
<li>Bug reports and feedback forms included!</li>
|
|
<li>Drag and drop simple to install</li>
|
|
</ul>
|
|
<p>DISCLAIMER: as of January 1, 2025 this code is not production ready! Please use at your own risk! That being said, I am always trying to improve this system. If you have any suggestions or need to report a bug, you can do so on my <a href="https://github.com/TheTempusProject/TheTempusProject">GitHub</a>.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |