integrate the image

This commit is contained in:
Robin Müller 2023-12-09 18:27:09 +01:00
parent 8236f84d46
commit ba5988d608
Signed by: muellerr
GPG Key ID: A649FB78196E3849
3 changed files with 23 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 13 KiB

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>

View File

@ -31,3 +31,7 @@ weight = 20
[[module.mounts]]
source = "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
target = "assets/js/bootstrap.bundle.min.js"
[markup]
defaultMarkdownHandler = 'goldmark'