prod setup
This commit is contained in:
27
app/views/deps/bedrock.html
Normal file
27
app/views/deps/bedrock.html
Normal 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/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>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-muted">
|
||||
For a list of recent changes, please check <a href="/bedrock/changes">here</a>.
|
||||
</p>
|
||||
</div>
|
Reference in New Issue
Block a user