integrate the image
This commit is contained in:
parent
8236f84d46
commit
ba5988d608
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
@ -5,6 +5,23 @@ draft = false
|
|||||||
+++
|
+++
|
||||||
|
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<h1>FSFW</h1>
|
<img src="FSFW_Logo_V3_bw.png" class="img-fluid mx-auto my-3">
|
||||||
<p>Hello!</p>
|
<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>
|
</div>
|
||||||
|
@ -31,3 +31,7 @@ weight = 20
|
|||||||
[[module.mounts]]
|
[[module.mounts]]
|
||||||
source = "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
|
source = "node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
|
||||||
target = "assets/js/bootstrap.bundle.min.js"
|
target = "assets/js/bootstrap.bundle.min.js"
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
defaultMarkdownHandler = 'goldmark'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user