diff --git a/assets/sass/user_styles.scss b/assets/sass/user_styles.scss index 92f26f9..dd488c8 100644 --- a/assets/sass/user_styles.scss +++ b/assets/sass/user_styles.scss @@ -31,10 +31,17 @@ body { text-decoration: none; } -.fsfw-doc-button { - @extend .content-button; +.content-button-text { + color: #ffffff; + padding-top: 1.0rem; + padding-bottom: 1.0rem; } -.fsfw-doc-button { - @extend .content-button; +.content-button-bg { + background-color: #004191; + display: flex; + flex-wrap: wrap; + justify-content: center; + margin-top: 0.5rem; + margin-bottom: 0.5rem; } diff --git a/content/projects/fsfw/index.html b/content/projects/fsfw/index.html index 38fbe87..178c16b 100644 --- a/content/projects/fsfw/index.html +++ b/content/projects/fsfw/index.html @@ -15,7 +15,7 @@ draft = false
DEVELOP @@ -24,7 +24,7 @@ draft = false
MASTER @@ -37,7 +37,7 @@ draft = false
gitea @@ -49,7 +49,7 @@ draft = false
DEVELOP @@ -57,7 +57,7 @@ draft = false
MASTER diff --git a/content/projects/sat-rs/index.html b/content/projects/sat-rs/index.html index 44fbb21..31769e0 100644 --- a/content/projects/sat-rs/index.html +++ b/content/projects/sat-rs/index.html @@ -7,29 +7,31 @@ draft = false
-

-

{{% content "description.md" %}}

-

+

{{% content "description.md" %}}

Documentation

@@ -39,30 +41,41 @@ draft = false
GITEA + + GITEA + +
GITHUB (MIRROR) + + GITHUB (MIRROR) + +

Examples

+
+ EXAMPLE APP + + EXAMPLE APP + +
diff --git a/layouts/index.html b/layouts/index.html index 763138c..d0febb1 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -13,13 +13,13 @@ href="projects/fsfw" class="col d-flex flex-column justify-content-center text-decoration-none" > -

Flight Software Framework (FSFW)

-
+