sat-sw-website/content/projects/fsfw/index.html

82 lines
2.5 KiB
HTML

+++
title = 'FSFW'
date = 2023-01-01T08:00:00-07:00
draft = false
+++
<div class="container text-center">
<img src="FSFW_Logo_V3_bw.png" class="img-fluid mx-auto my-3" />
<div class="d-flex justify-content-center mx-auto w-75">
<p class="text-justify">
The Flight Software Framework is a C++ Object Oriented Framework for
unmanned, automated systems like Satellites. It has flight heritage
through the 2 missions
<a
href="https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/flying-laptop/"
target="_blank"
>FLP</a
>
and
<a
href="https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/EIVE/"
target="_blank"
>EIVE</a
>.
</p>
</div>
<h1>Documentation and Coverage</h1>
<div class="row">
<div class="col">
<span
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-75 mx-auto"
>
<a
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/development/"
class="text-decoration-none text-light"
target="_blank"
>DEVELOP</a
>
</span>
</div>
<div class="col">
<span
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-75 mx-auto"
>
<a
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/master/"
class="text-decoration-none text-light"
target="_blank"
>MASTER</a
>
</span>
</div>
</div>
<div class="row pb-2">
<div class="col">
<span
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-75 mx-auto"
>
<a
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/development/"
class="text-decoration-none text-light"
target="_blank"
>&#8594; COVERAGE</a
>
</span>
</div>
<div class="col">
<span
class="text-bg-primary rounded d-flex flex-column flex-wrap justify-content-center p-3 my-2 w-75 mx-auto"
>
<a
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/master/"
class="text-decoration-none text-light"
target="_blank"
>&#8594; COVERAGE</a
>
</span>
</div>
</div>
</div>