integrate the image

This commit is contained in:
2023-12-09 18:27:09 +01:00
parent 8236f84d46
commit ba5988d608
3 changed files with 23 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -5,6 +5,23 @@ draft = false
+++
<div class="container text-center">
<h1>FSFW</h1>
<p>Hello!</p>
<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>
</div>