why is this always so hard

This commit is contained in:
Robin Müller 2023-12-10 19:09:29 +01:00
parent a88ff24300
commit e61ce401ae
Signed by: muellerr
GPG Key ID: A649FB78196E3849
2 changed files with 55 additions and 1 deletions

View File

@ -11,4 +11,58 @@ draft = false
<p class="text-justify">{{% content "description.md" %}}</p>
</p>
</div>
<h2><i class="bi bi-file-text"></i> Documentation</h2>
<div class="row row-cols-2 w-50 mx-auto my-4 gx-3">
<div class="col text-end">
<a
type="button"
class="content-button"
href="/projects/sat-rs/book"
>
BOOK
</a>
</div>
<div class="col text-start">
<a
type="button"
class="fsfw-doc-button text-start"
href="https://docs.rs/satrs-core"
>
CORE API
</a>
</div>
</div>
<h2>Repository</h2>
<div class="row row-cols-2 w-50 mx-auto my-4 gx-3">
<div class="col text-end">
<a
href="https://egit.irs.uni-stuttgart.de/rust/sat-rs"
class="content-button"
target="_blank"
>GITEA</a
>
</div>
<div class="col text-start">
<a
href="https://github.com/us-irs/sat-rs"
class="content-button"
target="_blank"
>GITHUB (MIRROR)</a
>
</div>
</div>
<h2>Examples</h2>
<div class="row w-25 mx-auto pb-3 my-3">
<div class="col">
<a
href="https://egit.irs.uni-stuttgart.de/rust/sat-rs/src/branch/main/satrs-example"
class="content-button"
target="_blank"
>EXAMPLE APP</a
>
</div>
</div>
</div>

View File

@ -1,6 +1,6 @@
<div class="container">
<footer
class="footer fixed-md-bottom d-flex flex-wrap justify-content-between align-items-center py-3 my-auto mx-3 border-top"
class="footer sticky-bottom d-flex flex-wrap justify-content-between align-items-center py-3 my-auto mx-3 border-top"
>
<p class="col-md-4 mb-0 text-body-secondary justify-content-start">
&copy; {{ now.Year }} University of Stuttgart