more images

This commit is contained in:
Robin Müller 2023-09-11 21:59:34 +02:00
parent 198d67762d
commit 43418f01bb
Signed by: muellerr
GPG Key ID: A649FB78196E3849
5 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

View File

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -8,7 +8,7 @@
<body> <body>
<nav class="top-nav"> <nav class="top-nav">
<div class="navbar"> <div class="navbar">
<img src="IRS_Uni_invers.jpg" clas="navbar-logo"/> <img src="images/IRS_Uni_invers.jpg" clas="navbar-logo"/>
<p>IRS Satellite Software Projects</p> <p>IRS Satellite Software Projects</p>
<a href="#" class="contact">Contact</a> <a href="#" class="contact">Contact</a>
@ -28,7 +28,7 @@
</div> </div>
<div id="fsfw-content" class="visible"> <div id="fsfw-content" class="visible">
<img <img
src="FSFW_Logo_V3_bw.png"/> src="images/FSFW_Logo_V3_bw.png"/>
<p class="fsfw-desc"> <p class="fsfw-desc">
The Flight Software Framework is a C++ Object Oriented Framework for unmanned, automated systems like Satellites.<br> The Flight Software Framework is a C++ Object Oriented Framework for unmanned, automated systems like Satellites.<br>
@ -52,7 +52,7 @@
</div> </div>
</div> </div>
<h1>Repository</h1> <h1>Repository</h1>
<div class="repo-container"> <div class="repo-container">
<a href="https://egit.irs.uni-stuttgart.de/fsfw/fsfw" target="_blank" class="repo">Repository</a> <a href="https://egit.irs.uni-stuttgart.de/fsfw/fsfw" target="_blank" class="repo">Repository</a>
@ -61,7 +61,7 @@
<div id="sat-rs-content" class="hidden"> <div id="sat-rs-content" class="hidden">
<img <img
src="sat-rs_logo.png"/> src="images/sat-rs_logo.png"/>
<p class="sat-rs-desc">sat-rs is a framework with the primary goal to provide re-usable components <p class="sat-rs-desc">sat-rs is a framework with the primary goal to provide re-usable components
to write on-board software for remote systems like rovers or satellites. It is specifically written for the special requirements for these systems. to write on-board software for remote systems like rovers or satellites. It is specifically written for the special requirements for these systems.
A lot of the architecture and general design considerations are based on the A lot of the architecture and general design considerations are based on the