probably have to do it like this..

This commit is contained in:
2023-12-10 19:29:43 +01:00
parent e61ce401ae
commit bd3a894809
4 changed files with 46 additions and 26 deletions

View File

@ -7,29 +7,31 @@ draft = false
<div class="container text-center">
<img src="sat-rs_logo.png" class="img-fluid mx-auto my-3 w-50" />
<div class="d-flex justify-content-center mx-auto w-75">
<p class="text-justify">
<p class="text-justify">{{% content "description.md" %}}</p>
</p>
<p class="text-justify">{{% content "description.md" %}}</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"
class="col d-flex flex-column justify-content-center text-decoration-none"
target="_blank"
>
BOOK
<span class="content-button-bg">
<span class="content-button-text">BOOK</span>
</span>
</a>
</div>
<div class="col text-start">
<a
type="button"
class="fsfw-doc-button text-start"
href="https://docs.rs/satrs-core"
class="col d-flex flex-column justify-content-center text-decoration-none"
target="_blank"
>
CORE API
<span class="content-button-bg">
<span class="content-button-text">CORE API</span>
</span>
</a>
</div>
</div>
@ -39,30 +41,41 @@ draft = false
<div class="col text-end">
<a
href="https://egit.irs.uni-stuttgart.de/rust/sat-rs"
class="content-button"
class="col d-flex flex-column justify-content-center text-decoration-none"
target="_blank"
>GITEA</a
>
<span class="content-button-bg">
<span class="content-button-text">GITEA</span>
</span>
</a>
</div>
<div class="col text-start">
<a
href="https://github.com/us-irs/sat-rs"
class="content-button"
class="col d-flex flex-column justify-content-center text-decoration-none"
target="_blank"
>GITHUB (MIRROR)</a
>
<span class="content-button-bg">
<span class="content-button-text">GITHUB (MIRROR)</span>
</span>
</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"
class="col d-flex flex-column justify-content-center text-decoration-none"
target="_blank"
>EXAMPLE APP</a
>
<span class="content-button-bg">
<span class="content-button-text">EXAMPLE APP</span>
</span>
</a>
</div>
</div>
</div>