diff --git a/assets/sass/user_styles.scss b/assets/sass/user_styles.scss index 2e327f3..5c3e30d 100644 --- a/assets/sass/user_styles.scss +++ b/assets/sass/user_styles.scss @@ -1,4 +1,3 @@ -/* Create this file in your assets folder to introduce style overrides */ @font-face { font-family: "univers"; src: url("/fonts/univers/UniversforUniS55Rm-Regular.ttf") format("truetype"); @@ -9,3 +8,33 @@ body { font-family: "univers"; } + +// For some reason, Bootstrap 5 does not have this.. +.fixed-md-bottom { + @include media-breakpoint-up(md) { + position: fixed; + bottom: 0; + left: 0; + right: 0; + z-index: $zindex-fixed; + } +} + +.content-button { + display: button; + background-color: #004191; + border-radius: 0.25rem; + padding: 0.75rem; + margin: 0.5rem auto; + text-align: center; + color: #ffffff; + text-decoration: none; +} + +.fsfw-doc-button { + @extend .content-button; +} + +.fsfw-doc-button { + @extend .content-button; +} diff --git a/content/projects/fsfw/description.md b/content/projects/fsfw/description.md new file mode 100644 index 0000000..13cafe6 --- /dev/null +++ b/content/projects/fsfw/description.md @@ -0,0 +1,5 @@ +The Flight Software Framework is a C++ Object Oriented Framework for +unmanned, automated systems like Satellites. It has flight heritage +through the 2 missions +[FLP](https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/flying-laptop/) and +[EIVE](https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/EIVE/). diff --git a/content/projects/fsfw/index.html b/content/projects/fsfw/index.html index b88cfb7..b4ecf51 100644 --- a/content/projects/fsfw/index.html +++ b/content/projects/fsfw/index.html @@ -5,77 +5,52 @@ draft = false +++
- The Flight Software Framework is a C++ Object Oriented Framework for - unmanned, automated systems like Satellites. It has flight heritage - through the 2 missions - FLP - and - EIVE. + {{% content "description.md" %}}