79 lines
2.5 KiB
HTML
79 lines
2.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>IRS Software Projects</title>
|
|
<link rel="stylesheet" href="index.css" />
|
|
<script src="index.js" defer></script>
|
|
</head>
|
|
|
|
<body>
|
|
<nav class="top-nav">
|
|
<div class="navbar">
|
|
<img src="images/unilogo_schriftzug_white.png" clas="navbar-logo" />
|
|
|
|
<p>Software Projects</p>
|
|
<a href="#" class="contact">Contact</a>
|
|
</div>
|
|
</nav>
|
|
<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="sat-click"><a href="sat-rs.html">sat-rs</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="content">
|
|
<div id="sat-rs-content">
|
|
<div class="img-container">
|
|
<img class="logo" 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.<br>
|
|
|
|
The initial version of the Flight Software Framework was developed during the Flying Laptop Project by the
|
|
University of Stuttgart in cooperation with Airbus Defence and Space GmbH.
|
|
</p>
|
|
<h1>Documentation and Coverage</h1>
|
|
<div id="fsfw-links">
|
|
</h1>
|
|
<div class="develop">
|
|
|
|
<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">→
|
|
COVERAGE</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="master">
|
|
<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">→ COVERAGE</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<h1>Repository</h1>
|
|
<div class="repo-container">
|
|
<p><a href="https://egit.irs.uni-stuttgart.de/fsfw/fsfw" target="_blank" class="repo">REPOSITORY</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer class="footer">
|
|
|
|
<ul>
|
|
<li><a href="https://www.uni-stuttgart.de/impressum" target="_blank">imprint</a></li>
|
|
<li><a href="https://info.irs.uni-stuttgart.de/datenschutz/datenschutzWebmit.html" target="_blank">protection of
|
|
privacy</a></li>
|
|
<li>© 2023 Website by Nadine Eunous</li>
|
|
</ul>
|
|
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|