This commit is contained in:
Joey Kimsey
2025-02-02 00:36:17 -05:00
parent 77446dff94
commit 155c6a70f5
23 changed files with 1922 additions and 813 deletions

View File

@ -1,27 +1,41 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<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">
<img src="{ROOT_URL}images/bedrock.jpg" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">Bedrock</h1>
<p class="lead">
Bedrock, as the name may suggest, is the core functionality the project is built on.
From Basic text checks to the core functionality behind models and controllers, bedrock handles it all.
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="/bedrock/git" class="btn btn-primary btn-lg px-4 me-sm-3">
Git
</a>
<a href="/bedrock/packagist" class="btn btn-outline-primary btn-lg px-4">
Packagist
</a>
<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">
Bedrock
</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/bedrock.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">Bedrock</h1>
<p class="lead">
Bedrock, as the name may suggest, is the core functionality the project is built on.
From Basic text checks to the core functionality behind models and controllers, bedrock handles it all.
</p>
<div class="d-flex justify-content-center justify-content-lg-start">
<a href="/libraries/bedrock/git" class="btn btn-primary px-3 btn-lg m-2">
Git
</a>
<a href="/libraries/bedrock/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/bedrock/changes" class="text-decoration-none">here</a>.
</p>
</div>
<p class="text-muted">
For a list of recent changes, please check <a href="/bedrock/changes">here</a>.
</p>
</div>

View File

@ -1,27 +1,41 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<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">
<img src="{ROOT_URL}images/canary.jpg" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">Canary</h1>
<p class="lead">
Canary is a library that allows {SITENAME} to add logs during execution.
The resulting logs can be printed to the browser console in real-time, saved to a log file, or even used on-page for debugging.
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="/canary/git" class="btn btn-primary btn-lg px-4 me-sm-3">
Git
</a>
<a href="/canary/packagist" class="btn btn-outline-primary btn-lg px-4">
Packagist
</a>
<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">
Canary
</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/canary.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">Canary</h1>
<p class="lead">
Canary is a library that allows {SITENAME} to add logs during execution.
The resulting logs can be printed to the browser console in real-time, saved to a log file, or even used on-page for debugging.
</p>
<div class="d-flex justify-content-center justify-content-lg-start">
<a href="/libraries/canary/git" class="btn btn-primary px-3 btn-lg m-2">
Git
</a>
<a href="/libraries/canary/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/canary/changes" class="text-decoration-none">here</a>.
</p>
</div>
<p class="text-muted">
For a list of recent changes, please check <a href="/canary/changes">here</a>.
</p>
</div>

View File

@ -1,27 +1,41 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<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">
<img src="{ROOT_URL}images/hermes.jpg" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">Hermes</h1>
<p class="lead">
Hermes is a simple library that provides a small set of commonly used helper functions.
These functions primarily help with navigating the url or file systems in a consistent way across several libraries and projects.
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="/hermes/git" class="btn btn-primary btn-lg px-4 me-sm-3">
Git
</a>
<a href="/hermes/packagist" class="btn btn-outline-primary btn-lg px-4">
Packagist
</a>
<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">
Hermes
</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/hermes.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">Hermes</h1>
<p class="lead">
Hermes is a simple library that provides a small set of commonly used helper functions.
These functions primarily help with navigating the url or file systems in a consistent way across several libraries and projects.
</p>
<div class="d-flex justify-content-center justify-content-lg-start">
<a href="/libraries/hermes/git" class="btn btn-primary px-3 btn-lg m-2">
Git
</a>
<a href="/libraries/hermes/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/hermes/changes" class="text-decoration-none">here</a>.
</p>
</div>
<p class="text-muted">
For a list of recent changes, please check <a href="/hermes/changes">here</a>.
</p>
</div>

View File

