almost done
This commit is contained in:
parent
668e90ab6c
commit
8d8f650218
@ -7,18 +7,18 @@
|
|||||||
|
|
||||||
<!-- TODO: Find a way that the content of these boxes can be specified in front matter. -->
|
<!-- TODO: Find a way that the content of these boxes can be specified in front matter. -->
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="container py-4 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">
|
||||||
<a
|
<a
|
||||||
href="projects/fsfw"
|
href="projects/fsfw"
|
||||||
class="col d-flex flex-column justify-content-center text-decoration-none"
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
class="bg-body-tertiary rounded d-flex flex-column flex-wrap justify-content-center my-2"
|
class="bg-body-tertiary rounded d-flex flex-column flex-wrap justify-content-center my-2 px-2 py-3 border"
|
||||||
>
|
>
|
||||||
<h2 class="display-6 py-5 mx-2">
|
<h2 class="display-6">FSFW</h2>
|
||||||
Flight Software Framework (FSFW)
|
A C/C++ framework to develop On-Board Software for remote systems
|
||||||
</h2>
|
like satellites and rovers.
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -27,9 +27,11 @@
|
|||||||
class="col d-flex flex-column justify-content-center text-decoration-none"
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="bg-body-tertiary rounded d-flex flex-column flex-wrap justify-content-center my-2 h-100"
|
class="bg-body-tertiary rounded d-flex flex-column flex-wrap justify-content-center my-2 py-3 px-2 h-100 border"
|
||||||
>
|
>
|
||||||
<h2 class="display-6 py-5 mx-2">sat-rs</h2>
|
<h2 class="display-6">sat-rs</h2>
|
||||||
|
A Rust framework to develop On-Board Software for remote systems
|
||||||
|
like satellites and rovers.
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -38,9 +40,10 @@
|
|||||||
class="col d-flex flex-column justify-content-center text-decoration-none"
|
class="col d-flex flex-column justify-content-center text-decoration-none"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="bg-body-tertiary rounded d-flex flex-column flex-wrap justify-content-center my-2 h-100"
|
class="bg-body-tertiary rounded d-flex flex-column flex-wrap justify-content-center my-2 py-3 px-2 h-100 border"
|
||||||
>
|
>
|
||||||
<h2 class="display-6 py-5 mx-2">spacepackets</h2>
|
<h2 class="display-6">spacepackets</h2>
|
||||||
|
A collection of CCSDS and ECSS packet standard implementations.
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user