run autoformat

This commit is contained in:
Robin Müller 2023-09-11 22:42:35 +02:00
parent 03196a46bd
commit 0c61d5db37
Signed by: muellerr
GPG Key ID: A649FB78196E3849
4 changed files with 151 additions and 107 deletions

View File

@ -1,2 +1 @@
IRS Satellite Software Website # IRS Satellite Software Website
========

View File

@ -18,7 +18,7 @@ body {
align-items: center; align-items: center;
margin: 0; margin: 0;
padding: 0; padding: 0;
margin-right:20px; margin-right: 20px;
} }
.navbar p { .navbar p {
font-weight: bold; font-weight: bold;
@ -28,14 +28,12 @@ body {
.navbar img { .navbar img {
height: 60px; height: 60px;
display: inline-block; display: inline-block;
} }
.contact { .contact {
text-decoration: none; text-decoration: none;
color: white; color: white;
} }
.side-bar { .side-bar {
width: 280px; width: 280px;
height: 100%; height: 100%;
@ -54,7 +52,7 @@ body {
color: #000; color: #000;
padding: 17px 30px; padding: 17px 30px;
text-decoration: none; text-decoration: none;
text-size:16 text-size: 16;
} }
#fsfw-click { #fsfw-click {
@ -100,19 +98,17 @@ div#sat-rs-content {
transform: translateY(50px); transform: translateY(50px);
} }
#fsfw-content img #fsfw-content img {
{ width: 50%;
width:50%; object-fit: contain;
object-fit:contain;
height:auto; height: auto;
} }
#sat-rs-content img #sat-rs-content img {
{ width: 30%;
width:30%; object-fit: contain;
object-fit:contain; height: auto;
height:auto;
} }
#fsfw-links, #fsfw-links,
@ -151,13 +147,12 @@ div#sat-rs-content {
} }
.links h1 { .links h1 {
margin:0; margin: 0;
margin-top:20px; margin-top: 20px;
display:flex; display: flex;
justify-content: center; justify-content: center;
} }
.repo-container { .repo-container {
border: 2px solid #000; border: 2px solid #000;
margin: 20px; margin: 20px;
@ -222,17 +217,14 @@ div#sat-rs-content {
left: 0; left: 0;
bottom: 0; bottom: 0;
display: flex; display: flex;
justify-content:center justify-content: center;
} }
.footer li { .footer li {
font-size: 14px; font-size: 14px;
margin: 0; margin: 0;
display: flex; display: flex;
flex-direction
text-align: center; text-align: center;
} }
.footer ul li:not(:last-child) { .footer ul li:not(:last-child) {
@ -244,5 +236,3 @@ div#sat-rs-content {
color: #f5f5f5; color: #f5f5f5;
transition: color 0.3s ease-in-out; transition: color 0.3s ease-in-out;
} }

View File

