This commit is contained in:
Robin Müller 2023-12-11 14:02:31 +01:00
parent 9e66caa5f7
commit d846b81840
4 changed files with 11 additions and 7 deletions

View File

@ -45,6 +45,8 @@ body {
justify-content: center;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.fsfw-img {

View File

@ -45,7 +45,7 @@ homeLogoCss = "satrs-img"
<h2><i class="bi bi-git"></i> Repository</h2>
<div class="row row-cols-2 w-50 mx-auto my-4 gx-3">
<div class="col text-end">
<div class="col">
<a
href="https://egit.irs.uni-stuttgart.de/rust/sat-rs"
class="col d-flex flex-column justify-content-center text-decoration-none"
@ -56,7 +56,7 @@ homeLogoCss = "satrs-img"
</span>
</a>
</div>
<div class="col text-start">
<div class="col">
<a
href="https://github.com/us-irs/sat-rs"
class="col d-flex flex-column justify-content-center text-decoration-none"

View File

@ -14,7 +14,7 @@ draft = false
<h1>Python</h1>
<div class="row row-cols-2 w-50 mx-auto my-4 gx-3">
<div class="col text-end">
<div class="col">
<a
href="https://github.com/us-irs/spacepackets-py"
class="col d-flex flex-column justify-content-center text-decoration-none"
@ -27,10 +27,10 @@ draft = false
</span>
</a>
</div>
<div class="col text-start">
<div class="col">
<a
href="https://spacepackets.readthedocs.io/en/latest/"
class="col d-flex flex-column justify-content-center text-decoration-none"
class="col d-flex flex-column justify-content-center text-decoration-none text-break"
target="_blank"
>
<span class="content-button-bg">
@ -45,7 +45,7 @@ draft = false
<h1>Rust</h1>
<h2><i class="bi bi-git"></i> Repository</h2>
<div class="row row-cols-2 w-50 mx-auto my-4 gx-3">
<div class="col text-end">
<div class="col">
<a
href="https://egit.irs.uni-stuttgart.de/rust/spacepackets"
class="col d-flex flex-column justify-content-center text-decoration-none"
@ -58,7 +58,7 @@ draft = false
</span>
</a>
</div>
<div class="col text-start">
<div class="col">
<a
href="https://github.com/us-irs/spacepackets-rs"
class="col d-flex flex-column justify-content-center text-decoration-none"

View File

@ -4,6 +4,8 @@
<h1 class="display-6">{{ .Content }}</h1>
</div>
<!-- Display all regular pages as beatiful boxes. Information like logos/headers/summary is
pulled from front matter-->
<div class="container py-3 text-center overflow-hidden">
<div class="row row-cols-2">
{{ range site.RegularPages }}