wip
This commit is contained in:
40
app/views/deps/ttp.html
Normal file
40
app/views/deps/ttp.html
Normal file
@ -0,0 +1,40 @@
|
||||
<div class="m-2 m-lg-4">
|
||||
<div class="col-12 col-md-10 col-lg-8 mx-auto p-4 context-main-bg">
|
||||
<nav aria-label="breadcrumb">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item">
|
||||
<a href="{ROOT_URL}libraries" class="text-decoration-none">
|
||||
Libraries
|
||||
</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item active" aria-current="page">
|
||||
The Tempus Project
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
<div class="container col-xxl-8">
|
||||
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
|
||||
<div class="col-10 col-sm-8 col-lg-6 mx-auto mx-lg-0">
|
||||
<img src="{ROOT_URL}images/logoLarge.jpg" class="d-block mx-lg-auto img-fluid rounded" alt="Bootstrap Themes" width="700" height="300" loading="lazy">
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<h1 class="display-5 fw-bold lh-1 mb-3">The Tempus Project</h1>
|
||||
<p class="lead">
|
||||
The Tempus Project is the main repo housing the web application. Essentially the app you are using right now.
|
||||
</p>
|
||||
<div class="d-flex justify-content-center justify-content-lg-start">
|
||||
<a href="/libraries/ttp/git" class="btn btn-primary px-3 btn-lg m-2">
|
||||
Git
|
||||
</a>
|
||||
<a href="/libraries/ttp/packagist" class="btn btn-outline-primary px-3 m-2 btn-lg">
|
||||
Packagist
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-center text-muted">
|
||||
For a list of recent changes, please check <a href="/libraries/ttp/changes" class="text-decoration-none">here</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user