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

62 lines
1.7 KiB
HTML
Raw Normal View History

2023-12-01 13:57:52 +01:00
2023-09-20 00:44:14 +02:00
<!doctype html>
2023-09-06 19:02:58 +02:00
<html>
2023-09-20 00:44:14 +02:00
<head>
<title>IRS Software Projects</title>
2023-10-10 18:19:07 +02:00
<link rel="stylesheet" href="index.css"/>
2023-09-20 00:44:14 +02:00
</head>
2023-09-11 22:42:35 +02:00
2023-09-20 00:44:14 +02:00
<body>
<nav class="top-nav">
<div class="navbar">
2023-09-29 14:42:27 +02:00
<a href="https://www.irs.uni-stuttgart.de/" target="_blank"
><img src="images/unilogo_schriftzug_white.png" clas="navbar-logo"
/></a>
2023-09-19 17:47:26 +02:00
2023-09-20 00:44:14 +02:00
<p>Software Projects</p>
<a href="#" class="contact">Contact</a>
</div>
</nav>
<div class="container">
<div class="side-bar-container">
<ul class="side-bar">
2023-12-01 13:57:52 +01:00
<li id="home-click"><a href="index.html">Home</a></li>
<li id="fsfw-click"><a href="fsfw.html">FSFW</a></li>
2023-09-20 00:44:14 +02:00
<li id="sat-click"><a href="sat-rs.html">sat-rs</a></li>
2023-12-01 13:57:52 +01:00
<li id="sp-click"><a href="spacepackets.html">spacepackets</a></li>
2023-09-20 00:44:14 +02:00
</ul>
</div>
<div class="content">
<div id="sat-rs-content">
2023-12-01 13:57:52 +01:00
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.
2023-09-08 12:19:44 +02:00
</div>
2023-09-11 22:42:35 +02:00
</div>
</div>
2023-09-20 00:44:14 +02:00
<footer class="footer">
<ul>
2023-09-20 14:36:43 +02:00
<li>
<a href="https://www.irs.uni-stuttgart.de/" target="_blank"
>IRS University of Stuttgart</a
>
</li>
2023-09-20 00:44:14 +02:00
<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>
2023-09-19 18:08:38 +02:00
</html>