add sat-rs examples

This commit is contained in:
Robin Müller 2023-09-29 14:42:27 +02:00
parent 823a598d41
commit bf2c1463b6
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
3 changed files with 22 additions and 8 deletions

View File

@ -131,7 +131,7 @@ body {
.develop a,
.master a,
.sat-doc a,
.repo-container a {
.single-box a {
display: block;
text-align: center;
width: 100%;
@ -171,7 +171,7 @@ body {
justify-content: center;
}
.repo-container p {
.single-box p {
//border: 2px solid #000;
margin: 20px;
padding-left: 0;
@ -188,14 +188,14 @@ body {
.develop ul,
.links ul,
.sat-doc ul,
.repo-container p {
.single-box p {
padding-left: 0;
}
.develop li a:hover,
.master li a:hover,
.links li a:hover,
.repo-container p a:hover {
.single-box p a:hover {
background-color: #323232;
color: white;
}

View File

@ -9,7 +9,9 @@
<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>
<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>
@ -84,7 +86,7 @@
</div>
</div>
<h1>Repository</h1>
<div class="repo-container">
<div class="single-box">
<p>
<a
href="https://egit.irs.uni-stuttgart.de/fsfw/fsfw"

View File

@ -46,7 +46,7 @@
>.
</p>
<h1>Documentation</h1>
<div id="fsfw-links">
<div id="sat-rs-links">
<div class="develop">
<ul>
<li><a href="/projects/sat-rs" target="_blank">BOOK</a></li>
@ -58,8 +58,20 @@
</ul>
</div>
</div>
<h1>Examples</h1>
<div id="sat-rs-links">
<div class="single-box">
<p>
<a
href="https://egit.irs.uni-stuttgart.de/rust/sat-rs/src/branch/main/satrs-example"
target="_blank"
>EXAMPLE APP</a
>
</p>
</div>
</div>
<h1>Repository</h1>
<div id="fsfw-links">
<div id="sat-rs-links">
<div class="develop">
<ul>
<li>