This repository has been archived on 2023-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
sat-sw-website-legacy/index.html
2023-12-01 14:02:41 +01:00

60 lines
1.7 KiB
HTML

<!doctype html>
<html>
<head>
<title>IRS Software Projects</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<nav class="top-nav">
<div class="navbar">
<a href="https://www.irs.uni-stuttgart.de/" target="_blank"
><img src="images/unilogo_schriftzug_white.png" clas="navbar-logo"
/></a>
<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="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">
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>
<footer class="footer">
<ul>
<li>
<a href="https://www.irs.uni-stuttgart.de/" target="_blank"
>IRS University of Stuttgart</a
>
</li>
<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>&copy; 2023 Website by Nadine Eunous</li>
</ul>
</footer>
</body>
</html>