DONE
This commit is contained in:
parent
9e66caa5f7
commit
d846b81840
@ -45,6 +45,8 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
padding-right: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fsfw-img {
|
.fsfw-img {
|
||||||
|
@ -45,7 +45,7 @@ homeLogoCss = "satrs-img"
|
|||||||
|
|
||||||
<h2><i class="bi bi-git"></i> Repository</h2>
|
<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="row row-cols-2 w-50 mx-auto my-4 gx-3">
|
||||||
<div class="col text-end">
|
<div class="col">
|
||||||
<a
|
<a
|
||||||
href="https://egit.irs.uni-stuttgart.de/rust/sat-rs"
|
href="https://egit.irs.uni-stuttgart.de/rust/sat-rs"
|
||||||
class="col d-flex flex-column justify-content-center text-decoration-none"
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
||||||
@ -56,7 +56,7 @@ homeLogoCss = "satrs-img"
|
|||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col text-start">
|
<div class="col">
|
||||||
<a
|
<a
|
||||||
href="https://github.com/us-irs/sat-rs"
|
href="https://github.com/us-irs/sat-rs"
|
||||||
class="col d-flex flex-column justify-content-center text-decoration-none"
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
||||||
|
@ -14,7 +14,7 @@ draft = false
|
|||||||
|
|
||||||
<h1>Python</h1>
|
<h1>Python</h1>
|
||||||
<div class="row row-cols-2 w-50 mx-auto my-4 gx-3">
|
<div class="row row-cols-2 w-50 mx-auto my-4 gx-3">
|
||||||
<div class="col text-end">
|
<div class="col">
|
||||||
<a
|
<a
|
||||||
href="https://github.com/us-irs/spacepackets-py"
|
href="https://github.com/us-irs/spacepackets-py"
|
||||||
class="col d-flex flex-column justify-content-center text-decoration-none"
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
||||||
@ -27,10 +27,10 @@ draft = false
|
|||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col text-start">
|
<div class="col">
|
||||||
<a
|
<a
|
||||||
href="https://spacepackets.readthedocs.io/en/latest/"
|
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"
|
target="_blank"
|
||||||
>
|
>
|
||||||
<span class="content-button-bg">
|
<span class="content-button-bg">
|
||||||
@ -45,7 +45,7 @@ draft = false
|
|||||||
<h1>Rust</h1>
|
<h1>Rust</h1>
|
||||||
<h2><i class="bi bi-git"></i> Repository</h2>
|
<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="row row-cols-2 w-50 mx-auto my-4 gx-3">
|
||||||
<div class="col text-end">
|
<div class="col">
|
||||||
<a
|
<a
|
||||||
href="https://egit.irs.uni-stuttgart.de/rust/spacepackets"
|
href="https://egit.irs.uni-stuttgart.de/rust/spacepackets"
|
||||||
class="col d-flex flex-column justify-content-center text-decoration-none"
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
||||||
@ -58,7 +58,7 @@ draft = false
|
|||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col text-start">
|
<div class="col">
|
||||||
<a
|
<a
|
||||||
href="https://github.com/us-irs/spacepackets-rs"
|
href="https://github.com/us-irs/spacepackets-rs"
|
||||||
class="col d-flex flex-column justify-content-center text-decoration-none"
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
<h1 class="display-6">{{ .Content }}</h1>
|
<h1 class="display-6">{{ .Content }}</h1>
|
||||||
</div>
|
</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="container py-3 text-center overflow-hidden">
|
||||||
<div class="row row-cols-2">
|
<div class="row row-cols-2">
|
||||||
{{ range site.RegularPages }}
|
{{ range site.RegularPages }}
|
||||||
|
Loading…
Reference in New Issue
Block a user