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>
<head>
<title>IRS Software Projects</title>
<link rel="stylesheet" href="index.css"/>
<link rel="stylesheet" href="index.css" />
</head>
<body>

View File

@ -1,11 +1,8 @@
<!doctype html>
<html>
<head>
<title>IRS Software Projects</title>
<link rel="stylesheet" href="index.css"/>
<link rel="stylesheet" href="index.css" />
</head>
<body>
@ -30,8 +27,9 @@
</div>
<div class="content">
<div id="sat-rs-content">
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.
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.
</div>
</div>
</div>

View File

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