prod setup

This commit is contained in:
Joey Kimsey
2025-01-14 05:09:01 -05:00
parent 9d53ddbd94
commit 58b4ffe3af
29 changed files with 772 additions and 35 deletions

View File

@ -0,0 +1,27 @@
<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>
</div>
</div>
</div>
<p class="text-muted">
For a list of recent changes, please check <a href="/houdini/changes">here</a>.
</p>
</div>