@ -1,4 +1,4 @@
<!DOCTYPE html> <!doctype html>
<html> <html>
<head> <head>
<title>IRS Software Projects</title> <title>IRS Software Projects</title>
@ -8,89 +8,145 @@
<body> <body>
<nav class="top-nav"> <nav class="top-nav">
<div class="navbar"> <div class="navbar">
<img src="images/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>
</div> </div>
</nav> </nav>
<div class="container"> <div class="container">
<div class="side-bar-container"> <div class="side-bar-container">
<ul class="side-bar"> <ul class="side-bar">
<li id="fsfw-click">FSFW</li> <li id="fsfw-click">FSFW</li>
<li id="sat-click">sat-rs</li> <li id="sat-click">sat-rs</li>
</ul> </ul>
</div>
<div class="content">
<div id = "homepage" class="hidden">
<p> </p>
</div> </div>
<div id="fsfw-content" class="visible"> <div class="content">
<img <div id="homepage" class="hidden">
src="images/FSFW_Logo_V3_bw.png"/> <p></p>
<p class="fsfw-desc"> </div>
The Flight Software Framework is a C++ Object Oriented Framework for unmanned, automated systems like Satellites.<br> <div id="fsfw-content" class="visible">
<img src="images/FSFW_Logo_V3_bw.png" />
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 class="fsfw-desc">
</p> The Flight Software Framework is a C++ Object Oriented Framework for
<h1>Documentation and Coverage</h1> unmanned, automated systems like Satellites.<br />
<div id="fsfw-links">
</h1> The initial version of the Flight Software Framework was developed
<div class="develop"> during the Flying Laptop Project by the University of Stuttgart in
cooperation with Airbus Defence and Space GmbH.
<ul> </p>
<li><a href="https://documentation.irs.uni-stuttgart.de/fsfw/development/" target="_blank">develop</a></li> <h1>Documentation and Coverage</h1>
<li><a href="https://documentation.irs.uni-stuttgart.de/fsfw/coverage/development/" target="_blank">&#8594; coverage</a></li> <div id="fsfw-links">
</ul> <div class="develop">
</div> <ul>
<div class="master"> <li>
<ul> <a
<li><a href="https://documentation.irs.uni-stuttgart.de/fsfw/master/" target="_blank">master</a></li> href="https://documentation.irs.uni-stuttgart.de/fsfw/development/"
<li><a href="https://documentation.irs.uni-stuttgart.de/fsfw/" target="_blank">&#8594; coverage</a></li> target="_blank"
</ul> >develop</a
>
</div> </li>
<li>
</div> <a
<h1>Repository</h1> href="https://documentation.irs.uni-stuttgart.de/fsfw/coverage/development/"
<div class="repo-container"> target="_blank"
<a href="https://egit.irs.uni-stuttgart.de/fsfw/fsfw" target="_blank" class="repo">Repository</a> >&#8594; coverage</a
>
</li>
</ul>
</div>
<div class="master">
<ul>
<li>
<a
href="https://documentation.irs.uni-stuttgart.de/fsfw/master/"
target="_blank"
>master</a
>
</li>
<li>
<a
href="https://documentation.irs.uni-stuttgart.de/fsfw/"
target="_blank"
>&#8594; coverage</a
>
</li>
</ul>
</div>
</div>
<h1>Repository</h1>
<div class="repo-container">
<a
href="https://egit.irs.uni-stuttgart.de/fsfw/fsfw"
target="_blank"
class="repo"
>Repository</a
>
</div>
</div> </div>
</div>
<div id="sat-rs-content" class="hidden"> <div id="sat-rs-content" class="hidden">
<img <img src="images/sat-rs_logo.png" />
src="images/sat-rs_logo.png"/> <p class="sat-rs-desc">
<p class="sat-rs-desc">sat-rs is a framework with the primary goal to provide re-usable components sat-rs is a framework with the primary goal to provide re-usable
to write on-board software for remote systems like rovers or satellites. It is specifically written for the special requirements for these systems. components to write on-board software for remote systems like rovers
A lot of the architecture and general design considerations are based on the 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 href="index.html">FSFW</a> <a href="index.html">FSFW</a>
C++ framework which has flight heritage through the 2 missions <a href="https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/flying-laptop/" target="_blank">FLP</a> C++ framework which has flight heritage through the 2 missions
and <a href="https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/EIVE/" target="_blank">EIVE</a>.</p> <a
href="https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/flying-laptop/"
target="_blank"
>FLP</a
>
and
<a
href="https://www.irs.uni-stuttgart.de/en/research/satellitetechnology-and-instruments/smallsatelliteprogram/EIVE/"
target="_blank"
>EIVE</a
>.
</p>
<div id="sat-rs-links"> <div id="sat-rs-links">
<div class="links"> <div class="links">
<h1>Repository</h1> <h1>Repository</h1>
<div class="repo-container"> <div class="repo-container">
<a href="https://egit.irs.uni-stuttgart.de/rust/sat-rs" target="_blank" class="repo">Gitea</a> <a
href="https://egit.irs.uni-stuttgart.de/rust/sat-rs"
</div> target="_blank"
<div class="repo-container"> class="repo"
<a href="https://github.com/us-irs/sat-rs" target="_blank" class="repo2">Github (Mirror)</a> >Gitea</a
</div> >
</div> </div>
<div class="repo-container">
<a
href="https://github.com/us-irs/sat-rs"
target="_blank"
class="repo2"
>Github (Mirror)</a
>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<footer class="footer"> <footer class="footer">
<ul>
<ul> <li>
<li><a href="https://www.uni-stuttgart.de/impressum" target="_blank">imprint</a></li> <a href="https://www.uni-stuttgart.de/impressum" target="_blank"
<li><a href="https://info.irs.uni-stuttgart.de/datenschutz/datenschutzWebmit.html" target="_blank">protection of privacy</a></li> >imprint</a
<li>&copy; 2023 Website by Nadine Eunous</li> >
</ul> </li>
<li>
</footer> <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> </body>
</html> </html>

View File

@ -7,20 +7,19 @@ fsfw_click.addEventListener("click", () => {
fsfw_content.style.display = "flex"; fsfw_content.style.display = "flex";
sat_content.style.display = "none"; sat_content.style.display = "none";
fsfw_click.style.backgroundColor = "#555" fsfw_click.style.backgroundColor = "#555";
fsfw_click.style.color = "white" fsfw_click.style.color = "white";
sat_click.style.backgroundColor = "#f1f1f1"
sat_click.style.color = "#000"
sat_click.style.backgroundColor = "#f1f1f1";
sat_click.style.color = "#000";
}); });
sat_click.addEventListener("click", () => { sat_click.addEventListener("click", () => {
fsfw_content.style.display = "none"; fsfw_content.style.display = "none";
sat_content.style.display = "flex"; sat_content.style.display = "flex";
fsfw_click.style.backgroundColor = "#f1f1f1" fsfw_click.style.backgroundColor = "#f1f1f1";
fsfw_click.style.color = "#000" fsfw_click.style.color = "#000";
sat_click.style.backgroundColor = "#555" sat_click.style.backgroundColor = "#555";
sat_click.style.color = "white" sat_click.style.color = "white";
}); });