Add project information box to about page with copyright, license and source code link
This commit is contained in:
@@ -285,6 +285,24 @@ C' → C: 1 (consumption cycle)
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Project Information -->
|
||||||
|
<div class="card shadow mb-4">
|
||||||
|
<div class="card-header bg-info text-white">
|
||||||
|
<h4 class="mb-0">📄 Project Information</h4>
|
||||||
|
</div>
|
||||||
|
<div class="card-body">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-12">
|
||||||
|
<ul class="list-unstyled">
|
||||||
|
<li class="mb-2"><strong>© 2025 Markus F.J. Busche</strong> <elpatron@mailbox.org></li>
|
||||||
|
<li class="mb-2"><strong>License:</strong> <a href="https://opensource.org/licenses/MIT" target="_blank">MIT License</a></li>
|
||||||
|
<li class="mb-2"><strong>Project Source Code:</strong> <a href="https://gitea.elpatron.me/elpatron/capitalism-eats-the-world.git" target="_blank">https://gitea.elpatron.me/elpatron/capitalism-eats-the-world.git</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Call to Action -->
|
<!-- Call to Action -->
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<a href="{{ url_for('main.index') }}" class="btn btn-primary btn-lg">
|
<a href="{{ url_for('main.index') }}" class="btn btn-primary btn-lg">
|
||||||
|
Reference in New Issue
Block a user