wip
This commit is contained in:
@ -1,9 +1,40 @@
|
||||
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
|
||||
<h2 class="text-center mb-4">Houdini Changes</h2>
|
||||
<p class="lead">
|
||||
Here you can find a simple list of the important changes made to the Houdini library.
|
||||
</p>
|
||||
<p class="text-muted">
|
||||
Not all changes may be addressed individually on this page.
|
||||
</p>
|
||||
<div class="card context-main-bg context-main">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">Houdini Changes</h5>
|
||||
<p class="card-text">
|
||||
Here you can find a simple list of the important changes made to the Houdini library.
|
||||
</p>
|
||||
</div>
|
||||
<ul class="list-group list-group-flush">
|
||||
<li class="list-group-item context-main-bg context-main">
|
||||
<div class="row">
|
||||
<div class="col-3">
|
||||
<p class="h5">1.1.1 <span class="badge text-bg-success">Latest</span></p>
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<ul>
|
||||
<li>sssssssss</li>
|
||||
</ul>
|
||||
<p class="text-muted">
|
||||
<a class="text-decoration-none" href="https://git.thetempusproject.com/the-tempus-project/bedrock/-/tags/1.1.1" target="_blank">
|
||||
Gitlab
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="card-body">
|
||||
<p class="">
|
||||
Bedrock actually began its life as TempusProjectCore on <a href="https://github.com/TheTempusProject/TempusProjectCore">Github</a>.
|
||||
On March 18, 2018 the latest released tag was <strong>2.1.0</strong>.
|
||||
Over the years this code has remained dormant, then received a ton of attention, then been forgotten again.
|
||||
For most intents, this is the same code, just being actively developed.
|
||||
</p>
|
||||
<p class="text-muted text-center">
|
||||
Not all changes may be addressed individually on this page.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user