now only the boxes for mobile remain
This commit is contained in:
@ -3,10 +3,12 @@ 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
|
||||
summary = """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"
|
||||
[[resources]]
|
||||
name = "logo"
|
||||
src = 'FSFW_Logo_V3_bw.png'
|
||||
+++
|
||||
|
||||
<div class="container text-center">
|
||||
|
@ -3,10 +3,12 @@ title = 'sat-rs'
|
||||
date = 2023-01-01T08:00:00-07:00
|
||||
draft = false
|
||||
tags = ["framework", "on-board-software", "rust", "sat-rs"]
|
||||
homeSummary = """A Rust framework to develop On-Board Software for remote systems
|
||||
summary = """A Rust framework to develop On-Board Software for remote systems
|
||||
like satellites and rovers."""
|
||||
homeLogo = "sat-rs_logo.png"
|
||||
homeLogoCss = "satrs-img"
|
||||
[[resources]]
|
||||
name = "logo"
|
||||
src = "sat-rs_logo.png"
|
||||
+++
|
||||
|
||||
<div class="container text-center">
|
||||
|
@ -2,8 +2,8 @@
|
||||
title = 'spacepackets'
|
||||
date = 2023-01-01T08:00:00-07:00
|
||||
tags = ["spacepackets", "ccsds", "ecss", "python"]
|
||||
homeSummary = "A collection of CCSDS and ECSS packet standard implementations."
|
||||
homeSummaryHeader = "<h2>spacepackets</h2>"
|
||||
summary = "A collection of CCSDS and ECSS packet standard implementations."
|
||||
homeSummaryHeader = "spacepackets"
|
||||
draft = false
|
||||
+++
|
||||
|
||||
|
Reference in New Issue
Block a user