indentation

This commit is contained in:
Robin Müller 2023-12-01 14:02:41 +01:00
parent 01125b0454
commit dd12bdce93
Signed by: muellerr
GPG Key ID: A649FB78196E3849
3 changed files with 71 additions and 45 deletions

View File

@ -2,9 +2,7 @@
<html> <html>
<head> <head>
<title>IRS Software Projects</title> <title>IRS Software Projects</title>
<link rel="stylesheet" href="index.css"/> <link rel="stylesheet" href="index.css" />
</head> </head>
<body> <body>

View File

@ -1,11 +1,8 @@
<!doctype html> <!doctype html>
<html> <html>
<head> <head>
<title>IRS Software Projects</title> <title>IRS Software Projects</title>
<link rel="stylesheet" href="index.css"/> <link rel="stylesheet" href="index.css" />
</head> </head>
<body> <body>
@ -30,8 +27,9 @@
</div> </div>
<div class="content"> <div class="content">
<div id="sat-rs-content"> <div id="sat-rs-content">
This is a collection of open-source software projects maintained by the satellite This is a collection of open-source software projects maintained by
division of the Institute of Space Systems at the University of Stuttgart. the satellite division of the Institute of Space Systems at the
University of Stuttgart.
</div> </div>
</div> </div>
</div> </div>

View File

@ -2,8 +2,16 @@
<html> <html>
<head> <head>
<title>IRS Software Projects</title> <title>IRS Software Projects</title>
<link rel="stylesheet" media="screen and (max-width: 699px)" href="phone.css"/> <link
<link rel="stylesheet" media="screen and (min-width: 700px)" href="index.css"/> rel="stylesheet"
media="screen and (max-width: 699px)"
href="phone.css"
/>
<link
rel="stylesheet"
media="screen and (min-width: 700px)"
href="index.css"
/>
</head> </head>
<body> <body>
@ -28,50 +36,72 @@
<div class="content"> <div class="content">
<div id="sat-rs-content"> <div id="sat-rs-content">
<p class="sat-rs-desc"> <p class="sat-rs-desc">
These packages contains generic implementations for various CCSDS (Consultative These packages contains generic implementations for various CCSDS
Committee for Space Data Systems) and ECSS (European Cooperation for Space (Consultative Committee for Space Data Systems) and ECSS (European
Standardization) packet standards. Currently, these packages are provided for Cooperation for Space Standardization) packet standards. Currently,
Python and for Rust. these packages are provided for Python and for Rust.
</p> </p>
<h1>Python</h1> <h1>Python</h1>
<div id="sat-rs-links"> <div id="sat-rs-links">
<div class="left-box"> <div class="left-box">
<ul> <ul>
<li><a href="https://github.com/us-irs/spacepackets-py" target="_blank">Repository</a></li> <li>
</ul> <a
href="https://github.com/us-irs/spacepackets-py"
target="_blank"
>Repository</a
>
</li>
</ul>
</div> </div>
<div class="right-box"> <div class="right-box">
<ul> <ul>
<li><a href="https://spacepackets.readthedocs.io/en/latest/" target="_blank">Documentation</a></li> <li>
</ul> <a
href="https://spacepackets.readthedocs.io/en/latest/"
target="_blank"
>Documentation</a
>
</li>
</ul>
</div> </div>
</div> </div>
<h1>Rust</h1> <h1>Rust</h1>
<h2>Repository</h2> <h2>Repository</h2>
<div id="sat-rs-links"> <div id="sat-rs-links">
<div class="left-box"> <div class="left-box">
<ul> <ul>
<li><a href="https://egit.irs.uni-stuttgart.de/rust/spacepackets" target="_blank">EGit</a></li> <li>
</ul> <a
</div> href="https://egit.irs.uni-stuttgart.de/rust/spacepackets"
<div class="right-box"> target="_blank"
<ul> >EGit</a
<li><a href="https://github.com/us-irs/spacepackets-rs" target="_blank">Github (Mirror)</a></li> >
</ul> </li>
</div> </ul>
</div> </div>
<h2>Documentation</h2> <div class="right-box">
<div id="sat-rs-links"> <ul>
<div class="single-box"> <li>
<p> <a
<a href="https://github.com/us-irs/spacepackets-rs"
href="https://docs.rs/spacepackets" target="_blank"
target="_blank" >Github (Mirror)</a
>docs.rs</a >
> </li>
</p> </ul>
</div> </div>
</div> </div>
<h2>Documentation</h2>
<div id="sat-rs-links">
<div class="single-box">
<p>
<a href="https://docs.rs/spacepackets" target="_blank"
>docs.rs</a
>
</p>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>