website update: Add spacepackets

This commit is contained in:
2023-12-01 13:57:52 +01:00
parent ed35258ddf
commit b072b5440a
4 changed files with 233 additions and 72 deletions

View File

@ -1,3 +1,4 @@
<!doctype html>
<html>
<head>
@ -21,82 +22,16 @@
<div class="container">
<div class="side-bar-container">
<ul class="side-bar">
<li id="fsfw-click"><a href="index.html">FSFW</a></li>
<li id="home-click"><a href="index.html">Home</a></li>
<li id="fsfw-click"><a href="fsfw.html">FSFW</a></li>
<li id="sat-click"><a href="sat-rs.html">sat-rs</a></li>
<li id="sp-click"><a href="spacepackets.html">spacepackets</a></li>
</ul>
</div>
<div class="content">
<div id="sat-rs-content">
<div class="img-container">
<img class="logo-fsfw" src="images/FSFW_Logo_V3_bw.png" />
</div>
<p class="fsfw-desc">
The Flight Software Framework is a C++ Object Oriented Framework for
unmanned, automated systems like Satellites. It has flight heritage
through the 2 missions
<a
href="https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/flying-laptop/"
target="_blank"
>FLP</a
>
and
<a
href="https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/EIVE/"
target="_blank"
>EIVE</a
>.
</p>
<h1>Documentation and Coverage</h1>
<div id="fsfw-links">
<div class="left-box">
<ul>
<li>
<a
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/development/"
target="_blank"
>DEVELOP</a
>
</li>
<li>
<a
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/development/"
target="_blank"
>&#8594; COVERAGE</a
>
</li>
</ul>
</div>
<div class="right-box">
<ul>
<li>
<a
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/master/"
target="_blank"
>MASTER</a
>
</li>
<li>
<a
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/master/"
target="_blank"
>&#8594; COVERAGE</a
>
</li>
</ul>
</div>
</div>
<h1>Repository</h1>
<div class="single-box">
<p>
<a
href="https://egit.irs.uni-stuttgart.de/fsfw/fsfw"
target="_blank"
class="repo"
>REPOSITORY</a
>
</p>
</div>
This is a collection of open-source software projects maintained by the satellite
division of the Institute of Space Systems at the University of Stuttgart.
</div>
</div>
</div>