bootstrap 4 update and bugfixes
This commit is contained in:
@ -2,53 +2,55 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div id="carousel-home" class="carousel slide" data-ride="carousel">
|
||||
<!-- Indicators -->
|
||||
<ol class="carousel-indicators">
|
||||
<li data-target="#carousel-home" data-slide-to="0" class="active"></li>
|
||||
<li data-target="#carousel-home" data-slide-to="1"></li>
|
||||
<li data-target="#carousel-home" data-slide-to="2"></li>
|
||||
</ol>
|
||||
|
||||
<!-- Carousel Items -->
|
||||
<div class="carousel-inner">
|
||||
<div class="bg-primary slide-text-bg carousel-caption main-text">
|
||||
<div class="center-block">
|
||||
<h1>The Tempus Project</h1>
|
||||
<h3>PHP powered web application for rapid prototyping</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item active">
|
||||
<img src="{ROOT_URL}app/images/ttp.png" alt="First slide">
|
||||
<div class="carousel-caption bg-primary slide-text-bg">
|
||||
<div class="carousel-item active">
|
||||
<img src="{ROOT_URL}app/images/ttp.png" class="d-block w-100" alt="First slide">
|
||||
<div class="carousel-caption d-none d-md-block bg-primary slide-text-bg">
|
||||
<h3>Powerful</h3>
|
||||
<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 class="item">
|
||||
<img src="{ROOT_URL}app/images/ttp-install.png" alt="Second slide">
|
||||
<div class="carousel-caption bg-primary slide-text-bg">
|
||||
<div class="carousel-item">
|
||||
<img src="{ROOT_URL}app/images/ttp-install.png" class="d-block w-100" alt="Second slide">
|
||||
<div class="carousel-caption d-none d-md-block bg-primary slide-text-bg">
|
||||
<h3>Quick and Simple Installation</h3>
|
||||
<p>Built with rapid deployment in mind you can have The Tempus Project installed in just minutes.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="item">
|
||||
<img src="{ROOT_URL}app/images/ttp-github.png" alt="Third slide">
|
||||
<div class="carousel-caption bg-primary slide-text-bg">
|
||||
<div class="carousel-item">
|
||||
<img src="{ROOT_URL}app/images/ttp-github.png" class="d-block w-100" alt="Third slide">
|
||||
<div class="carousel-caption d-none d-md-block bg-primary slide-text-bg">
|
||||
<h3>Open Source</h3>
|
||||
<p>The Tempus Project is completely open source and only utilizes other open-source components. The Project is provided under thee MIT license.</p>
|
||||
<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>
|
||||
<a href="#carousel-home" class="left carousel-control" data-slide="prev">
|
||||
<span class="glyphicon glyphicon-chevron-left"></span>
|
||||
|
||||
<!-- Controls -->
|
||||
<a class="carousel-control-prev" href="#carousel-home" role="button" data-slide="prev">
|
||||
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Previous</span>
|
||||
</a>
|
||||
<a href="#carousel-home" class="right carousel-control" data-slide="next">
|
||||
<span class="glyphicon glyphicon-chevron-right"></span>
|
||||
<a class="carousel-control-next" href="#carousel-home" role="button" data-slide="next">
|
||||
<span class="carousel-control-next-icon" aria-hidden="true"></span>
|
||||
<span class="sr-only">Next</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-9 col-md-9 col-sm-12 col-xs-12 col-centered">
|
||||
<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 col-xs-12">
|
||||
<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
|
||||
@ -69,3 +71,31 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
https://www.bookmarkninja.com/
|
||||
|
||||
|
||||
simple robust versatile
|
||||
sleek
|
||||
clean
|
||||
intuitive
|
||||
modern
|
||||
|
||||
A cleaner app for managing bookmarks to cut down on the clutter
|
||||
|
||||
Available accross all devices and systems.
|
||||
|
||||
regardless of windows or mac, android or apple, wwe have you covered
|
||||
|
||||
|
||||
bring all your bookmarks at once, simply export from your current browser and use our import tool
|
||||
|
||||
stop straining your eyes! Not only can you use our dark mode feature, but we have several styles to choose from to customize your experience
|
||||
|
||||
|
||||
no mobile app necessary
|
||||
|
||||
|
||||
privacy is key! but sharing is ok
|
||||
by defaults everything is set to private, but usiing the web interface will alow you to share single links or entire lists/folders
|
||||
|
||||
|
Reference in New Issue
Block a user