diff --git a/assets/sass/user_styles.scss b/assets/sass/user_styles.scss index dd488c8..f610b9e 100644 --- a/assets/sass/user_styles.scss +++ b/assets/sass/user_styles.scss @@ -20,6 +20,7 @@ body { } } +// Not used anymore, not flexible enough.. .content-button { display: button; background-color: #004191; @@ -45,3 +46,15 @@ body { margin-top: 0.5rem; margin-bottom: 0.5rem; } + +.fsfw-img { + max-width: 50%; + height: auto; + margin-bottom: 1.0rem; +} + +.satrs-img { + max-width: 20%; + height: auto; + margin-bottom: 1.0rem; +} diff --git a/content/projects/fsfw/index.html b/content/projects/fsfw/index.html index 150f9e5..ff72921 100644 --- a/content/projects/fsfw/index.html +++ b/content/projects/fsfw/index.html @@ -2,6 +2,11 @@ title = 'FSFW' date = 2023-01-01T08:00:00-07:00 draft = false +tags = ["fsfw", "framework", "on-board-software", "cpp"] +homeSummary = """The Flight Software Framework, a C/C++ framework to develop On-Board Software for +remote systems like satellites and rovers.""" +homeLogo = "FSFW_Logo_V3_bw.png" +homeLogoCss = "fsfw-img" +++