@ -1,27 +1,41 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<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">
<img src="{ROOT_URL}images/houdini.jpg" class="d-block mx-lg-auto img-fluid" alt="Bootstrap Themes" width="700" height="500" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold lh-1 mb-3">Houdini</h1>
<p class="lead">
Houdini is where the front-end magic happens and it serves as the primary front-end html generator.
It handles the storage and applications of frontend components, all the views, templates, and several other critical features of the front-end.
</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a href="/houdini/git" class="btn btn-primary btn-lg px-4 me-sm-3">
Git
</a>
<a href="/houdini/packagist" class="btn btn-outline-primary btn-lg px-4">
Packagist
</a>
<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">
Houdini
</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/houdini.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">Houdini</h1>
<p class="lead">
Houdini is where the front-end magic happens and it serves as the primary front-end html generator.
It handles the storage and applications of frontend components, all the views, templates, and several other critical features of the front-end.
</p>
<div class="d-flex justify-content-center justify-content-lg-start">
<a href="/libraries/houdini/git" class="btn btn-primary px-3 btn-lg m-2">
Git
</a>
<a href="/libraries/houdini/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/houdini/changes" class="text-decoration-none">here</a>.
</p>
</div>
<p class="text-muted">
For a list of recent changes, please check <a href="/houdini/changes">here</a>.
</p>
</div>

View File

@ -1,46 +1,57 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<h2 class="text-center mb-4">{SITENAME} Libraries</h2>
<p class="lead">
{SITENAME} uses a number of libraries developed in conjunction with the main project. Here you can find a list of these libraries with more information on each.
</p>
<hr>
<div class="container px-4 py-5" id="custom-cards">
<div class="row row-cols-1 row-cols-lg-3 align-items-stretch g-4 py-5">
<div class="col">
<a href="/bedrock" class="text-decoration-none">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('{ROOT_URL}images/bedrock.jpg');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">Bedrock</h3>
<div class="m-2 m-lg-4">
<div class="col-12 mx-5 col-sm-10 col-lg-8 mx-auto p-4 rounded shadow-sm context-main-bg">
<h2 class="text-center mb-4">{SITENAME} Libraries</h2>
<hr>
<p class="lead">
{SITENAME} uses a number of libraries developed in conjunction with the main project. Here you can find a list of these libraries with more information on each.
</p>
<div class="container p-2 p-md-4" id="custom-cards">
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 align-items-center justify-content-center g-2 g-md-4">
<div class="col">
<a href="/libraries/bedrock" class="text-decoration-none">
<div class="card card-cover overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('{ROOT_URL}images/bedrock.jpg'); height: 300px;">
<div class="d-flex flex-column p-2 p-md-3 p-lg-3">
<h3 class="h4 lh-1 fw-bold text-dark">Bedrock</h3>
</div>
</div>
</div>
</a>
</div>
<div class="col">
<a href="/canary" class="text-decoration-none">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('{ROOT_URL}images/canary.jpg');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">Canary</h3>
</a>
</div>
<div class="col">
<a href="/libraries/canary" class="text-decoration-none">
<div class="card card-cover overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('{ROOT_URL}images/canary.jpg'); height: 300px;">
<div class="d-flex flex-column p-2 p-md-3 p-lg-3">
<h3 class="h4 lh-1 fw-bold text-dark">Canary</h3>
</div>
</div>
</div>
</a>
</div>
<div class="col">
<a href="/hermes" class="text-decoration-none">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('{ROOT_URL}images/hermes.jpg');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">Hermes</h3>
</a>
</div>
<div class="col">
<a href="/libraries/hermes" class="text-decoration-none">
<div class="card card-cover overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('{ROOT_URL}images/hermes.jpg'); height: 300px;">
<div class="d-flex flex-column p-2 p-md-3 p-lg-3">
<h3 class="h4 lh-1 fw-bold text-dark">Hermes</h3>
</div>
</div>
</div>
</a>
</div>
<div class="col">
<a href="/houdini" class="text-decoration-none">
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('{ROOT_URL}images/houdini.jpg');">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">Houdini</h3>
</a>
</div>
<div class="col">
<a href="/libraries/houdini" class="text-decoration-none">
<div class="card card-cover overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('{ROOT_URL}images/houdini.jpg'); height: 300px;">
<div class="d-flex flex-column p-2 p-md-3 p-lg-3">
<h3 class="h4 lh-1 fw-bold text-dark">Houdini</h3>
</div>
</div>
</div>
</a>
</a>
</div>
<div class="col">
<a href="/libraries/ttp" class="text-decoration-none">
<div class="card card-cover overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('{ROOT_URL}images/logoLarge.jpg'); height: 300px;">
<div class="d-flex flex-column p-2 p-md-3 p-lg-3">
<h3 class="h4 lh-1 fw-bold text-light">The Tempus Project</h3>
</div>
</div>
</a>
</div>
</div>
</div>
</div>

40
app/views/deps/ttp.html Normal file
View 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>