From d59b3dd13408f1c0138cd184a55fac190ddc6bb8 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 12 Feb 2024 17:37:51 +0100 Subject: [PATCH 1/2] correction for link to API --- content/projects/sat-rs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/projects/sat-rs/index.html b/content/projects/sat-rs/index.html index f7eddf0..235a982 100644 --- a/content/projects/sat-rs/index.html +++ b/content/projects/sat-rs/index.html @@ -32,12 +32,12 @@ homeLogoCss = "satrs-img"
- CORE API + API
-- 2.43.0 From 5c9c221f0d3d59f6195b648077f1bee5ec83c82a Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 12 Feb 2024 17:50:19 +0100 Subject: [PATCH 2/2] Improvements for website - Larger font size for regular text. - Link corrections. - Left/Start adjusted text for regular descriptions --- assets/sass/user_styles.scss | 4 ++++ content/projects/fsfw/index.html | 2 +- content/projects/sat-rs/index.html | 2 +- content/projects/spacepackets/index.html | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/assets/sass/user_styles.scss b/assets/sass/user_styles.scss index e09440d..4f2609d 100644 --- a/assets/sass/user_styles.scss +++ b/assets/sass/user_styles.scss @@ -5,6 +5,10 @@ @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300&family=Rubik:wght@300&display=swap"); +html { + font-size: 20px; +} + body { font-family: "univers"; } diff --git a/content/projects/fsfw/index.html b/content/projects/fsfw/index.html index 4ab47ed..1bd5ba6 100644 --- a/content/projects/fsfw/index.html +++ b/content/projects/fsfw/index.html @@ -14,7 +14,7 @@ homeLogoCss = "fsfw-img"
-

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

+

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

Documentation

diff --git a/content/projects/sat-rs/index.html b/content/projects/sat-rs/index.html index 235a982..0176fe2 100644 --- a/content/projects/sat-rs/index.html +++ b/content/projects/sat-rs/index.html @@ -14,7 +14,7 @@ homeLogoCss = "satrs-img"
-

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

+

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

Documentation

diff --git a/content/projects/spacepackets/index.html b/content/projects/spacepackets/index.html index 8fe227d..f8214ce 100644 --- a/content/projects/spacepackets/index.html +++ b/content/projects/spacepackets/index.html @@ -9,7 +9,7 @@ draft = false
-

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

+

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

Python

-- 2.43.0