hfkfhkfhgjkuhgfkjfghkj

This commit is contained in:
Local Dev
2025-02-03 12:03:51 -05:00
commit fd36f0f4bf
302 changed files with 22625 additions and 0 deletions

41
app/views/deps/bedrock.html Executable file
View File

@ -0,0 +1,41 @@
<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>
</div>

41
app/views/deps/canary.html Executable file
View File

@ -0,0 +1,41 @@
<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>
</div>

41
app/views/deps/hermes.html Executable file
View File

@ -0,0 +1,41 @@
<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>
</div>

41
app/views/deps/houdini.html Executable file
View File

@ -0,0 +1,41 @@
<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>
</div>

58
app/views/deps/index.html Executable file
View File

@ -0,0 +1,58 @@
<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>
</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>
</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>
</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>
</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>
</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>