well that was hard again
This commit is contained in:
parent
8f800be5d3
commit
6459227294
@ -23,9 +23,9 @@ body {
|
|||||||
.content-button {
|
.content-button {
|
||||||
display: button;
|
display: button;
|
||||||
background-color: #004191;
|
background-color: #004191;
|
||||||
border-radius: 0.25rem;
|
padding: 1.0rem;
|
||||||
padding: 0.75rem;
|
|
||||||
margin: 0.5rem auto;
|
margin: 0.5rem auto;
|
||||||
|
border: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -7,36 +7,46 @@ draft = false
|
|||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<img src="FSFW_Logo_V3_bw.png" class="img-fluid mx-auto my-4" />
|
<img src="FSFW_Logo_V3_bw.png" class="img-fluid mx-auto my-4" />
|
||||||
<div class="d-flex justify-content-center mx-auto w-75">
|
<div class="d-flex justify-content-center mx-auto w-75">
|
||||||
<p class="text-justify">
|
<p class="text-justify">{{% content "description.md" %}}</p>
|
||||||
{{% content "description.md" %}}
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2><i class="bi bi-file-text"></i> Documentation and Coverage</h2>
|
<h2><i class="bi bi-file-text"></i> Documentation and Coverage</h2>
|
||||||
<div class="row row-cols-2 w-25 mx-auto pb-3">
|
<div class="row row-cols-2 w-50 mx-auto my-4 gx-3">
|
||||||
<div class="col">
|
<div class="col text-end">
|
||||||
<button
|
<a
|
||||||
type="button"
|
type="button"
|
||||||
class="fsfw-doc-button"
|
class="fsfw-doc-button"
|
||||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/development/"
|
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/development/"
|
||||||
>
|
>
|
||||||
DEVELOP
|
DEVELOP
|
||||||
</button>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col text-start">
|
||||||
<button
|
<a
|
||||||
type="button"
|
type="button"
|
||||||
class="fsfw-doc-button"
|
class="fsfw-doc-button text-start"
|
||||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/master/"
|
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/master/"
|
||||||
>
|
>
|
||||||
MASTER
|
MASTER
|
||||||
</button>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Repository</h2>
|
<h2>Repository</h2>
|
||||||
<h2>Test Coverage</h2>
|
<div class="row w-25 mx-auto pb-3 my-3">
|
||||||
<div class="row row-cols-2 w-25 mx-auto pb-3">
|
|
||||||
<div class="col">
|
<div class="col">
|
||||||
|
<a
|
||||||
|
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/development/"
|
||||||
|
class="fsfw-doc-button"
|
||||||
|
target="_blank"
|
||||||
|
>gitea</a
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h2>Test Coverage</h2>
|
||||||
|
<div class="row row-cols-2 w-50 mx-auto my-4 gx-3">
|
||||||
|
<div class="col text-end">
|
||||||
<a
|
<a
|
||||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/development/"
|
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/development/"
|
||||||
class="fsfw-doc-button"
|
class="fsfw-doc-button"
|
||||||
@ -44,7 +54,7 @@ draft = false
|
|||||||
>DEVELOP</a
|
>DEVELOP</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col text-start">
|
||||||
<a
|
<a
|
||||||
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/master/"
|
href="https://documentation.irs.uni-stuttgart.de/projects/fsfw/coverage/master/"
|
||||||
class="fsfw-doc-button"
|
class="fsfw-doc-button"
|
||||||
|
Loading…
Reference in New Issue
Block a user