indentation
This commit is contained in:
parent
01125b0454
commit
dd12bdce93
@ -3,8 +3,6 @@
|
||||
<head>
|
||||
<title>IRS Software Projects</title>
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -1,11 +1,8 @@
|
||||
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>IRS Software Projects</title>
|
||||
<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>
|
||||
|
@ -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,21 +36,33 @@
|
||||
<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>
|
||||
<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>
|
||||
<li>
|
||||
<a
|
||||
href="https://spacepackets.readthedocs.io/en/latest/"
|
||||
target="_blank"
|
||||
>Documentation</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -51,12 +71,24 @@
|
||||
<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>
|
||||
<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>
|
||||
<li>
|
||||
<a
|
||||
href="https://github.com/us-irs/spacepackets-rs"
|
||||
target="_blank"
|
||||
>Github (Mirror)</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -64,9 +96,7 @@
|
||||
<div id="sat-rs-links">
|
||||
<div class="single-box">
|
||||
<p>
|
||||
<a
|
||||
href="https://docs.rs/spacepackets"
|
||||
target="_blank"
|
||||
<a href="https://docs.rs/spacepackets" target="_blank"
|
||||
>docs.rs</a
|
||||
>
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user